Home
last modified time | relevance | path

Searched refs:ERRNO (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/include/
H A Dtst_test_macros.h107 #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 Djerry_client.py336 ERRNO = error_msg.errno variable
338 if ERRNO == 111:
340 elif ERRNO == 32 or ERRNO == 104:
/third_party/elfutils/libdwfl/
H A Ddwfl_error.c106 value = DWFL_E (ERRNO, errno); in canonicalize()
170 case OTHER_ERROR (ERRNO): in dwfl_errmsg()
H A Dgzip.c134 case Z (ERRNO): in zlib_fail()
322 return zlib_fail (&state, Z (ERRNO)); in unzip()
H A DlibdwflP.h54 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 Dares_sysconfig_files.c597 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 Dsetup_once.h347 * Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
352 # define ERRNO ((int)GetLastError()) macro
355 # define ERRNO (errno)
H A Dinet_net_pton.c57 * 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 Dares_search.c324 error = ERRNO; in ares__single_domain()
H A Dares__hosts_file.c117 int error = ERRNO; in ares__read_file_into_buf()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c3176 enum { ERRNO, in basictest() enumerator
3211 err = ERRNO; in basictest()
3392 enum { ERRNO, in posixtest() enumerator

Completed in 14 milliseconds