Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/netselect/
H A Dnetselect.c400 char *netpath; /* value of NETPATH from environment */ in setnetpath() local
434 if ((netpath = getenv(NETPATH)) == NULL || in setnetpath()
435 strlen(netpath) >= sizeof (templine) - 1) { in setnetpath()
459 (void) strcpy(templine, netpath); in setnetpath()