/netbsd-src/sys/external/isc/libsodium/dist/test/quirks/ |
H A D | quirks.h | 25 # define strcmp(s1, s2) xstrcmp(s1, s2) macro 28 strcmp(const char *s1, const char *s2) in strcmp() function
|
/netbsd-src/lib/libc/string/ |
H A D | Lint_strcmp.c | 12 strcmp(const char *s1, const char *s2) in strcmp() function
|
/netbsd-src/common/lib/libc/string/ |
H A D | strcmp.c | 57 strcmp(const char *s1, const char *s2) in strcmp() function
|
/netbsd-src/sys/lib/libkern/ |
H A D | libkern.h | 410 #define strcmp(a, b) kasan_strcmp( global() macro 417 #define strcmp(a, b) kcsan_strcmp( global() macro 424 #define strcmp(a, b) kmsan_strcmp( global() macro 428 #define strcmp(a, b) __builtin_strcmp( global() macro
|
/netbsd-src/tests/compat/linux/ |
H A D | h_linux.h | 68 #define strcmp(s1, s2) __builtin_strcmp(s1, s2) macro
|
/netbsd-src/external/public-domain/xz/dist/src/xz/ |
H A D | suffix.c | 21 # define strcmp strcasecmp macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/libbacktrace/ |
H A D | backtrace-rename.h | 60 #define strcmp(x,y) __asan_internal_strcmp (x, y) macro
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/libbacktrace/ |
H A D | backtrace-rename.h | 63 #define strcmp(x,y) __asan_internal_strcmp (x, y) macro
|
/netbsd-src/sys/arch/vax/include/ |
H A D | macros.h | 236 strcmp(const char *cp, const char *c2) in strcmp() function
|
/netbsd-src/sys/arch/x68k/stand/boot_ufs/ |
H A D | readufs.h | 148 # define strcmp(p, q) __builtin_strcmp(p, q) macro
|
/netbsd-src/sys/arch/hppa/stand/xxboot/ |
H A D | readufs.h | 160 # define strcmp(p, q) __builtin_strcmp(p, q) macro
|
H A D | start.S | 514 strcmp: label
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utclib.c | 469 strcmp ( in strcmp() function
|
/netbsd-src/sys/arch/sparc/stand/bootblk/ |
H A D | bootblk.fth | 121 : strcmp ( s1 l1 s2 l2 -- true:false ) word
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
H A D | hwcdrv.h | 85 #define strcmp CALL_UTIL(strcmp) macro
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
H A D | hwcdrv.h | 85 #define strcmp CALL_UTIL(strcmp) macro
|
/netbsd-src/sys/arch/pmax/include/ |
H A D | dec_prom.h | 158 #define strcmp (*callv -> _strcmp) macro
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | collector_module.h | 90 int (*strcmp)(const char *s1, const char *s2); member
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collector_module.h | 86 int (*strcmp)(const char *s1, const char *s2); member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 170 strcmp, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 170 strcmp, 89 keyword
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 591 TEST(MemorySanitizer, strcmp) { in TEST() argument
|