HomeSort by: relevance | last modified time | path
    Searched defs:parse_ncp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
getnetconfig.c 140 static int parse_ncp(char *, struct netconfig *);
333 if (parse_ncp(stringp, list->ncp) == -1) {
481 if (parse_ncp(linep, ncp) == -1) {
524 parse_ncp( function in typeref:typename:int
667 * To follow the convention used in parse_ncp(), we store all the
getnetconfig.c 140 static int parse_ncp(char *, struct netconfig *);
333 if (parse_ncp(stringp, list->ncp) == -1) {
481 if (parse_ncp(linep, ncp) == -1) {
524 parse_ncp( function in typeref:typename:int
667 * To follow the convention used in parse_ncp(), we store all the

Completed in 21 milliseconds