Home
last modified time | relevance | path

Searched refs:get_next_token (Results 1 – 4 of 4) 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))) in decode_pwd_entry()
821 if (NULL == (p = get_next_token(p, &temp, str_end))) in decode_pwd_entry()
846 if (NULL == (p = get_next_token(p, &(pwd->pw_uid), str_end))) in decode_pwd_entry()
850 if (NULL == (p = get_next_token(p, &(pwd->pw_gid), str_end))) in decode_pwd_entry()
854 if (NULL == (p = get_next_token(p, &(pwd->pw_gecos), str_end))) in decode_pwd_entry()
858 if (NULL == (p = get_next_token(p, &(pwd->pw_dir), str_end))) in decode_pwd_entry()
862 get_next_token(p, &(pwd->pw_shell), str_end); in decode_pwd_entry()
885 get_next_token(char *str, char **op, char *str_end) in get_next_token() function
1224 if (NULL == (p = get_next_token(data->dptr, &(sp->sp_namp), str_end))) in decode_shadow_entry()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c665 name_s = get_next_token( in parse_name_fields()
1064 s1 = get_next_token(&begin_token, &end_token, &t); in get_mapping_rule()
1098 s = get_next_token(&begin_token, &end_token, &t); in get_mapping_rule()
1164 s = get_next_token(&begin_token, &end_token, &t); in get_lhs()
1184 s = get_next_token(&begin_token, &end_token, &t); in get_lhs()
1264 s = get_next_token(&begin_token, &end_token, &t); in get_lhs_match()
1292 s = get_next_token(&begin_token, &end_token, &t); in get_lhs_match()
1397 s = get_next_token(&begin_token, &end_token, &t); in get_lhs_paren_item()
1457 s = get_next_token(&begin_token, &end_token, &t); in get_rhs()
1472 s = get_next_token(&begin_token, &end_token, &t); in get_rhs()
[all …]
H A Dnis_parse_ldap_conf.h626 extern const char *get_next_token(const char **begin_token,
H A Dnis_parse_ldap_util.c1850 get_next_token(const char **begin_token, const char **end_token, token_type *t) in get_next_token() function