Home
last modified time | relevance | path

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

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