Home
last modified time | relevance | path

Searched defs:ELAST (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h57 # define ELAST EOWNERDEAD macro
65 # define ELAST ENOTRECOVERABLE macro
74 # define ELAST ENOTRECOVERABLE macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h60 # define ELAST EOWNERDEAD macro
68 # define ELAST ENOTRECOVERABLE macro
77 # define ELAST ENOTRECOVERABLE macro
/freebsd/sys/sys/
H A Derrno.h184 #define ELAST 97 /* Must be equal largest errno */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d228 inline int ELAST = 97; variable