Searched refs:bcmp (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | bcmp.c | 23 bcmp (const void *s1, const void *s2, size_t count) in bcmp() function
|
D | configure.ac | 336 funcs="$funcs bcmp" 401 basename bcmp bcopy bsearch bzero \ 476 AC_LIBOBJ([bcmp]) 499 …asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy … 523 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
D | Makefile.in | 128 basename.c bcmp.c bcopy.c bsearch.c bzero.c \ 203 ./basename.$(objext) ./bcmp.$(objext) ./bcopy.$(objext) \ 572 ./bcmp.$(objext): $(srcdir)/bcmp.c 574 $(COMPILE.c) $(PICFLAG) $(srcdir)/bcmp.c -o pic/$@; \ 577 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/bcmp.c -o noasan/$@; \ 579 $(COMPILE.c) $(srcdir)/bcmp.c $(OUTPUT_OPTION)
|
D | config.in | 22 /* Define to 1 if you have the `bcmp' function. */
|
D | configure | 5737 basename bcmp bcopy bsearch bzero \ 6097 …asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy … 6145 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
|
D | ChangeLog | 2759 * bcmp.c: Fix warnings and implement using memcmp. 3048 * bcmp.c (bcmp): Likewise. 4722 * bcmp.c, setenv.c: Use "nonzero" instead of "non-zero". 4796 * alloca.c, atexit.c, basename.c, bcmp.c, bcopy.c, bsearch.c, 6127 * Makefile.in (NEEDED): Add bcmp, bcopy, bzero. 7972 * basename.c, bcmp.c, getcwd.c, insque.c, rename.c, sigsetmask.c, 8958 * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c, 9432 * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
|
D | functions.texi | 52 @c bcmp.c:6 53 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
|
D | regex.c | 162 # define memcmp(s1, s2, n) bcmp (s1, s2, n)
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/xc16x/ |
D | bit.s | 10 bcmp r0.1,r0.2 label
|
/toolchain/binutils/binutils-2.27/cpu/ |
D | ChangeLog | 202 (bmovn, band, bor, bxor, bcmp, bfldl, bfldh): Ditto.
|
D | xc16x.cpu | 2877 (dni bcmp "bit to bit compare" 2879 "bcmp $reghi8$dot$qhibit,$reg8$dot$qlobit"
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | ChangeLog-9193 | 6251 bcopy->memcpy, bzero->memset, bcmp->memcmp.
|
D | ChangeLog-9495 | 7015 (som_reloc_queue_find): Call memcmp instead of bcmp.
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9295 | 9601 (bcmp, index): Deleted USG-specific definitions. Should be dealt
|