Home
last modified time | relevance | path

Searched refs:EACCESS (Results 1 - 9 of 9) sorted by relevance

/third_party/curl/tests/server/
H A Dtftp.h56 #define EACCESS 2 macro
H A Dtftpd.c169 { EACCESS, "Access violation" },
1133 return EACCESS; in validate_access()
1141 return EACCESS; in validate_access()
1149 return EACCESS; in validate_access()
1154 return EACCESS; /* failure */ in validate_access()
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dtftp.h24 #define EACCESS 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dtftp.h24 #define EACCESS 2 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dtftp.h24 #define EACCESS 2 macro
/third_party/musl/include/arpa/
H A Dtftp.h24 #define EACCESS 2 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs43 const EACCESS = linux_raw_sys::general::AT_EACCESS; consts
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs50 const EACCESS = c::AT_EACCESS; consts
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c1331 #if EACCESS in internal_add_connection()
1332 errno = EACCESS; in internal_add_connection()

Completed in 11 milliseconds