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

12

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprint.c52 request->type, request->l_name, request->r_name,
H A Dctl.h105 char l_name[NAME_SIZE]; member in struct:ctl_msg
H A Dannounce.c200 * ( (length of (request->l_name) - 1(NUL)) *
226 len = (strlen(request->l_name) > NAME_SIZE - 1) ? (NAME_SIZE - 1) :
227 strlen(request->l_name);
229 if (!isprint((unsigned char)request->l_name[j])) {
231 if (!isascii((unsigned char)request->l_name[j])) {
234 c = toascii(request->l_name[j]);
236 if (iscntrl((unsigned char)request->l_name[j])) {
239 c = request->l_name[j] + 0100;
243 l_username[k++] = request->l_name[j];
H A Dtable.c114 if (strcmp(request->l_name, ptr->request.r_name) == 0 &&
115 strcmp(request->r_name, ptr->request.l_name) == 0 &&
171 strcmp(request->l_name, ptr->request.l_name) == 0 &&
H A Dprocess.c84 if ((memchr(request->l_name, '\0', sizeof (request->l_name)) == NULL) ||
/opensolaris-onvv-gate/usr/src/cmd/sgs/link_audit/common/
H A Dsymbindrep.c73 (check_list(bindto_list, lmp->l_name)))
79 (check_list(bindfrom_list, lmp->l_name)))
82 *cookie = (uintptr_t)lmp->l_name;
H A Dtruss.c160 else if (check_list(bindto_list, lmp->l_name))
166 (check_list(bindfrom_list, lmp->l_name)))
172 if ((basename = strrchr(lmp->l_name, '/')) != NULL)
175 basename = lmp->l_name;
H A Dperfcnt.c148 progname = lmp->l_name;
155 if (check_list(bindto_list, lmp->l_name))
161 if (check_list(bindfrom_list, lmp->l_name))
H A Dbindings.c344 (check_list(bindto_list, lmp->l_name)))
350 (check_list(bindfrom_list, lmp->l_name)))
387 lib_name = dlmp->l_name;
/opensolaris-onvv-gate/usr/src/cmd/tcpd/
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);
/opensolaris-onvv-gate/usr/src/cmd/streams/strcmd/
H A Dstrconf.c161 (void) puts(strlist.sl_modlist[0].l_name);
172 if (strncmp(modp, strlist.sl_modlist[i].l_name,
186 (void) puts(strlist.sl_modlist[i].l_name);
218 (void) strncpy(modp[i].l_name, listp->sl_modlist[i].l_name,
H A Dstrchg.c325 (void) strncpy(newlist.sl_modlist[i].l_name,
365 if (push_module(newlist.sl_modlist[i].l_name) ==
416 if (strncmp(Oldlist.sl_modlist[i].l_name, modnamep,
516 if (push_module(Oldlist.sl_modlist[i].l_name) == FAILURE) {
553 (void) strncpy(modp[i].l_name, listp->sl_modlist[i].l_name,
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl.h89 char l_name[NAME_SIZE]; member in struct:ctl_msg
H A Dget_names.c152 strncpy(msg.l_name, my_name, NAME_SIZE);
153 msg.l_name[NAME_SIZE - 1] = '\0';
/opensolaris-onvv-gate/usr/src/cmd/sgs/libcrle/common/
H A Daudit.c123 lmp->l_name);
125 *cookie = (uintptr_t)lmp->l_name;
/opensolaris-onvv-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c145 lmp->l_name);
148 lmp->l_name);
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddrti.c118 if ((modname = strrchr(lmp->l_name, '/')) == NULL)
119 modname = lmp->l_name;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c54 char *l_name; member in struct:nfs_log_list
418 if (strcmp(tag, p->l_name) == 0) {
434 if ((lp->l_name = strdup(tag)) != NULL) {
441 if (lp->l_name != NULL)
442 free(lp->l_name);
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmutil.c196 (void)strncpy(newlist.sl_modlist[i].l_name,
198 newlist.sl_modlist[i].l_name[FMNAMESZ] = '\0';
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c344 size_t l_pref, l_name; local
348 l_name = strlen(name);
353 if ((ret = __os_malloc(l_pref + l_name + 2, NULL, &newname)) != 0)
363 memcpy(newname + l_pref, name, l_name + 1);
/opensolaris-onvv-gate/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h117 * head |-[0]- /|-l_name == sndr
128 * l_name - is set when the parser is read.
131 * list that belongs to the cfglist tagged with l_name.
138 * l_index - is the index of the parser tree that corresponds to l_name
151 char *l_name; /* name of list sndr, ii.. */ member in struct:cfglist
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Dprb_lmap.c108 (void) prb_proc_readstr(proc_p, (uintptr_t) lmap.l_name,
/opensolaris-onvv-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c338 * If this is the first time in, then l_name is the app
352 * Otherwise we make sure that l_name is on the list.
357 } else if (check_list(bindto_list, lmp->l_name) != NULL) {
362 * If l_name is on the exclusion list, zero the bit.
365 check_list(bindto_excl, lmp->l_name) != NULL) {
370 * If l_name is on the bindfrom list then trace
372 if (check_list(bindfrom_list, lmp->l_name) != NULL) {
377 * If l_name is on the exclusion list, zero the bit
381 if (check_list(bindfrom_excl, lmp->l_name) != NULL) {
389 *cookie = (uintptr_t)abibasename(lmp->l_name);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c391 if (((objname = strrchr(lmp->l_name, '/')) == 0) ||
393 objname = lmp->l_name;
400 (strcmp(pname, lmp->l_name) != 0))

Completed in 282 milliseconds

12