Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/linkat/
Dlinkat02.c43 #define TEST_ELOOP "testeloop" macro
75 {TEST_ELOOP, TEST_FILE, AT_SYMLINK_FOLLOW, ELOOP, NULL, NULL},
168 SAFE_SYMLINK(cleanup, TEST_ELOOP, "test_file_eloop2"); in setup()
169 SAFE_SYMLINK(cleanup, "test_file_eloop2", TEST_ELOOP); in setup()
/external/ltp/testcases/kernel/syscalls/lstat/
Dlstat02.c57 #define TEST_ELOOP "/test_eloop" macro
60 static char elooppathname[sizeof(TEST_ELOOP) * 43] = ".";
141 strcat(elooppathname, TEST_ELOOP); in setup()