Home
last modified time | relevance | path

Searched refs:read_next_token (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c239 static int read_next_token(const char **s,LDAPsortkey **key) in read_next_token() function
381 if (0 != (retval = read_next_token(&current_position,&(pointer_array[i])))) { in ldap_create_sort_keylist()
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c92 static char *read_next_token(char **);
2174 if ((arg = read_next_token(&cp)) == 0) { in get_pam_conf_entry()
2186 if ((arg = read_next_token(&cp)) == 0) { in get_pam_conf_entry()
2211 if ((arg = read_next_token(&cp)) == 0) { in get_pam_conf_entry()
2240 if ((arg = read_next_token(&cp)) == 0) { in get_pam_conf_entry()
2299 for (arg = read_next_token(&tmp); arg; arg = read_next_token(&tmp)) in get_pam_conf_entry()
2311 for (arg = read_next_token(&cp); arg; in get_pam_conf_entry()
2312 arg = read_next_token(&cp)) { in get_pam_conf_entry()
2344 read_next_token(char **cpp) in read_next_token() function