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

/external/ltp/testcases/kernel/syscalls/lstat/
H A Dlstat02.c57 #define TEST_ELOOP "/test_eloop" macro
60 static char elooppathname[sizeof(TEST_ELOOP) * 43] = ".";
141 strcat(elooppathname, TEST_ELOOP);
/external/ltp/testcases/kernel/syscalls/linkat/
H A 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");
169 SAFE_SYMLINK(cleanup, "test_file_eloop2", TEST_ELOOP);

Completed in 81 milliseconds