Home
last modified time | relevance | path

Searched defs:strcmp (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921007-1.c1 static int strcmp(){return-1;} in strcmp() function
2 #define strcmp __builtin_strcmp macro
H A Dstring-opt-3.c114 strcmp (const char *s1, const char *s2) in strcmp() function
/openbsd-src/sys/lib/libsa/
H A Dstrcmp.c34 strcmp(const char *s1, const char *s2) in strcmp() function
/openbsd-src/lib/libc/string/
H A Dstrcmp.c41 strcmp(const char *s1, const char *s2) in strcmp() function
/openbsd-src/sys/lib/libkern/
H A Dstrcmp.c41 strcmp(const char *s1, const char *s2) in strcmp() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dbitfield-2.m10 extern int strcmp(const char *, const char *); function
/openbsd-src/sys/arch/sparc64/stand/bootblk/
H A Dbootblk.fth122 : strcmp ( s1 l1 s2 l2 -- true:false ) word
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp175 ATTRIBUTE_INTERFACE int strcmp(const char *s1, const char *s2) { in strcmp() function
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf157 strcmp keyword
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c262 WRAPPER2(int, strcmp, const char *s1, const char *s2) in WRAPPER2() argument