Searched refs:linepp (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/nis/common/ |
H A D | getpwnam.c | 60 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 D | nis_common.h | 135 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 D | getgrent.c | 69 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