Searched refs:get_next_token (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c139 static char *get_next_token(char *, char **, char *);
808 if (NULL == (p = get_next_token(data->dptr, &temp, str_end)))
818 if (NULL == (p = get_next_token(p, &temp, str_end)))
843 if (NULL == (p = get_next_token(p, &(pwd->pw_uid), str_end)))
847 if (NULL == (p = get_next_token(p, &(pwd->pw_gid), str_end)))
851 if (NULL == (p = get_next_token(p, &(pwd->pw_gecos), str_end)))
855 if (NULL == (p = get_next_token(p, &(pwd->pw_dir), str_end)))
859 get_next_token(p, &(pwd->pw_shell), str_end);
868 * FUNCTION : get_next_token()
882 get_next_token(cha function
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c668 name_s = get_next_token(
1067 s1 = get_next_token(&begin_token, &end_token, &t);
1101 s = get_next_token(&begin_token, &end_token, &t);
1167 s = get_next_token(&begin_token, &end_token, &t);
1187 s = get_next_token(&begin_token, &end_token, &t);
1267 s = get_next_token(&begin_token, &end_token, &t);
1295 s = get_next_token(&begin_token, &end_token, &t);
1400 s = get_next_token(&begin_token, &end_token, &t);
1460 s = get_next_token(&begin_token, &end_token, &t);
1475 s = get_next_token(
[all...]
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
/opensolaris-onvv-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);

Completed in 106 milliseconds