Searched refs:TOKEN_HEXINIT (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/libexec/login_token/
H A Dtoken.h73 #define TOKEN_HEXINIT 0x0002 /* Allow initialization in hex (and octal) */ macro
H A Dinit.c48 TOKEN_HEXINIT,
52 TOKEN_HEXINIT | TOKEN_PHONE,
60 TOKEN_HEXINIT,
/openbsd-current/usr.sbin/tokeninit/
H A Dtokeninit.c96 if (tt->options & TOKEN_HEXINIT)
128 tt->name, (tt->options & TOKEN_HEXINIT) ? "h" : "");

Completed in 80 milliseconds