Searched defs:gettok (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getpwnam_r.c | 213 gettok(char **nextpp) function 267 passwd->pw_name = p = gettok(&next); /* username */ 290 passwd->pw_passwd = p = gettok(&next); /* password */ 343 (void) gettok(&next); 373 (void) gettok(&next); 378 passwd->pw_gecos = passwd->pw_comment = p = gettok(&next); 386 passwd->pw_dir = p = gettok(&next); 394 passwd->pw_shell = p = gettok(&next);
|
H A D | getgrnam_r.c | 286 gettok(char **nextpp, char sep) function 346 group->gr_name = p = gettok(&next, ':'); 365 group->gr_passwd = p = gettok(&next, ':'); 401 p = gettok(&next, ',');
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 29 * skipping of comment lines, etc., and using gettok() to deal with the ":" 49 * gettok() is a helper function for parsing the index file, used to split 61 gettok(char **cpp) function 130 p = gettok(&cp); 139 p = gettok(&cp); 147 p = gettok(&cp); 154 p = gettok(&cp); 376 zone_state = gettok(&cp); 382 zone_path = gettok(&cp); 383 zone_uuid = gettok( [all...] |
/osnet-11/usr/src/lib/libproject/common/ |
H A D | getprojent.c | 348 gettok(char **nextpp, char sep) function 399 p = gettok(&next, ':'); 408 p = gettok(&next, ':'); 424 p = gettok(&next, ':'); 433 if ((users = gettok(&next, ':')) == NULL) { 440 if ((groups = gettok(&next, ':')) == NULL) { 460 p = gettok(&users, ','); 474 p = gettok(&groups, ',');
|
/osnet-11/usr/src/lib/passwdutil/ |
H A D | switch_utils.c | 264 gettok(nextpp) function 311 passwd->pw_name = p = gettok(&next); /* username */ 334 passwd->pw_passwd = p = gettok(&next); /* password */ 376 p = gettok(&next); 402 p = gettok(&next); 407 passwd->pw_gecos = passwd->pw_comment = p = gettok(&next); 415 passwd->pw_dir = p = gettok(&next); 423 passwd->pw_shell = p = gettok(&next);
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 502 static int gettok(register struct vars *vp) function 583 op = gettok(vp); 621 op = gettok(vp); 749 if (gettok(vp) != A_RPAR) 782 if(gettok(vp)!=A_COLON)
|
Completed in 33 milliseconds