Searched refs:get_next_token (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 143 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/libnisdb/ |
H A D | nis_parse_ldap_map.c | 665 name_s = get_next_token( 1064 s1 = get_next_token(&begin_token, &end_token, &t); 1098 s = get_next_token(&begin_token, &end_token, &t); 1164 s = get_next_token(&begin_token, &end_token, &t); 1184 s = get_next_token(&begin_token, &end_token, &t); 1264 s = get_next_token(&begin_token, &end_token, &t); 1292 s = get_next_token(&begin_token, &end_token, &t); 1397 s = get_next_token(&begin_token, &end_token, &t); 1457 s = get_next_token(&begin_token, &end_token, &t); 1472 s = get_next_token( [all...] |
H A D | nis_parse_ldap_util.c | 1838 * FUNCTION: get_next_token 1850 get_next_token(const char **begin_token, const char **end_token, token_type *t) function
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 52 get_next_token(fcode_env_t *env) function 526 token = get_next_token(env); 568 int token = get_next_token(env);
|
Completed in 68 milliseconds