Searched refs:elooppathname (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat02.c | 61 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/ |
D | readlink03.c | 55 static char elooppathname[sizeof(ELOOPFILE) * 43] = "."; variable 70 {elooppathname, buffer, sizeof(buffer), ELOOP}, 123 strcat(elooppathname, ELOOPFILE); in setup()
|
/external/ltp/testcases/kernel/syscalls/rename/ |
D | rename11.c | 53 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/lstat/ |
D | lstat02.c | 60 static char elooppathname[sizeof(TEST_ELOOP) * 43] = "."; variable 77 {elooppathname, ELOOP, NULL}, 133 strcat(elooppathname, TEST_ELOOP); in setup()
|
/external/ltp/testcases/kernel/syscalls/mknod/ |
D | mknod07.c | 63 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable 78 { elooppathname, FIFO_MODE, ELOOP }, 147 strcat(elooppathname, ELOPFILE); in setup()
|