Home
last modified time | relevance | path

Searched refs:bcmp (Results 1 – 8 of 8) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dbcmp.c51 bcmp (const void *m1, in bcmp() function
Dstrings.tex25 * bcmp:: Compare two memory areas
77 @include string/bcmp.def
DCMakeLists.txt36 bcmp.c
Dmeson.build36 'bcmp.c',
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dstring.c562 check(bcmp("a", "a", 1) == 0); /* Identity. */ in test_string()
563 check(bcmp("abc", "abc", 3) == 0); /* Multicharacter. */ in test_string()
564 check(bcmp("abcd", "abce", 4) != 0); /* Honestly unequal. */ in test_string()
565 check(bcmp("abce", "abcd",4)); in test_string()
566 check(bcmp("alph", "beta", 4) != 0); in test_string()
567 check(bcmp("abce", "abcd", 3) == 0); /* Count limited. */ in test_string()
568 check(bcmp("abc", "def", 0) == 0); /* Zero count. */ in test_string()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstrings.h55 int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20154005 * libc/misc/ffs.c, libc/string/bcmp.c, libc/string/bcopy.c,
4054 * libc/string/bcmp.c: Include <strings.h> for "bcmp".
12381 * libc/string/bcmp.c: Remove extra blank lines in documentation.
18058 * libc/include/string.h (bcmp, bcopy, bzero): Change prototypes
18060 * libc/string/bcmp.c: Change to use void * instead of char *.
26925 libc/string/{bcmp.c bcopy.c bzero.c index.c memchr.c memcmp.c
27729 * libc/string/bcmp.c, libc/string/strcpy.c,
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc3719 newlib/libc/string/bcmp.c