Searched refs:TEST_ELOOP (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat02.c | 42 #define TEST_ELOOP "testeloop" macro 74 {TEST_ELOOP, TEST_FILE, AT_SYMLINK_FOLLOW, ELOOP, NULL, NULL}, 167 SAFE_SYMLINK(cleanup, TEST_ELOOP, "test_file_eloop2"); in setup() 168 SAFE_SYMLINK(cleanup, "test_file_eloop2", TEST_ELOOP); in setup()
|
/external/ltp/testcases/kernel/syscalls/lstat/ |
D | lstat02.c | 57 #define TEST_ELOOP "/test_eloop" macro 60 static char elooppathname[sizeof(TEST_ELOOP) * 43] = "."; 133 strcat(elooppathname, TEST_ELOOP); in setup()
|