Searched refs:nlptr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c124 struct nlist *nl, *nlptr; variable in typeref:struct:
341 nlptr = nl;
367 nlptr = nl;
386 for (nlptr = &nl[vs]; nlptr != &nl[endnm]; nlptr++) {
387 if (nlptr->n_value == 0 &&
388 (incore || nlptr->n_scnum != bss)) {
390 nlptr->n_name);
498 if (nlptr >
[all...]
/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c565 char *nlptr; /* A pointer to the last newline in the accumulated string */ local
601 nlptr = strrchr(rbuff, '\n');
611 if(nlptr) {
612 nextp = crptr && crptr < nlptr ? crptr : nlptr;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c544 char *nlptr; local
551 if ((nlptr = strrchr(p, '\n')) != NULL)
552 *nlptr = '\0';
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c407 const char *nlptr; /* A pointer to a newline character in line[] */ local
432 nlptr = strchr(line, '\n');
433 if(nlptr)
434 slen = (nlptr - line);

Completed in 70 milliseconds