Home
last modified time | relevance | path

Searched refs:TEST_ELOOP (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/acct/
Dacct01.c34 #define TEST_ELOOP "test_file_eloop1" macro
64 {TEST_ELOOP, "ELOOP", ELOOP, NULL, NULL},
92 SAFE_SYMLINK(TEST_ELOOP, "test_file_eloop2"); in setup()
93 SAFE_SYMLINK("test_file_eloop2", TEST_ELOOP); in setup()
/third_party/ltp/testcases/kernel/syscalls/lstat/
Dlstat02.c38 #define TEST_ELOOP "/test_eloop" macro
44 static char elooppathname[sizeof(TEST_ELOOP) * 43];
107 strcat(elooppathname, TEST_ELOOP); in setup()
/third_party/ltp/testcases/kernel/syscalls/linkat/
Dlinkat02.c41 #define TEST_ELOOP "testeloop" macro
73 {TEST_ELOOP, TEST_FILE, AT_SYMLINK_FOLLOW, ELOOP, NULL, NULL},
166 SAFE_SYMLINK(cleanup, TEST_ELOOP, "test_file_eloop2"); in setup()
167 SAFE_SYMLINK(cleanup, "test_file_eloop2", TEST_ELOOP); in setup()