Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dgeneric-error-number-macros.h29 #define EXDEV 18 macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h282 # define EXDEV 9951 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h285 # define EXDEV 9951 macro
/freebsd/sys/sys/
H A Derrno.h68 #define EXDEV 18 /* Cross-device link */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d64 inline int EXDEV = 18; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py24 EXDEV = 18 variable