Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetpwnam_r.c214 gettok(char **nextpp) in gettok() argument
216 char *p = *nextpp; in gettok()
227 *nextpp = 0; in gettok()
230 *nextpp = q; in gettok()
H A Dgetgrnam_r.c288 gettok(char **nextpp, char sep) in gettok() argument
290 char *p = *nextpp; in gettok()
301 *nextpp = 0; in gettok()
304 *nextpp = q; in gettok()
/illumos-gate/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;
/illumos-gate/usr/src/lib/libproject/common/
H A Dgetprojent.c349 gettok(char **nextpp, char sep) in gettok() argument
351 char *p = *nextpp; in gettok()
360 *nextpp = 0; in gettok()
363 *nextpp = q; in gettok()