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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c143 static char *get_next_token(char *, char **, char *);
811 if (NULL == (p = get_next_token(data->dptr, &temp, str_end)))
821 if (NULL == (p = get_next_token(p, &temp, str_end)))
846 if (NULL == (p = get_next_token(p, &(pwd->pw_uid), str_end)))
850 if (NULL == (p = get_next_token(p, &(pwd->pw_gid), str_end)))
854 if (NULL == (p = get_next_token(p, &(pwd->pw_gecos), str_end)))
858 if (NULL == (p = get_next_token(p, &(pwd->pw_dir), str_end)))
862 get_next_token(p, &(pwd->pw_shell), str_end);
871 * FUNCTION : get_next_token()
885 get_next_token(cha function
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c52 get_next_token(fcode_env_t *env) function
526 token = get_next_token(env);
568 int token = get_next_token(env);
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c1838 * FUNCTION: get_next_token
1850 get_next_token(const char **begin_token, const char **end_token, token_type *t) function

Completed in 63 milliseconds