Searched refs:errno_test (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/sched_getaffinity/ |
D | sched_getaffinity01.c | 21 static void errno_test(pid_t pid, size_t cpusize, void *mask, int exp_errno) in errno_test() function 78 errno_test(0, len, bad_addr, EFAULT); in do_test() 79 errno_test(0, 0, mask, EINVAL); in do_test() 80 errno_test(tst_get_unused_pid(), len, mask, ESRCH); in do_test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 2-1-buildonly.c | 9 static int errno_test; variable 13 errno_test = errno; in dummyfcn()
|
/third_party/boost/libs/exception/test/ |
D | Jamfile.v2 | 36 run errno_test.cpp ;
|
/third_party/boost/libs/type_index/patched/ |
D | boost_exception.patch | 146 run errno_test.cpp ;
|