Searched refs:ERRNO (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/include/ |
H A D | tst_test_macros.h | 107 #define TST_EXP_FD_OR_FAIL(SCALL, ERRNO, ...) \ 109 if (ERRNO) \ 110 TST_EXP_FAIL(SCALL, ERRNO, ##__VA_ARGS__); \ 189 #define TST_EXP_FAIL_SILENT_(PASS_COND, SCALL, SSCALL, ERRNO, ...) \ 206 if (TST_ERR == (ERRNO)) { \ 210 tst_strerrno(ERRNO), \ 215 #define TST_EXP_FAIL(SCALL, ERRNO, ...) \ 218 ERRNO, ##__VA_ARGS__); \ 223 #define TST_EXP_FAIL2(SCALL, ERRNO, ...) \ 226 ERRNO, ##__VA_ARGS_ [all...] |
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client.py | 336 ERRNO = error_msg.errno variable 338 if ERRNO == 111: 340 elif ERRNO == 32 or ERRNO == 104:
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_error.c | 106 value = DWFL_E (ERRNO, errno); in canonicalize() 170 case OTHER_ERROR (ERRNO): in dwfl_errmsg()
|
H A D | gzip.c | 134 case Z (ERRNO): in zlib_fail() 322 return zlib_fail (&state, Z (ERRNO)); in unzip()
|
H A D | libdwflP.h | 54 DWFL_ERROR (ERRNO, N_("See errno")) \ 803 #define CBFAIL (errno ? DWFL_E (ERRNO, errno) : DWFL_E_CB);
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_sysconfig_files.c | 597 error = ERRNO; in ares__init_sysconfig_files() 625 error = ERRNO; in ares__init_sysconfig_files() 655 error = ERRNO; in ares__init_sysconfig_files() 685 error = ERRNO; in ares__init_sysconfig_files()
|
H A D | setup_once.h | 347 * Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno 352 # define ERRNO ((int)GetLastError()) macro 355 # define ERRNO (errno)
|
H A D | inet_net_pton.c | 57 * actual last winsock error. So use macro ERRNO to fetch the 409 * actual last winsock error. So use macro ERRNO to fetch the 441 if (result == -1 && ERRNO == ENOENT) { in ares_inet_pton()
|
H A D | ares_search.c | 324 error = ERRNO; in ares__single_domain()
|
H A D | ares__hosts_file.c | 117 int error = ERRNO; in ares__read_file_into_buf()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 3176 enum { ERRNO, in basictest() enumerator 3211 err = ERRNO; in basictest() 3392 enum { ERRNO, in posixtest() enumerator
|
Completed in 14 milliseconds