Home
last modified time | relevance | path

Searched defs:BOTH (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/w/
H A Dproc_compare.c62 #define BOTH 3 macro
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Dt_seqstate.c45 enum width { NARROW = 0, WIDE = 1, BOTH = 2 }; enumerator
/freebsd/sys/kern/
H A Dtty_info.c84 #define BOTH 3 macro
/freebsd/usr.bin/limits/
H A Dlimits.c287 enum { ANY=0, SOFT=1, HARD=2, BOTH=3, DISPLAYONLY=4 } type = ANY; in main() enumerator
/freebsd/usr.bin/dtc/
H A Dfdt.hh728 BOTH enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp60 enum FilesPresent { A, B, BOTH }; enumerator
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c63 BOTH enumerator
/freebsd/bin/ps/
H A Dps.c185 enum { NONE = 0, UP = 1, DOWN = 2, BOTH = 1 | 2 } directions = NONE; in main() enumerator