| /src/external/gpl2/xcvs/dist/lib/ |
| memrchr.h | 0 /* memrchr -- Find the last occurrence of a byte in a memory block. 25 void *memrchr (void const *, int, size_t);
|
| memrchr.c | 0 /* memrchr -- find the last occurrence of a byte in a memory block 26 __RCSID("$NetBSD: memrchr.c,v 1.2 2016/05/17 14:00:09 christos Exp $"); 37 # include "memrchr.h" 44 #undef memrchr macro 47 # define __memrchr memrchr 196 weak_alias (__memrchr, memrchr)
|
| /src/tests/lib/libc/string/ |
| t_memchr.c | 166 atf_tc_set_md_var(tc, "descr", "Test memrchr(3) results"); 173 ATF_CHECK(memrchr(buf, 'a', 0) == NULL); 174 ATF_CHECK(memrchr(buf, 'g', 0) == NULL); 175 ATF_CHECK(memrchr(buf, 'x', 8) == NULL); 177 ATF_CHECK(memrchr("\0", 'x', 0) == NULL); 178 ATF_CHECK(memrchr("\0", 'x', 1) == NULL); 180 ATF_CHECK(memrchr(buf, 'a', 8) == buf + 4); 181 ATF_CHECK(memrchr(buf, 'b', 8) == buf + 5); 182 ATF_CHECK(memrchr(buf, 'c', 8) == buf + 6); 183 ATF_CHECK(memrchr(buf, 'd', 8) == buf + 7) [all...] |
| /src/lib/libc/string/ |
| memrchr.c | 1 /* $NetBSD: memrchr.c,v 1.2 2009/04/11 21:42:16 christos Exp $ */ 33 __RCSID("$NetBSD: memrchr.c,v 1.2 2009/04/11 21:42:16 christos Exp $"); 40 memrchr(const void *s, int c, size_t n) function
|
| Makefile.inc | 16 stresep.c memrchr.c 75 MLINKS+=memchr.3 memrchr.3
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| memrchr.c | 3 @deftypefn Supplemental void* memrchr (const void *@var{s}, int @var{c}, @ 22 memrchr (const void *src_void, int c, size_t length) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| memrchr.c | 3 @deftypefn Supplemental void* memrchr (const void *@var{s}, int @var{c}, @ 22 memrchr (const void *src_void, int c, size_t length) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| memrchr.c | 3 @deftypefn Supplemental void* memrchr (const void *@var{s}, int @var{c}, @ 22 memrchr (const void *src_void, int c, size_t length) function
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| memrchr.c | 0 /* memrchr -- find the last occurrence of a byte in a memory block 37 # undef memrchr macro 41 # define __memrchr memrchr 160 weak_alias (__memrchr, memrchr)
|
| string.in.h | 316 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 321 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 322 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 323 _GL_CXXALIAS_SYS_CAST2 (memrchr, 329 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 330 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 332 _GL_CXXALIASWARN (memrchr); 335 # undef memrchr 337 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| memrchr.c | 0 /* memrchr -- find the last occurrence of a byte in a memory block 37 # undef memrchr macro 41 # define __memrchr memrchr 160 weak_alias (__memrchr, memrchr)
|
| string.in.h | 316 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 321 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 322 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 323 _GL_CXXALIAS_SYS_CAST2 (memrchr, 329 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 330 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 332 _GL_CXXALIASWARN (memrchr); 335 # undef memrchr 337 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/ |
| string.d | 22 void* memrchr(scope const void*, int, size_t);
|
| /src/include/ |
| string.h | 146 void *memrchr(const void *, int, size_t);
|
| /src/external/bsd/openldap/dist/include/ac/ |
| string.h | 102 #define lutil_memrchr(b, c, n) memrchr(b, c, n)
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| string.h | 827 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 832 extern "C++" { const void * std::memrchr (const void *, int, size_t); } 833 extern "C++" { void * std::memrchr (void *, int, size_t); } */ 834 _GL_CXXALIAS_SYS_CAST2 (memrchr, 840 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t) throw ()); 841 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t) throw ()); 843 _GL_CXXALIASWARN (memrchr); variable 846 # undef memrchr macro 848 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - [all...] |