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

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c137 static char *get_next_token(char *, char **, char *);
807 if (NULL == (p = get_next_token(dptr, &temp, str_end)))
817 if (NULL == (p = get_next_token(p, &temp, str_end)))
842 if (NULL == (p = get_next_token(p, &(pwd->pw_uid), str_end)))
846 if (NULL == (p = get_next_token(p, &(pwd->pw_gid), str_end)))
850 if (NULL == (p = get_next_token(p, &(pwd->pw_gecos), str_end)))
854 if (NULL == (p = get_next_token(p, &(pwd->pw_dir), str_end)))
858 get_next_token(p, &(pwd->pw_shell), str_end);
867 * FUNCTION : get_next_token()
881 get_next_token(cha function
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c1835 * FUNCTION: get_next_token
1847 get_next_token(const char **begin_token, const char **end_token, token_type *t) function
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c48 get_next_token(fcode_env_t *env) function
522 token = get_next_token(env);
564 int token = get_next_token(env);

Completed in 26 milliseconds