Home
last modified time | relevance | path

Searched refs:FTW_DEPTH (Results 1 – 25 of 117) sorted by relevance

12345

/dports/net/netatalk3/netatalk-3.1.12/include/atalk/
H A Dftw.h62 FTW_DEPTH = 8, /* Report files in directory before directory itself.*/ enumerator
63 # define FTW_DEPTH FTW_DEPTH macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dftw.h74 FTW_DEPTH = 8 /* Report files in directory before directory itself.*/ enumerator
75 # define FTW_DEPTH FTW_DEPTH macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dftw.h74 FTW_DEPTH = 8 /* Report files in directory before directory itself.*/ enumerator
75 # define FTW_DEPTH FTW_DEPTH macro
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/misc/
H A Dnftw.c40 else if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw()
61 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
96 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/misc/
H A Dnftw.c40 else if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw()
68 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
103 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/misc/
H A Dnftw.c42 if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw()
77 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
117 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/misc/
H A Dnftw.c40 if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw()
75 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
115 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/misc/
H A Dnftw.c42 if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw()
77 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
117 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/misc/
H A Dnftw.c40 if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw()
75 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
115 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Ddirutil.c338 nftw(path, unlink_dir_callback, 64, FTW_DEPTH | FTW_PHYS); in create_pg_dir()
358 nftw(path, unlink_dir_callback, 64, FTW_DEPTH | FTW_PHYS); in create_pg_dir()
388 return nftw(path, unlink_dir_callback, 64, FTW_DEPTH | FTW_PHYS); in rmdir_recursive()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/misc/
H A Dnftw.c42 if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw()
77 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
117 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dftw.h46 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dftw.h48 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dftw.h45 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dftw.h45 #define FTW_DEPTH 0x04 /* Subdirs visited before the dir itself. */ macro
/dports/biology/star/STAR-2.7.9a/source/
H A DsysRemoveDir.cpp26 int nftwFlag=FTW_DEPTH; in sysRemoveDir()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Dftw.h22 #define FTW_DEPTH 8 macro
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/
H A Dftw.h22 #define FTW_DEPTH 8 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/
H A Dftw.h22 #define FTW_DEPTH 8 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/
H A Dftw.h22 #define FTW_DEPTH 8 macro
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/
H A Dftw.h22 #define FTW_DEPTH 8 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/
H A Dftw.h22 #define FTW_DEPTH 8 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Dftw.h22 #define FTW_DEPTH 8 macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/
H A Dftw.h22 #define FTW_DEPTH 8 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dftw.h22 #define FTW_DEPTH 8 macro

12345