Searched defs:read_next_token (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dsortctrl.c24 static int read_next_token(char **s, LDAPsortkey **key);
230 static int read_next_token(char **s, LDAPsortkey **key) function
388 if (0 != (retval = read_next_token(&current_position,
/osnet-11/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])))) {
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c92 static char *read_next_token(char **);
2376 if ((arg = read_next_token(&cp)) == 0) {
2417 if ((arg = read_next_token(&cp)) == 0) {
2457 if ((arg = read_next_token(&cp)) == 0) {
2488 if ((arg = read_next_token(&cp)) == 0) {
2547 for (arg = read_next_token(&tmp); arg; arg = read_next_token(&tmp))
2559 for (arg = read_next_token(&cp); arg;
2560 arg = read_next_token(&cp)) {
2588 * read_next_token
2592 read_next_token(char **cpp) function
[all...]

Completed in 21 milliseconds