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

/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.h135 extern int validate_passwd_ids(char **linepp, int *linelenp, int allocbuf);
136 extern int validate_group_ids(char **linepp, int *linelenp, int allocbuf);
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 36 milliseconds