Home
last modified time | relevance | path

Searched defs:EXIT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h25 EXIT = 1, enumerator
/freebsd/crypto/openssl/
H A De_os.h160 # define EXIT(n) exit(n) macro
230 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) macro
244 # define EXIT(n) exit(n) macro
/freebsd/contrib/tcpdump/
H A Dinstrument-functions.c48 EXIT enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; enumerator
H A DXRayRecord.h59 EXIT, enumerator
/freebsd/sbin/mount/
H A Dmount.c57 #define EXIT(a) { \ macro