Searched refs:l_name (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_003_neg.ksh52 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-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_snapshot/
H A Dzfs_snapshot_003_neg.ksh65 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-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlinfo.c50 ATF_CHECK((strstr(map->l_name, "t_dlinfo") != NULL));
83 ATF_CHECK((strstr(map->l_name, "libutil.so") != NULL));
105 if (strstr(map->l_name, "libutil.so") != NULL)
109 ATF_REQUIRE_MSG(dlopen(map->l_name, RTLD_LAZY) != NULL,
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dncr.c60 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);
H A Denviron.c106 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);
/freebsd-13-stable/include/protocols/
H A Dtalkd.h79 char l_name[NAME_SIZE];/* caller's name */ member in struct:__anon7336
/freebsd-13-stable/libexec/talkd/
H A Dtable.c106 if (strcmp(request->l_name, ptr->request.r_name) == 0 &&
107 strcmp(request->r_name, ptr->request.l_name) == 0 &&
145 strcmp(request->l_name, ptr->request.l_name) == 0 &&
H A Dprint.c71 cp, tp, (long)mp->id_num, mp->l_name, mp->r_name, mp->r_tty);
H A Dannounce.c124 vis_user = malloc(strlen(request->l_name) * 4 + 1);
125 strvis(vis_user, request->l_name, VIS_CSTYLE);
H A Dprocess.c93 for (s = mp->l_name; *s; s++)
/freebsd-13-stable/sys/sys/
H A Dlink_elf.h64 const char *l_name; /* Absolute Path to Library */ member in struct:link_map
H A Delf32.h79 Elf32_Word l_name; /* The name of a shared object. */ member in struct:__anon15800
H A Delf64.h88 Elf64_Word l_name; /* The name of a shared object. */ member in struct:__anon15818
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.h27 T l_name; member in struct:lldb_private::NativeProcessELF::ELFLinkMap
H A DNativeProcessELF.cpp127 link_map.l_name, &name_buffer[0], sizeof(name_buffer), bytes_read);
/freebsd-13-stable/usr.bin/talk/
H A Dget_names.c114 strlcpy(msg.l_name, my_name, NAME_SIZE);
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c134 if ((modname = strrchr(lmp->l_name, '/')) == NULL)
135 modname = lmp->l_name;
/freebsd-13-stable/usr.sbin/ctld/
H A Dparse.y983 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 Dctld.c1473 lun->l_name = checked_strdup(name);
1498 free(lun->l_name);
1513 if (strcmp(lun->l_name, name) == 0)
1696 fprintf(stderr, "\tlun %s {\n", lun->l_name);
1722 lun->l_name);
1728 lun->l_name);
1734 lun->l_name);
1745 "must be larger than 0", lun->l_name);
1750 "must be multiple of blocksize", lun->l_name);
1761 lun->l_name, lun
[all...]
H A Duclparse.c915 lun->l_name);
925 "\"%s\" is not an integer", lun->l_name);
935 "\"%s\" is not an integer", lun->l_name);
945 "\"%s\" is not an object", lun->l_name);
960 "\"%s\" is not a string", lun->l_name);
970 "\"%s\" is not a string", lun->l_name);
980 "\"%s\" is not an integer", lun->l_name);
H A Dkernel.c667 cl->l_name);
723 option_set(o, lun->l_name);
725 o = option_new(&lun->l_options, "ctld_name", lun->l_name);
806 option_set(o, lun->l_name);
808 o = option_new(&lun->l_options, "ctld_name", lun->l_name);
H A Dctld.h172 char *l_name; member in struct:lun
/freebsd-13-stable/share/examples/ppi/
H A Dppilcd.c50 char *l_name; member in struct:lcd_driver
148 debug(1, "Driver selected for %s", driver->l_name);
177 lcd_drivertab[i].l_code, lcd_drivertab[i].l_name, (i == 0) ? " *default*" : "");
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store_subr.c206 const char *l_name, *r_name; local
221 l_name = bhnd_nvram_trim_path_name(l_str);
224 l_name = l_str;
229 order = strcmp(l_name, r_name);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp193 return infos[i].l_name;

Completed in 511 milliseconds

12