Home
last modified time | relevance | path

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

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