Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/clients/ksu/
H A Dauthorization.c201 if( get_next_token (&lp) ){ in k5login_lookup()
262 fcmd = get_next_token (&lp); in k5users_lookup()
265 if (get_next_token(&lp) == NULL){ in k5users_lookup()
299 }while ((fcmd = get_next_token( &lp))); in k5users_lookup()
390 } while((tc = get_next_token (&lp))); in fcmd_resolve()
643 get_next_token (char **lnext) in get_next_token() function
H A Dksu.h181 extern char * get_next_token (char **);