Searched refs:elooppathname (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/lstat/ |
D | lstat02.c | 44 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/ |
D | mknodat02.c | 60 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/ |
D | readlink03.c | 46 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/ |
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/mknod/ |
D | mknod07.c | 64 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable 80 { elooppathname, FIFO_MODE, ELOOP, 0, 0 }, 149 strcat(elooppathname, ELOPFILE); in setup()
|