HomeSort by: relevance | last modified time | path
    Searched defs:opt_auth (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/btconfig/
btconfig.c 108 static int opt_auth = 0; variable in typeref:typename:int
186 { "auth", P_SET, &opt_auth, NULL },
187 { "-auth", P_CLR, &opt_auth, NULL },
537 if (opt_auth) {
538 uint8_t val = (opt_auth > 0 ? 1 : 0);

Completed in 11 milliseconds