Home
last modified time | relevance | path

Searched refs:ftw (Results 1 – 25 of 77) sorted by relevance

1234

/glibc-2.36/io/
Dftw.c132 # define FTW_NAME ftw
185 struct FTW ftw; member
352 int fd = __openat64_nocancel (*dfdp, data->dirbuf + data->ftw.base, in open_dir_stream()
364 name = data->dirbuf + data->ftw.base; in open_dir_stream()
405 new_buflen = data->ftw.base + namlen + 2; in process_entry()
410 *((char *) __mempcpy (data->dirbuf + data->ftw.base, name, namlen)) = '\0'; in process_entry()
473 &data->ftw); in process_entry()
489 int previous_base = data->ftw.base; in ftw_dir()
501 result = (*data->func) (data->dirbuf, st, FTW_DNR, &data->ftw); in ftw_dir()
509 result = (*data->func) (data->dirbuf, st, FTW_D, &data->ftw); in ftw_dir()
[all …]
Dftw.h136 extern int ftw (const char *__dir, __ftw_func_t __func, int __descriptors)
141 extern int __REDIRECT (ftw, (const char *__dir, __ftw_func_t __func,
144 extern int __REDIRECT (ftw, (const char *__dir, __ftw_func_t __func,
150 # define ftw ftw64 macro
152 # define ftw __ftw64_time64 macro
DMakefile30 utime.h ftw.h fts.h sys/sendfile.h
53 ftw ftw64 fts fts64 poll ppoll \
73 tst-ftw-lnk tst-lchmod \
74 tst-ftw-bz26353 tst-stat tst-stat-lfs \
83 tst-ftw-bz28126
127 CFLAGS-ftw.c += $(uses-callbacks) -fexceptions
Dbug-ftw1.c67 ftw ("/", callback, 10); in main()
Dbug-ftw2.c71 ftw (".", callback, 10); in main()
Dtst-ftw-bz26353.c55 TEST_COMPARE (ftw (tempdir, my_func, large_nopenfd), 0); in do_ftw()
Dtst-ftw-bz28126.c88 TEST_COMPARE (ftw (tempdir, my_func, 20), 0); in do_test()
Dbug-ftw3.c57 r = ftw (dname2, cb, 10); in main()
DVersions24 fts_open; fts_read; fts_set; ftw;
/glibc-2.36/conform/
DMakefile48 fcntl.h fnmatch.h ftw.h glob.h grp.h iconv.h \
66 dlfcn.h fmtmsg.h ftw.h iconv.h iso646.h \
76 complex.h cpio.h dlfcn.h fenv.h fmtmsg.h ftw.h \
97 ftw.h libgen.h ndbm.h search.h sys/ipc.h \
/glibc-2.36/sysdeps/wordsize-64/
Dftw.c9 weak_alias (ftw, ftw64)
/glibc-2.36/conform/data/
Dftw.h-data26 function int ftw (const char*, int (*) (const char *, const struct stat*, int), int)
/glibc-2.36/sysdeps/unix/sysv/linux/x86/sys/
Duser.h31 unsigned short int ftw; member
Ducontext.h118 __uint16_t __ctx(ftw);
/glibc-2.36/sysdeps/unix/sysv/linux/x86/bits/
Dsigcontext.h128 __uint16_t ftw; member
/glibc-2.36/manual/
Dfilesys.texi881 prototypes and required definitions can be found in the @file{ftw.h}
884 There are four functions in this family: @code{ftw}, @code{nftw} and
890 @standards{GNU, ftw.h}
896 The type of callback functions given to the @code{ftw} function. The
918 seeing this value in a @code{ftw} callback function means the referenced
932 header @file{ftw.h} defines another function type.
935 @standards{GNU, ftw.h}
948 @standards{GNU, ftw.h}
979 @standards{GNU, ftw.h}
992 @standards{XPG4.2, ftw.h}
[all …]
Dcontrib.texi112 @item the @code{ftw} and @code{nftw} functions
/glibc-2.36/ChangeLog.old/
DChangeLog.1528 * io/ftw.h, io/ftw.c: New.
529 * io/Makefile (headers): Added ftw.h.
530 (routines): Added ftw.
DChangeLog.7129 * io/ftw.c: Likewise.
460 * io/ftw.c: Likewise.
685 * io/ftw.h: Declare __ftw64_func_t and __nftw64_func_t only when
1661 * io/ftw.c: Rewrite to allow easy definition of ftw64.
1662 * io/ftw.h: Add LFS interface.
2337 * io/ftw.h: Don't use parameter names from global namespace in
2355 * manual/filesys.texi: Document ftw, nftw and needed data types.
3972 * io/ftw.c (object_compare): Avoid memcmp when comparing scalar
4304 * io/ftw.c: Don't compare holes in structures.
6084 * io/ftw.c (ftw_startup): Use PATH_MAX only if defined.
[all …]
DChangeLog.141252 * io/ftw.c: Mark compat code with attribute_compat_text_section.
4295 * io/ftw.c (NFTW_NEW_NAME, NFTW_OLD_NAME): Add prototypes.
4415 * io/ftw.c (NFTW_OLD_NAME, NFTW_NEW_NAME): Define.
4424 * io/ftw.h (FTW_ACTIONRETVAL): New flag.
4426 * io/ftw.c (ftw_dir): Add old_dir argument.
4442 * io/ftw.c (ftw_dir): Close dir if callback with FTW_D type returns
5225 (CFLAGS-ftw.c, CFLAGS-ftw64.c): Add $(uses-callbacks).
5261 * io/Makefile (CFLAGS-ftw.c): Add -fexceptions.
7662 * io/ftw.c (open_dir_stream): Always inline.
8973 * io/ftw.h: Likewise.
[all …]
DChangeLog.6873 * io/Makefile: Change CFLAGS-fts.c and define CFLAGS-ftw.c to
893 * io/ftw.c: Add `const' to second parameter of function given as
894 second parameter to ftw.
895 * io/ftw.h: Likewise for prototype.
1704 * io/ftw.c: Likewise.
2492 * io/ftw.c: Likewise.
3130 * io/ftw.h: Likewise.
5608 * io/ftw.c (ftw_dir): Likewise.
5609 (ftw): Likewise.
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C914 ftw.c
1560 ftw.c
3140 ftw.c
9878 ftw.h-data
14546 ftw.h
14728 ftw.h
14795 ftw.c
Dfilelist#en_US.UTF-8914 ftw.c
1560 ftw.c
3140 ftw.c
9878 ftw.h-data
14546 ftw.h
14728 ftw.h
14795 ftw.c
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibc.abilist853 GLIBC_2.35 ftw F
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/
Dlibc.abilist865 GLIBC_2.36 ftw F

1234