/glibc-2.36/io/ |
D | ftw.c | 132 # 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 …]
|
D | ftw.h | 136 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
|
D | Makefile | 30 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
|
D | bug-ftw1.c | 67 ftw ("/", callback, 10); in main()
|
D | bug-ftw2.c | 71 ftw (".", callback, 10); in main()
|
D | tst-ftw-bz26353.c | 55 TEST_COMPARE (ftw (tempdir, my_func, large_nopenfd), 0); in do_ftw()
|
D | tst-ftw-bz28126.c | 88 TEST_COMPARE (ftw (tempdir, my_func, 20), 0); in do_test()
|
D | bug-ftw3.c | 57 r = ftw (dname2, cb, 10); in main()
|
D | Versions | 24 fts_open; fts_read; fts_set; ftw;
|
/glibc-2.36/conform/ |
D | Makefile | 48 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/ |
D | ftw.c | 9 weak_alias (ftw, ftw64)
|
/glibc-2.36/conform/data/ |
D | ftw.h-data | 26 function int ftw (const char*, int (*) (const char *, const struct stat*, int), int)
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/sys/ |
D | user.h | 31 unsigned short int ftw; member
|
D | ucontext.h | 118 __uint16_t __ctx(ftw);
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/bits/ |
D | sigcontext.h | 128 __uint16_t ftw; member
|
/glibc-2.36/manual/ |
D | filesys.texi | 881 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 …]
|
D | contrib.texi | 112 @item the @code{ftw} and @code{nftw} functions
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 528 * io/ftw.h, io/ftw.c: New. 529 * io/Makefile (headers): Added ftw.h. 530 (routines): Added ftw.
|
D | ChangeLog.7 | 129 * 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 …]
|
D | ChangeLog.14 | 1252 * 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 …]
|
D | ChangeLog.6 | 873 * 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/ |
D | filelist#C | 914 ftw.c 1560 ftw.c 3140 ftw.c 9878 ftw.h-data 14546 ftw.h 14728 ftw.h 14795 ftw.c
|
D | filelist#en_US.UTF-8 | 914 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/ |
D | libc.abilist | 853 GLIBC_2.35 ftw F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 865 GLIBC_2.36 ftw F
|