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

1 2 3

  /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)
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)
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/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)
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/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)
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/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 macro
57 strcmp(const char *s1, const char *s2) function
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 macro
57 strcmp(const char *s1, const char *s2) function
  /src/lib/libc/string/
Lint_strcmp.c 12 strcmp(const char *s1, const char *s2) function
Lint_strcmp.c 12 strcmp(const char *s1, const char *s2) function
  /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)
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/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
quirks.h 25 # define strcmp(s1, s2) xstrcmp(s1, s2) macro
28 strcmp(const char *s1, const char *s2) function
  /src/sys/arch/vax/boot/common/
str.S 135 ENTRY(strcmp, 0) function
str.S 135 ENTRY(strcmp, 0) function
  /src/tests/compat/linux/
h_linux.h 68 #define strcmp(s1, s2) __builtin_strcmp(s1, s2) macro
h_linux.h 68 #define strcmp(s1, s2) __builtin_strcmp(s1, s2) macro
  /src/external/public-domain/xz/dist/src/xz/
suffix.c 21 # define strcmp strcasecmp macro
98 if (strcmp(suffix, src_name + src_len - suffix_len) == 0)
suffix.c 21 # define strcmp strcasecmp macro
98 if (strcmp(suffix, src_name + src_len - suffix_len) == 0)
  /src/sys/arch/vax/include/
macros.h 236 strcmp(const char *cp, const char *c2) function
macros.h 236 strcmp(const char *cp, const char *c2) function
  /src/sys/external/bsd/acpica/dist/utilities/
utclib.c 77 * FUNCTION: strcmp
457 * FUNCTION: strcmp
469 strcmp ( function

Completed in 75 milliseconds

1 2 3