Searched defs:netpath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c400 char *netpath; /* value of NETPATH from environment */ local
434 if ((netpath = getenv(NETPATH)) == NULL ||
435 strlen(netpath) >= sizeof (templine) - 1) {
456 * listed twice in the list of valid netpath entries.
459 (void) strcpy(templine, netpath);

Completed in 65 milliseconds