HomeSort by relevance Sort by last modified time
    Searched refs:elooppathname (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/syscalls/mknodat/
mknodat02.c 62 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable
76 { &curfd, elooppathname, FIFOMODE, ELOOP },
77 { &curfd, elooppathname, FREGMODE, ELOOP },
78 { &curfd, elooppathname, SOCKMODE, ELOOP },
149 strcat(elooppathname, ELOPFILE);
  /external/ltp/testcases/kernel/syscalls/lstat/
lstat02.c 60 static char elooppathname[sizeof(TEST_ELOOP) * 43] = "."; variable
80 {elooppathname, ELOOP, NULL},
141 strcat(elooppathname, TEST_ELOOP);
  /external/ltp/testcases/kernel/syscalls/mknod/
mknod07.c 63 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable
78 { elooppathname, FIFO_MODE, ELOOP },
150 strcat(elooppathname, ELOPFILE);
  /external/ltp/testcases/kernel/syscalls/readlink/
readlink03.c 65 static char elooppathname[sizeof(ELOOPFILE) * 43] = "."; variable
86 {elooppathname, 1, ELOOP},
150 strcat(elooppathname, ELOOPFILE);
  /external/ltp/testcases/kernel/syscalls/rename/
rename11.c 53 static char elooppathname[sizeof(ELOPFILE) * 43] = "."; variable
126 strcat(elooppathname, ELOPFILE);
146 TEST(rename(elooppathname, TEST_NEW_ELOOP));

Completed in 142 milliseconds