Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/tokenadm/
Dtokenadm.c59 DISONLY = 0x08, enumerator
129 how |= DISONLY; in main()
177 if ((how & (ENONLY|DISONLY)) == 0) in main()
178 how |= ENONLY|DISONLY; in main()
379 if ((how & DISONLY) == 0) in print_record()