Lines Matching defs:netid
220 getnetconfigent(const char *netid)
232 if (strcmp((*tpp)->nc_netid, netid) == 0) {
324 fgetnetconfig(FILE *fp, char *netid)
330 char *entnetid; /* netid for the current entry */
349 if (netid && (strcmp(netid, entnetid) != 0)) {
401 char *netid; /* holds a component of NETPATH */
468 netid = tp;
472 *tp++ = '\0'; /* isolate netid */
475 if (strcmp(netid, (*tpp)->nc_netid) == 0) {
503 netid = tp = valid_netpath;
505 netid = tp;
511 if (strcmp(netid, (*tpp)->nc_netid) == 0) {
855 "netid not found in /etc/netconfig"));