| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | environ.c | 106 int l_name; /* length of name part */ local 111 l_name = namelength(name); 112 envp = findenv(name, l_name); 117 l_nameval = l_name + strlen(value) + 1; 128 strncpy(destination, name, l_name); 129 destination[l_name] = '='; 130 strcpy(destination + l_name + 1, value);
|
| H A D | ncr.c | 60 tcpd_warn("fromhost: POP %s: %m", mod_buffer[i].l_name); 79 if (ioctl(fd, I_PUSH, mod_buffer[i].l_name) < 0) 80 tcpd_warn("fromhost: PUSH %s: %m", mod_buffer[i].l_name);
|
| /freebsd-13.1/contrib/netbsd-tests/libexec/ld.elf_so/ |
| H A D | t_dlinfo.c | 50 ATF_CHECK((strstr(map->l_name, "t_dlinfo") != NULL)); in ATF_TC_BODY() 83 ATF_CHECK((strstr(map->l_name, "libutil.so") != NULL)); in ATF_TC_BODY() 105 if (strstr(map->l_name, "libutil.so") != NULL) in ATF_TC_BODY() 109 ATF_REQUIRE_MSG(dlopen(map->l_name, RTLD_LAZY) != NULL, in ATF_TC_BODY()
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs_snapshot/ |
| H A D | zfs_snapshot_003_neg.ksh | 65 l_name="$(gen_dataset_name 260 abcdefg)" 75 log_mustnot $ZFS snapshot $ds@$l_name 76 log_mustnot $ZFS snapshot -r $ds@$l_name
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/ |
| H A D | zfs_snapshot_003_neg.ksh | 52 l_name="$(gen_dataset_name 260 abcdefg)" 62 log_mustnot zfs snapshot $ds@$l_name 63 log_mustnot zfs snapshot -r $ds@$l_name
|
| /freebsd-13.1/libexec/talkd/ |
| H A D | table.c | 106 if (strcmp(request->l_name, ptr->request.r_name) == 0 && in find_match() 107 strcmp(request->r_name, ptr->request.l_name) == 0 && in find_match() 145 strcmp(request->l_name, ptr->request.l_name) == 0 && in find_request()
|
| H A D | announce.c | 124 vis_user = malloc(strlen(request->l_name) * 4 + 1); in print_mesg() 125 strvis(vis_user, request->l_name, VIS_CSTYLE); in print_mesg()
|
| H A D | print.c | 71 cp, tp, (long)mp->id_num, mp->l_name, mp->r_name, mp->r_tty); in print_request()
|
| H A D | process.c | 93 for (s = mp->l_name; *s; s++) in process_request()
|
| /freebsd-13.1/usr.sbin/ctld/ |
| H A D | ctld.c | 1473 lun->l_name = checked_strdup(name); in lun_new() 1498 free(lun->l_name); in lun_delete() 1513 if (strcmp(lun->l_name, name) == 0) in lun_find() 1722 lun->l_name); in conf_verify_lun() 1728 lun->l_name); in conf_verify_lun() 1734 lun->l_name); in conf_verify_lun() 1761 lun->l_name, lun2->l_name); in conf_verify_lun() 2005 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply() 2011 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply() 2020 oldlun->l_name, oldlun->l_ctl_lun); in conf_apply() [all …]
|
| H A D | parse.y | 983 lun->l_name); 1005 lun->l_name); 1017 lun->l_name); 1064 lun->l_name); 1088 lun->l_name); 1102 lun->l_name); 1124 lun->l_name);
|
| H A D | uclparse.c | 915 lun->l_name); in uclparse_lun() 925 "\"%s\" is not an integer", lun->l_name); in uclparse_lun() 935 "\"%s\" is not an integer", lun->l_name); in uclparse_lun() 945 "\"%s\" is not an object", lun->l_name); in uclparse_lun() 960 "\"%s\" is not a string", lun->l_name); in uclparse_lun() 970 "\"%s\" is not a string", lun->l_name); in uclparse_lun() 980 "\"%s\" is not an integer", lun->l_name); in uclparse_lun()
|
| H A D | kernel.c | 667 cl->l_name); in conf_new_from_kernel() 723 option_set(o, lun->l_name); in kernel_lun_add() 725 o = option_new(&lun->l_options, "ctld_name", lun->l_name); in kernel_lun_add() 806 option_set(o, lun->l_name); in kernel_lun_modify() 808 o = option_new(&lun->l_options, "ctld_name", lun->l_name); in kernel_lun_modify()
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | drti.c | 134 if ((modname = strrchr(lmp->l_name, '/')) == NULL) in dtrace_dof_init() 135 modname = lmp->l_name; in dtrace_dof_init()
|
| /freebsd-13.1/share/examples/ppi/ |
| H A D | ppilcd.c | 50 char *l_name; member 148 debug(1, "Driver selected for %s", driver->l_name); in main() 177 lcd_drivertab[i].l_code, lcd_drivertab[i].l_name, (i == 0) ? " *default*" : ""); in usage()
|
| /freebsd-13.1/include/protocols/ |
| H A D | talkd.h | 79 char l_name[NAME_SIZE];/* caller's name */ member
|
| /freebsd-13.1/sys/sys/ |
| H A D | link_elf.h | 64 const char *l_name; /* Absolute Path to Library */ member
|
| H A D | elf32.h | 79 Elf32_Word l_name; /* The name of a shared object. */ member
|
| H A D | elf64.h | 88 Elf64_Word l_name; /* The name of a shared object. */ member
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_store_subr.c | 206 const char *l_name, *r_name; in bhnd_nvstore_idx_cmp() local 221 l_name = bhnd_nvram_trim_path_name(l_str); in bhnd_nvstore_idx_cmp() 224 l_name = l_str; in bhnd_nvstore_idx_cmp() 229 order = strcmp(l_name, r_name); in bhnd_nvstore_idx_cmp()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
| H A D | NativeProcessELF.h | 30 T l_name; member
|
| H A D | NativeProcessELF.cpp | 127 link_map.l_name, &name_buffer[0], sizeof(name_buffer), bytes_read); in ReadSVR4LibraryInfo()
|
| /freebsd-13.1/usr.bin/talk/ |
| H A D | get_names.c | 114 strlcpy(msg.l_name, my_name, NAME_SIZE); in get_names()
|
| /freebsd-13.1/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 2660 typeset l_name="" 2668 l_name="${l_name}$basestr" 2673 $ECHO $l_name
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.cpp | 215 return infos[i].l_name; in GetName()
|