Lines Matching defs:netid
217 getnetconfigent(const char *netid)
229 if (strcmp((*tpp)->nc_netid, netid) == 0) {
321 fgetnetconfig(FILE *fp, char *netid)
327 char *entnetid; /* netid for the current entry */
346 if (netid && (strcmp(netid, entnetid) != 0)) {
398 char *netid; /* holds a component of NETPATH */
466 netid = tp;
470 *tp++ = '\0'; /* isolate netid */
473 if (strcmp(netid, (*tpp)->nc_netid) == 0) {
502 netid = tp = valid_netpath;
504 netid = tp;
510 if (strcmp(netid, (*tpp)->nc_netid) == 0) {
854 "netid not found in /etc/netconfig"));