Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d205 enum ENOTEMPTY = 41; /// Directory not empty in version() local
296 enum ENOTEMPTY = 39; /// in version() local
399 enum ENOTEMPTY = 39; /// in version() local
591 enum ENOTEMPTY = 247; /// in version() local
654 enum ENOTEMPTY = 93; /// in version() local
713 enum ENOTEMPTY = 39; /// in version() local
816 enum ENOTEMPTY = 39; /// in version() local
946 enum ENOTEMPTY = 66; /// in version() local
1023 enum ENOTEMPTY = 39; /// in version() local
1188 enum ENOTEMPTY = 66; /// Directory not empty in version() local
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h288 #define ENOTEMPTY 9953 macro
/netbsd-src/sys/sys/
H A Derrno.h120 #define ENOTEMPTY 66 /* Directory not empty */ macro
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d171 inline int ENOTEMPTY = 66; variable