Searched refs:nlast (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c772 char *cp, *last, *nlast; local
780 nlast = NULL;
782 nlast = last;
786 logmsg(LOG_DEBUG, "parse_ms: last <%c> nlast <%c>\n",
788 (nlast != NULL ? *nlast : ' '));
804 if (nlast != NULL && *nlast == 'm') {
806 *nlast = '\0';
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c157 int nlast=1,n,exitval=0; local
166 for(av=avlast; cp= *av; av++,nlast++)
181 n = nlast*sizeof(char*);

Completed in 412 milliseconds