Searched refs:parse_ncp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/lib/libc/rpc/
H A Dgetnetconfig.c122 static int parse_ncp(char *, struct netconfig *);
339 if (parse_ncp(stringp, list->ncp) == -1) {
511 if (parse_ncp(linep, ncp) == -1) {
557 parse_ncp(char *stringp, struct netconfig *ncp) function
704 * To follow the convention used in parse_ncp(), we store all the

Completed in 107 milliseconds