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

  /bionic/tests/headers/posix/
ftw_h.c 44 MACRO(FTW_SLN);
  /bionic/libc/include/
ftw.h 42 #define FTW_SLN 6 /* Sym link that names a nonexistent file. */
  /bionic/libc/bionic/
ftw.cpp 91 fn_flag = (nftw_fn != nullptr) ? FTW_SLN : FTW_NS;
  /external/ltp/testcases/kernel/syscalls/nftw/
test_func.c 400 if (ftw_integer == FTW_SLN) {
514 if (ftw_integer == FTW_SLN) {
test_func64.c 407 if (ftw_integer == FTW_SLN) {
525 if (ftw_integer == FTW_SLN) {
nftw.c 246 {"FTW_SLN", FTW_SLN},
431 fprintf(temp, "depth, int flags) shall pass FTW_SLN as the third\n");
500 fprintf(temp, "depth, int flags) shall pass FTW_SLN as the third\n");
nftw64.c 244 {"FTW_SLN", FTW_SLN},
441 fprintf(temp, "depth, int flags) shall pass FTW_SLN as the third\n");
515 fprintf(temp, "depth, int flags) shall pass FTW_SLN as the third\n");
test.c 474 * FTW_SLN as the third argument of the function fn when the object is a
490 badlist[i].i = FTW_SLN;
493 fprintf(temp, "TEST: nftw with FTW_PHYS passes FTW_SLN when file");
677 * FTW_SLN as the third argument to the function fn if and only if the
690 fprintf(temp, "TEST: nftw with FTW_PHYS does not pass FTW_SLN\n");
700 fprintf(temp, "ERROR: nftw() passed FTW_SLN\n");
708 fprintf(temp, "TEST: nftw without FTW_PHYS passes FTW_SLN\n");
722 fprintf(temp, "ERROR: nftw passed FTW_SLN but did");
728 fprintf(temp, "ERROR: nftw() did not pass FTW_SLN\n");
test64.c 483 * FTW_SLN as the third argument of the function fn when the object is a
499 badlist[i].i = FTW_SLN;
503 fprintf(temp, "TEST: nftw64 with FTW_PHYS passes FTW_SLN when file");
690 * FTW_SLN as the third argument to the function fn if and only if the
704 fprintf(temp, "TEST: nftw64 with FTW_PHYS does not pass FTW_SLN\n");
714 fprintf(temp, "ERROR: nftw64() passed FTW_SLN\n");
722 fprintf(temp, "TEST: nftw64 without FTW_PHYS passes FTW_SLN\n");
736 fprintf(temp, "ERROR: nftw64 passed FTW_SLN but did");
742 fprintf(temp, "ERROR: nftw64() did not pass FTW_SLN\n");
  /bionic/tests/
ftw_test.cpp 57 if (tflag == FTW_NS || tflag == FTW_SLN) {

Completed in 96 milliseconds