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

  /src/common/lib/libc/arch/arm/string/
strcmp.S 1 /* $NetBSD: strcmp.S,v 1.2 2013/08/19 00:56:12 matt Exp $ */
33 RCSID("$NetBSD: strcmp.S,v 1.2 2013/08/19 00:56:12 matt Exp $")
35 ENTRY(strcmp) function
53 END(strcmp)
  /src/common/lib/libc/arch/i386/string/small/
strcmp.S 1 /* $NetBSD: strcmp.S,v 1.2 2014/03/22 19:38:46 jakllsch Exp $ */
32 RCSID("$NetBSD: strcmp.S,v 1.2 2014/03/22 19:38:46 jakllsch Exp $")
34 ENTRY(strcmp) function
51 END(strcmp)
  /src/common/lib/libc/string/
strcmp.c 1 /* $NetBSD: strcmp.c,v 1.4 2018/02/04 20:22:17 mrg Exp $ */
38 static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: strcmp.c,v 1.4 2018/02/04 20:22:17 mrg Exp $");
51 #undef strcmp
57 strcmp(const char *s1, const char *s2) function in typeref:typename:int
  /src/lib/libc/string/
Lint_strcmp.c 12 strcmp(const char *s1, const char *s2) function in typeref:typename:int
  /src/common/lib/libc/arch/i386/string/
strcmp.S 9 RCSID("$NetBSD: strcmp.S,v 1.2 2014/03/22 19:38:46 jakllsch Exp $")
12 ENTRY(strcmp) function
78 END(strcmp)
  /src/common/lib/libc/arch/m68k/string/
strcmp.S 1 /* $NetBSD: strcmp.S,v 1.7 2013/09/07 19:06:29 chs Exp $ */
36 RCSID("$NetBSD: strcmp.S,v 1.7 2013/09/07 19:06:29 chs Exp $")
47 ENTRY(strcmp) function
85 END(strcmp)
  /src/common/lib/libc/arch/x86_64/string/
strcmp.S 9 RCSID("$NetBSD: strcmp.S,v 1.2 2014/03/22 19:16:34 jakllsch Exp $")
12 ENTRY(strcmp) function
73 END(strcmp)
  /src/sys/external/isc/libsodium/dist/test/quirks/
quirks.h 25 # define strcmp(s1, s2) xstrcmp(s1, s2) macro
28 strcmp(const char *s1, const char *s2) function in typeref:typename:int
  /src/sys/arch/vax/boot/common/
str.S 135 ENTRY(strcmp, 0) function
  /src/tests/compat/linux/
h_linux.h 68 #define strcmp(s1, s2) __builtin_strcmp(s1, s2) macro
  /src/sys/arch/vax/include/
macros.h 236 strcmp(const char *cp, const char *c2) function in typeref:typename:int
  /src/sys/external/bsd/acpica/dist/utilities/
utclib.c 185 * FUNCTION: strcmp
565 * FUNCTION: strcmp
577 strcmp ( function in typeref:typename:int
  /src/sys/arch/hppa/stand/xxboot/
readufs.h 159 # ifndef strcmp
160 # define strcmp(p, q) __builtin_strcmp(p, q) macro
start.S 511 ; int strcmp(const char *str1, const char *str2)
513 .export strcmp,entry
514 strcmp: label
  /src/sys/arch/x68k/stand/boot_ufs/
readufs.h 147 # ifndef strcmp
148 # define strcmp(p, q) __builtin_strcmp(p, q) macro
  /src/sys/lib/libkern/
libkern.h 354 int strcmp(const char *, const char *);
362 #define strcmp(a, b) kasan_strcmp(a, b) macro
369 #define strcmp(a, b) kcsan_strcmp(a, b) macro
376 #define strcmp(a, b) kmsan_strcmp(a, b) macro
380 #define strcmp(a, b) __builtin_strcmp(a, b) macro
  /src/sys/arch/pmax/include/
dec_prom.h 158 #define strcmp (*callv -> _strcmp) macro
268 * DEC_PROM_STRCMP Compares strings (strcmp).

Completed in 19 milliseconds