Searched refs:get_next_token (Results 1 - 4 of 4) 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_map.c664 name_s = get_next_token(
1063 s1 = get_next_token(&begin_token, &end_token, &t);
1097 s = get_next_token(&begin_token, &end_token, &t);
1163 s = get_next_token(&begin_token, &end_token, &t);
1183 s = get_next_token(&begin_token, &end_token, &t);
1263 s = get_next_token(&begin_token, &end_token, &t);
1291 s = get_next_token(&begin_token, &end_token, &t);
1396 s = get_next_token(&begin_token, &end_token, &t);
1456 s = get_next_token(&begin_token, &end_token, &t);
1471 s = get_next_token(
[all...]
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 63 milliseconds