Searched refs:nextpp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetpwnam_r.c213 gettok(char **nextpp) argument
215 char *p = *nextpp;
226 *nextpp = 0;
229 *nextpp = q;
H A Dgetgrnam_r.c286 gettok(char **nextpp, char sep) argument
288 char *p = *nextpp;
299 *nextpp = 0;
302 *nextpp = q;
/osnet-11/usr/src/lib/passwdutil/
H A Dswitch_utils.c264 gettok(nextpp)
265 char **nextpp;
267 char *p = *nextpp;
278 *nextpp = 0;
281 *nextpp = q;
/osnet-11/usr/src/lib/libproject/common/
H A Dgetprojent.c348 gettok(char **nextpp, char sep) argument
350 char *p = *nextpp;
359 *nextpp = 0;
362 *nextpp = q;

Completed in 19 milliseconds