Searched refs:get_next_token (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 139 static char *get_next_token(char *, char **, char *); 808 if (NULL == (p = get_next_token(data->dptr, &temp, str_end))) in decode_pwd_entry() 818 if (NULL == (p = get_next_token(p, &temp, str_end))) in decode_pwd_entry() 843 if (NULL == (p = get_next_token(p, &(pwd->pw_uid), str_end))) in decode_pwd_entry() 847 if (NULL == (p = get_next_token(p, &(pwd->pw_gid), str_end))) in decode_pwd_entry() 851 if (NULL == (p = get_next_token(p, &(pwd->pw_gecos), str_end))) in decode_pwd_entry() 855 if (NULL == (p = get_next_token(p, &(pwd->pw_dir), str_end))) in decode_pwd_entry() 859 get_next_token(p, &(pwd->pw_shell), str_end); in decode_pwd_entry() 882 get_next_token(char *str, char **op, char *str_end) in get_next_token() function 1222 if (NULL == (p = get_next_token(data->dptr, &(sp->sp_namp), str_end))) in decode_shadow_entry() [all …]
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_map.c | 668 name_s = get_next_token( in parse_name_fields() 1067 s1 = get_next_token(&begin_token, &end_token, &t); in get_mapping_rule() 1101 s = get_next_token(&begin_token, &end_token, &t); in get_mapping_rule() 1167 s = get_next_token(&begin_token, &end_token, &t); in get_lhs() 1187 s = get_next_token(&begin_token, &end_token, &t); in get_lhs() 1267 s = get_next_token(&begin_token, &end_token, &t); in get_lhs_match() 1295 s = get_next_token(&begin_token, &end_token, &t); in get_lhs_match() 1400 s = get_next_token(&begin_token, &end_token, &t); in get_lhs_paren_item() 1460 s = get_next_token(&begin_token, &end_token, &t); in get_rhs() 1475 s = get_next_token(&begin_token, &end_token, &t); in get_rhs() [all …]
|
H A D | nis_parse_ldap_conf.h | 628 extern const char *get_next_token(const char **begin_token,
|
H A D | nis_parse_ldap_util.c | 1850 get_next_token(const char **begin_token, const char **end_token, token_type *t) in get_next_token() function
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 52 get_next_token(fcode_env_t *env) in get_next_token() function 526 token = get_next_token(env); in byte_load() 568 int token = get_next_token(env); in btick()
|