Searched refs:SYSCALL_TEST (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/tests/vfs/ |
| H A D | longpaths.c | 1085 #define SYSCALL_TEST(name, expected_errno_off, expected_errno_on) \ macro 1112 SYSCALL_TEST(access, common_errno_off, common_errno_on) 1113 SYSCALL_TEST(faccessat, common_errno_off, common_errno_on) 1114 SYSCALL_TEST(fstatat, common_errno_off, common_errno_on) 1115 SYSCALL_TEST(F_GETPATH, F_GETPATH_errno, F_GETPATH_errno) 1117 SYSCALL_TEST(getattrlist_fileID, common_errno_off, common_errno_on) 1118 SYSCALL_TEST(getattrlist_nofirmlinkpath, common_errno_off, common_errno_on) 1119 SYSCALL_TEST(getattrlist_fullpath, common_errno_off, common_errno_on) 1120 SYSCALL_TEST(getattrlist_relpath, common_errno_off, common_errno_on) 1122 SYSCALL_TEST(lstat, common_errno_off, common_errno_on) [all …]
|