Searched refs:TEST_ELOOP (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/lstat/ |
H A D | lstat02.c | 38 #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/ |
H A D | linkat02.c | 41 #define TEST_ELOOP "testeloop" macro 73 {TEST_ELOOP, TEST_FILE, AT_SYMLINK_FOLLOW, ELOOP, NULL, NULL}, 163 SAFE_SYMLINK(cleanup, TEST_ELOOP, "test_file_eloop2"); in setup() 164 SAFE_SYMLINK(cleanup, "test_file_eloop2", TEST_ELOOP); in setup()
|
Completed in 1 milliseconds