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

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetpwnam.c60 validate_passwd_ids(char **linepp, int *linelenp, int allocbuf) argument
69 linep = *linepp;
110 *linepp, uid, gid, linep);
111 free(*linepp);
112 *linepp = newline;
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 Dgetgrent.c69 validate_group_ids(char **linepp, int *linelenp, int allocbuf) argument
76 linep = *linepp;
108 *linepp, GID_NOBODY, linep);
109 free(*linepp);
110 *linepp = newline;

Completed in 70 milliseconds