Home
last modified time | relevance | path

Searched defs:fd_limit (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/src/legacy/
H A Dftw.c3 int ftw(const char *path, int (*fn)(const char *, const struct stat *, int), int fd_limit) in ftw() argument
/third_party/elfutils/tests/
H A Ddwfl-bug-fd-leak.c108 struct rlimit fd_limit; in main() local
/third_party/musl/src/misc/
H A Dnftw.c25 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags, struct history *h) in do_nftw() argument
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dnftw.c22 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags, struct history *h) in do_nftw() argument
107 int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags) in nftw() argument

Completed in 2 milliseconds