Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/netselect/
H A Dnetselect.c396 char templine[BUFSIZ]; /* has value of NETPATH when scanning */ in setnetpath() local
435 strlen(netpath) >= sizeof (templine) - 1) { in setnetpath()
459 (void) strcpy(templine, netpath); in setnetpath()
460 tp = templine; in setnetpath()