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

/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetpwnam.c60 validate_passwd_ids(char **linepp, int *linelenp, int allocbuf) argument
105 if (!allocbuf || (newline = malloc(newlinelen + 1)) == NULL)
H A Dgetgrent.c69 validate_group_ids(char **linepp, int *linelenp, int allocbuf) argument
103 if (!allocbuf || (newline = malloc(newlinelen + 1)) == NULL)

Completed in 15 milliseconds