Searched refs:bcmp (Results 1 – 8 of 8) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/string/ |
D | bcmp.c | 51 bcmp (const void *m1, in bcmp() function
|
D | strings.tex | 25 * bcmp:: Compare two memory areas 77 @include string/bcmp.def
|
D | CMakeLists.txt | 36 bcmp.c
|
D | meson.build | 36 'bcmp.c',
|
/picolibc-3.5.0-3.4.0/newlib/libm/test/ |
D | string.c | 562 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/ |
D | strings.h | 55 int bcmp(const void *, const void *, size_t) __pure; /* LEGACY */
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 4005 * 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/ |
D | COPYING.picolibc | 3719 newlib/libc/string/bcmp.c
|