Searched defs:nextpp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/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.c287 gettok(char **nextpp, char sep) argument
289 char *p = *nextpp;
300 *nextpp = 0;
303 *nextpp = q;
/illumos-gate/usr/src/lib/libproject/common/
H A Dgetprojent.c351 gettok(char **nextpp, char sep) argument
353 char *p = *nextpp;
362 *nextpp = 0;
365 *nextpp = q;

Completed in 46 milliseconds