Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevreserv.c499 int tokflag; /* TRUE if we're parsing a token */ local
502 tokflag = FALSE; /* Not in a token */
508 if (strchr(delims, *p)) tokflag = FALSE;
511 else if (!tokflag) {
512 tokflag = TRUE;
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c523 negState, tokflag); in handle_mic()
539 *tokflag = NO_TOKEN_SEND; in handle_mic()
587 *tokflag = NO_TOKEN_SEND; in process_mic()
593 *tokflag = NO_TOKEN_SEND; in process_mic()
658 *tokflag = INIT_TOKEN_SEND; in init_ctx_new()
704 *tokflag = NO_TOKEN_SEND; in init_ctx_cont()
716 negState, tokflag); in init_ctx_cont()
730 *tokflag = NO_TOKEN_SEND; in init_ctx_cont()
787 negState, tokflag); in init_ctx_nego()
840 *tokflag = NO_TOKEN_SEND; in init_ctx_reselect()
[all …]