Searched refs:fdmatch (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | fdmatch.c | 52 int fdmatch (int fd1, int fd2) in fdmatch() function
|
D | Makefile.in | 132 fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \ 174 ./fdmatch.$(objext) ./fibheap.$(objext) \ 729 ./fdmatch.$(objext): $(srcdir)/fdmatch.c config.h $(INCDIR)/ansidecl.h \ 732 $(COMPILE.c) $(PICFLAG) $(srcdir)/fdmatch.c -o pic/$@; \ 735 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fdmatch.c -o noasan/$@; \ 737 $(COMPILE.c) $(srcdir)/fdmatch.c $(OUTPUT_OPTION)
|
D | ChangeLog | 2672 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c, 2714 * fdmatch.c: Likewise. 2967 * fdmatch.c (fdmatch): Likewise. 4713 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c, 8411 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise. 8434 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise. 8959 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c, 9308 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for 9313 * fdmatch.c, Makefile.in: Add new function that takes two
|
D | functions.texi | 264 @c fdmatch.c:23 265 @deftypefn Extension int fdmatch (int @var{fd1}, int @var{fd2})
|
/toolchain/binutils/binutils-2.27/include/ |
D | libiberty.h | 189 extern int fdmatch (int fd1, int fd2);
|