Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetpwnam_r.c213 gettok(char **nextpp) in gettok() argument
215 char *p = *nextpp; in gettok()
226 *nextpp = 0; in gettok()
229 *nextpp = q; in gettok()
H A Dgetgrnam_r.c287 gettok(char **nextpp, char sep) in gettok() argument
289 char *p = *nextpp; in gettok()
300 *nextpp = 0; in gettok()
303 *nextpp = q; in gettok()
/titanic_50/usr/src/lib/passwdutil/
H A Dswitch_utils.c264 gettok(nextpp) in gettok() argument
265 char **nextpp; in gettok()
267 char *p = *nextpp;
278 *nextpp = 0;
281 *nextpp = q;
/titanic_50/usr/src/lib/libproject/common/
H A Dgetprojent.c351 gettok(char **nextpp, char sep) in gettok() argument
353 char *p = *nextpp; in gettok()
362 *nextpp = 0; in gettok()
365 *nextpp = q; in gettok()