Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h358 # define ENOTDIR 9970 macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d68 inline int ENOTDIR = 20; variable
/freebsd/sys/sys/
H A Derrno.h70 #define ENOTDIR 20 /* Not a directory */ macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py26 ENOTDIR = 20 variable