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

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c395 char valid_netpath[BUFSIZ]; /* holds the valid entries if NETPATH */ local
433 valid_netpath[0] = '\0';
444 (void) strcat(valid_netpath, (*tpp)->nc_netid);
445 (void) strcat(valid_netpath, ":");
476 (void) strcat(valid_netpath,
478 (void) strcat(valid_netpath, ":");
499 * it wouldn't appear in valid_netpath[]).
503 netid = tp = valid_netpath;

Completed in 117 milliseconds