Searched refs:fdmatch (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | fdmatch.c | 52 int fdmatch (int fd1, int fd2) in fdmatch() function
|
D | Makefile.in | 131 fdmatch.c ffs.c fibheap.c filename_cmp.c floatformat.c \ 172 ./fdmatch.$(objext) ./fibheap.$(objext) \ 728 ./fdmatch.$(objext): $(srcdir)/fdmatch.c config.h $(INCDIR)/ansidecl.h \ 731 $(COMPILE.c) $(PICFLAG) $(srcdir)/fdmatch.c -o pic/$@; \ 734 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fdmatch.c -o noasan/$@; \ 736 $(COMPILE.c) $(srcdir)/fdmatch.c $(OUTPUT_OPTION)
|
D | ChangeLog | 2358 cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c, 2400 * fdmatch.c: Likewise. 2653 * fdmatch.c (fdmatch): Likewise. 4399 fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c, 8097 * concat.c, fdmatch.c, getruntime.c, spaces.c: Likewise. 8120 (concat.o, fdmatch.o, getruntime.o, spaces.o): Likewise. 8645 concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c, 8994 * fdmatch.c (fdmatch): Don't compare st_rdev, which is for 8999 * 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.25/include/ |
D | libiberty.h | 190 extern int fdmatch (int fd1, int fd2);
|