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 }, 148 strcat(elooppathname, ELOPFILE); in setup()
|
/external/ltp/testcases/kernel/syscalls/mknod/ |
D | mknod07.c | 63 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable 78 { elooppathname, FIFO_MODE, ELOOP }, 150 strcat(elooppathname, ELOPFILE); in setup()
|
/external/ltp/testcases/kernel/syscalls/rename/ |
D | rename11.c | 53 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable 126 strcat(elooppathname, ELOPFILE); in setup() 146 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 80 {elooppathname, ELOOP, NULL}, 141 strcat(elooppathname, TEST_ELOOP); in setup()
|
/external/ltp/testcases/kernel/syscalls/readlink/ |
D | readlink03.c | 65 static char elooppathname[sizeof(ELOOPFILE) * 43] = "."; variable 86 {elooppathname, 1, ELOOP}, 150 strcat(elooppathname, ELOOPFILE); in setup()
|