Home
last modified time | relevance | path

Searched refs:FTW_SL (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dftw.h15 #define FTW_SL 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dftw.h15 #define FTW_SL 5 macro
/third_party/musl/ndk_musl_include/
Dftw.h15 #define FTW_SL 5 macro
/third_party/musl/porting/uniproton/kernel/include/
Dftw.h15 #define FTW_SL 5 macro
/third_party/musl/include/
Dftw.h15 #define FTW_SL 5 macro
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtest_func64.c186 ftw_integer == FTW_SL) { in test_func8()
373 if (ftw_integer == FTW_SL) { in test_func12()
513 if (ftw_integer == FTW_SL) { in test_func17()
Dtest_func.c184 ftw_integer == FTW_SL) { in test_func8()
367 if (ftw_integer == FTW_SL) { in test_func12()
502 if (ftw_integer == FTW_SL) { in test_func17()
Dnftw64.c231 {"/dirg/symlink", FTW_SL},
242 {"FTW_SL", FTW_SL},
Dnftw.c231 {"/dirg/symlink", FTW_SL},
242 {"FTW_SL", FTW_SL},
Dtest.c489 if (badlist[i].i == FTW_SL) in test13A()
Dtest64.c498 if (badlist[i].i == FTW_SL) in test13A()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dnftw.c44 EXPECT_EQ("nftw_callback", flag, FTW_SL); in nftw_callback()
/third_party/musl/libc-test/src/api/
Dftw.c15 C(FTW_SL) in f()
/third_party/musl/src/misc/
Dnftw.c41 if (flags & FTW_PHYS) type = FTW_SL; in do_nftw()