Home
last modified time | relevance | path

Searched refs:fts (Results 1 – 23 of 23) sorted by relevance

/glibc-2.36/io/
Dtst-fts.c133 children (FTS *fts) in children() argument
135 FTSENT *child = fts_children (fts, 0); in children()
162 FTS *fts; in do_test() local
163 fts = fts_open (paths, FTS_LOGICAL, &compare_ents); in do_test()
164 if (fts == NULL) in do_test()
171 while ((ent = fts_read (fts)) != NULL) in do_test()
183 children (fts); in do_test()
211 if (fts_close (fts) != 0) in do_test()
DMakefile30 utime.h ftw.h fts.h sys/sendfile.h
53 ftw ftw64 fts fts64 poll ppoll \
71 tst-fts tst-fts-lfs tst-open-tmpfile \
87 tst-fts-time64 \
124 CFLAGS-fts.c += -Wno-uninitialized $(uses-callbacks) -fexceptions
/glibc-2.36/ChangeLog.old/
DChangeLog.4314 * io/fts.c (ALIGN, ALIGNBYTES): New macros, defined if not already
374 * io/fts.c (MAXPATHLEN): Define if not defined.
376 * io/fts.c, io/fts.h: New files, from 4.4 BSD code by Keith Bostic.
377 * io/Makefile (routines): Add fts.
378 (headers): Add fts.h.
DChangeLog.6871 * io/fts.c (fts_alloc): Add const to second parameter of function.
873 * io/Makefile: Change CFLAGS-fts.c and define CFLAGS-ftw.c to
1703 * io/fts.c: Likewise.
2412 * io/fts.c (fts_build): Remove "register" from variables dirbuf
2493 * io/fts.c: Likewise.
5601 * io/fts.c (fts_open): Likewise.
7961 * io/fts.h: Include <sys/types.h> to get dev_t.
DChangeLog.81125 * io/fts.c: Likewise.
2083 * io/fts.h: Likewise.
2699 * io/fts.c (fts_build): Define oflag only if needed.
2819 * io/fts.c: Updated from a slightly more recent BSD version.
2820 * io/fts.h: Likewise.
9261 * io/fts.c (fts_build): Don't try to use d_type if it doesn't
DChangeLog.9869 * io/fts.c (fts_close): Don't access memory after having it freed.
5549 * io/fts.c: Likewise.
5636 * io/fts.c: Likewise.
DChangeLog.1311091 * io/fts.c: Update from BSD to fix memory leaks.
12086 * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
13641 * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
13698 * io/fts.c: Update from recent BSD source.
DChangeLog.16465 * io/fts.c (fts_build): Call fts_lfree in the two error cases
485 * io/fts.c (fts_build): Comment out dead code [Coverity CID 68].
539 * io/fts.c (fts_open): Don't allocate parent if *argv==NULL
4717 * io/fts.c (fts_open): Change type of len to size_t.
4722 * io/fts.c (fts_open): Avoid function call in MAX macro use.
DChangeLog.152714 * io/fts.c: Likewise.
3067 * io/fts.c (fts_open): Remove uses of __P.
DChangeLog.54364 * io/fts.c (fts_build): Likewise.
5021 * io/Makefile (CFLAGS-fts.c): New variable.
5022 * io/fts.c (fts_open): Use prototypes for COMPAR decl.
5045 * io/fts.h (FTSENT): Define fts_compar member with prototype.
DChangeLog.145223 * io/Makefile (CFLAGS-fts.c): Merge into one assignment.
5321 (CFLAGS-fts.c): Likewise.
5323 * io/fts.h: Remove most __THROW.
10371 * io/fts.c (fts_build): Likewise.
DChangeLog.105095 * io/fts.h: Likewise.
10353 * io/fts.c: Likewise.
10354 * io/fts.h: Likewise.
DChangeLog.7128 * io/fts.c: Include <include/sys/stat.h> to get macro definitions.
1574 * io/fts.c: Likewise for fts_alloc, fts_build, fts_lfree,
7197 * io/fts.h: Likewise.
DChangeLog.187292 * io/fts.h (fts_set): Replace __REDIRECT with __REDIRECT_NTH.
16840 * inet/protocols/timed.h, io/fts.h, nptl_db/thread_db.h
16878 * io/fts.h, resolv/arpa/nameser.h, resolv/resolv.h
26918 (tests): Add tst-fts and tst-fts-lfs.
26921 * io/fts.c: Replace FTS with FTSOBJ, FTSENT with FTSENTRY. Use
26925 * io/fts.h (FTS64): New if _USE_LARGEFILE64.
26933 * io/tst-fts.c: New test.
26934 * io/tst-fts-lfs.c: Likewise.
26967 * sysdeps/wordsize-64/fts.c: New file.
26969 * sysdeps/unix/sysv/linux/mips/mips64/n64/fts.c: Likewise.
[all …]
DChangeLog.1712915 * io/fts.c: Make sure fts_cur is always valid after return from
13834 * io/fts.c (fts_close): Remove redundant checks.
DChangeLog.2210908 * io/fts.c: Modified.
DChangeLog.239650 * io/tst-fts-time64.c: New file.
9910 * include/fts.h: Modified.
9915 * io/fts.h: Modified.
DChangeLog.196936 * include/fts.h: Likewise.
25298 (CFLAGS-fts.c): Likewise.
35605 * io/fts.c (fts_alloc, fts_build, fts_lfree, fts_load)
DChangeLog.114852 * io/fts.c (fts_stat): Recognize DT_WHT only if S_IFWHT is also
/glibc-2.36/posix/
Dtst-regex.input1125 * io/fts.c: Likewise.
2083 * io/fts.h: Likewise.
2699 * io/fts.c (fts_build): Define oflag only if needed.
2819 * io/fts.c: Updated from a slightly more recent BSD version.
2820 * io/fts.h: Likewise.
9261 * io/fts.c (fts_build): Don't try to use d_type if it doesn't
/glibc-2.36/
DNEWS4206 * The fts.h header can now be used with -D_FILE_OFFSET_BITS=64. With LFS
4305 [11460] libc: fts has no LFS support
6833 * The new header file <fts.h> and suite of functions simplify programs that
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C14683 fts.h
14754 fts.c
Dfilelist#en_US.UTF-814683 fts.h
14754 fts.c