Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dgeneric-error-number-macros.h39 #define ENOSPC 28 macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h338 # define ENOSPC 9965 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h341 # define ENOSPC 9965 macro
/freebsd/sys/sys/
H A Derrno.h80 #define ENOSPC 28 /* No space left on device */ macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d84 inline int ENOSPC = 28; variable
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py34 ENOSPC = 28 variable