Home
last modified time | relevance | path

Searched refs:elooppathname (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/lstat/
Dlstat02.c44 static char elooppathname[sizeof(TEST_ELOOP) * 43]; variable
56 {elooppathname, ELOOP},
105 elooppathname[0] = '.'; in setup()
107 strcat(elooppathname, TEST_ELOOP); in setup()
/external/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat02.c60 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable
74 { &curfd, elooppathname, FIFOMODE, ELOOP },
75 { &curfd, elooppathname, FREGMODE, ELOOP },
76 { &curfd, elooppathname, SOCKMODE, ELOOP },
139 strcat(elooppathname, ELOPFILE); in setup()
/external/ltp/testcases/kernel/syscalls/readlink/
Dreadlink03.c46 static char elooppathname[sizeof(ELOOPFILE) * 43] = "."; variable
61 {elooppathname, buffer, sizeof(buffer), ELOOP},
114 strcat(elooppathname, ELOOPFILE); in setup()
/external/ltp/testcases/kernel/syscalls/rename/
Drename11.c53 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable
123 strcat(elooppathname, ELOPFILE); in setup()
143 TEST(rename(elooppathname, TEST_NEW_ELOOP)); in test_eloop()
/external/ltp/testcases/kernel/syscalls/mknod/
Dmknod07.c64 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable
80 { elooppathname, FIFO_MODE, ELOOP, 0, 0 },
149 strcat(elooppathname, ELOPFILE); in setup()