Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dgeneric-error-number-macros.h32 #define EISDIR 21 macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h326 # define EISDIR 9962 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h329 # define EISDIR 9962 macro
/freebsd/sys/sys/
H A Derrno.h71 #define EISDIR 21 /* Is a directory */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d70 inline int EISDIR = 21; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py27 EISDIR = 21 variable