HomeSort by: relevance | last modified time | path
    Searched defs:strncmp (Results 1 - 25 of 25) sorted by relevancy

  /src/common/lib/libc/arch/arm/string/
strncmp.S 1 /* $NetBSD: strncmp.S,v 1.2 2013/08/19 00:57:25 matt Exp $ */
33 RCSID("$NetBSD: strncmp.S,v 1.2 2013/08/19 00:57:25 matt Exp $")
35 ENTRY(strncmp) function
77 END(strncmp)
  /src/common/lib/libc/string/
strncmp.c 1 /* $NetBSD: strncmp.c,v 1.3 2018/02/04 20:22:17 mrg Exp $ */
35 static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: strncmp.c,v 1.3 2018/02/04 20:22:17 mrg Exp $");
49 strncmp(const char *s1, const char *s2, size_t n) function
  /src/lib/libc/string/
Lint_strncmp.c 12 strncmp(const char *s1, const char *s2, size_t len) function
  /src/common/lib/libc/arch/m68k/string/
strncmp.S 1 /* $NetBSD: strncmp.S,v 1.7 2013/09/07 19:06:29 chs Exp $ */
36 RCSID("$NetBSD: strncmp.S,v 1.7 2013/09/07 19:06:29 chs Exp $")
48 ENTRY(strncmp) function
100 END(strncmp)
  /src/external/gpl3/binutils/dist/libiberty/
strncmp.c 0 /* strncmp -- compare two strings, stop after n bytes.
6 @deftypefn Supplemental int strncmp (const char *@var{s1}, @
20 strncmp(const char *s1, const char *s2, register size_t n) function
  /src/external/gpl3/binutils.old/dist/libiberty/
strncmp.c 0 /* strncmp -- compare two strings, stop after n bytes.
6 @deftypefn Supplemental int strncmp (const char *@var{s1}, @
20 strncmp(const char *s1, const char *s2, register size_t n) function
  /src/external/gpl3/gcc/dist/libiberty/
strncmp.c 0 /* strncmp -- compare two strings, stop after n bytes.
6 @deftypefn Supplemental int strncmp (const char *@var{s1}, @
20 strncmp(const char *s1, const char *s2, register size_t n) function
  /src/external/gpl3/gcc.old/dist/libiberty/
strncmp.c 0 /* strncmp -- compare two strings, stop after n bytes.
6 @deftypefn Supplemental int strncmp (const char *@var{s1}, @
20 strncmp(const char *s1, const char *s2, register size_t n) function
  /src/external/gpl3/gdb/dist/libiberty/
strncmp.c 0 /* strncmp -- compare two strings, stop after n bytes.
6 @deftypefn Supplemental int strncmp (const char *@var{s1}, @
20 strncmp(const char *s1, const char *s2, register size_t n) function
  /src/external/gpl3/gdb.old/dist/libiberty/
strncmp.c 0 /* strncmp -- compare two strings, stop after n bytes.
6 @deftypefn Supplemental int strncmp (const char *@var{s1}, @
20 strncmp(const char *s1, const char *s2, register size_t n) function
  /src/lib/libc/arch/i386/string/
strncmp.S 9 RCSID("$NetBSD: strncmp.S,v 1.15 2014/05/23 02:34:19 uebayasi Exp $")
18 ENTRY(strncmp) function
117 END(strncmp)
  /src/lib/libc/arch/x86_64/string/
strncmp.S 9 RCSID("$NetBSD: strncmp.S,v 1.4 2014/05/22 15:01:57 uebayasi Exp $")
18 ENTRY(strncmp) function
108 END(strncmp)
  /src/sys/arch/vax/boot/common/
str.S 130 ENTRY(strncmp, 0) function
  /src/sys/external/bsd/acpica/dist/utilities/
utclib.c 79 * FUNCTION: strncmp
521 * FUNCTION: strncmp
534 strncmp ( function
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dll_thunk.cc 79 INTERCEPT_LIBRARY_FUNCTION(strncmp); variable
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 86 INTERCEPT_LIBRARY_FUNCTION(strncmp); variable
  /src/external/gpl3/gcc/dist/libsanitizer/libbacktrace/
backtrace-rename.h 57 #undef strncmp macro
65 #define strncmp(x,y,z) __asan_internal_strncmp (x, y, z) macro
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 78 INTERCEPT_LIBRARY_FUNCTION(strncmp); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/libbacktrace/
backtrace-rename.h 56 #undef strncmp macro
64 #define strncmp(x,y,z) __asan_internal_strncmp (x, y, z) macro
  /src/external/bsd/wpa/dist/src/utils/
os.h 559 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n))
676 #undef strncmp macro
677 #define strncmp OS_DO_NOT_USE_strncmp macro
  /src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.h 63 #define strncmp CALL_UTIL(strncmp) macro
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.h 63 #define strncmp CALL_UTIL(strncmp) macro
  /src/sys/arch/pmax/include/
dec_prom.h 163 #define strncmp (*callv -> _strncmp) macro
  /src/external/gpl3/binutils/dist/gprofng/src/
collector_module.h 98 int (*strncmp)(const char *s1, const char *s2, size_t n); member in struct:CollectorUtilFuncs
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collector_module.h 98 int (*strncmp)(const char *s1, const char *s2, size_t n); member in struct:CollectorUtilFuncs

Completed in 325 milliseconds