Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat02.c61 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable
75 { &curfd, elooppathname, FIFOMODE, ELOOP },
76 { &curfd, elooppathname, FREGMODE, ELOOP },
77 { &curfd, elooppathname, SOCKMODE, ELOOP },
145 strcat(elooppathname, ELOPFILE); in setup()
/external/ltp/testcases/kernel/syscalls/readlink/
Dreadlink03.c55 static char elooppathname[sizeof(ELOOPFILE) * 43] = "."; variable
70 {elooppathname, buffer, sizeof(buffer), ELOOP},
123 strcat(elooppathname, ELOOPFILE); in setup()
/external/ltp/testcases/kernel/syscalls/lstat/
Dlstat02.c60 static char elooppathname[sizeof(TEST_ELOOP) * 43] = "."; variable
77 {elooppathname, ELOOP, NULL},
133 strcat(elooppathname, TEST_ELOOP); 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.c63 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable
78 { elooppathname, FIFO_MODE, ELOOP },
147 strcat(elooppathname, ELOPFILE); in setup()