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.c241 static int read_next_token(const char **s,LDAPsortkey **key) function
383 if (0 != (retval = read_next_token(&current_position,&(pointer_array[i])))) {
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c88 static char *read_next_token(char **);
2169 if ((arg = read_next_token(&cp)) == 0) {
2181 if ((arg = read_next_token(&cp)) == 0) {
2206 if ((arg = read_next_token(&cp)) == 0) {
2235 if ((arg = read_next_token(&cp)) == 0) {
2294 for (arg = read_next_token(&tmp); arg; arg = read_next_token(&tmp))
2306 for (arg = read_next_token(&cp); arg;
2307 arg = read_next_token(&cp)) {
2335 * read_next_token
2339 read_next_token(char **cpp) function
[all...]

Completed in 49 milliseconds