HomeSort by relevance Sort by last modified time
    Searched defs:strcmp (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/upstream-openbsd/lib/libc/string/
strcmp.c 1 /* $OpenBSD: strcmp.c,v 1.9 2015/08/31 02:53:57 guenther Exp $ */
41 strcmp(const char *s1, const char *s2) function
48 DEF_STRONG(strcmp); variable
  /bionic/libc/arch-x86/generic/string/
strcmp.S 1 /* $OpenBSD: strcmp.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
15 ENTRY(strcmp) function
82 END(strcmp)
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
strcmp.c 46 strcmp(const char *s1, const char *s2) function
  /external/syslinux/com32/lib/
strcmp.c 2 * strcmp.c
7 int strcmp(const char *s1, const char *s2) function
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 64 ENTRY(strcmp) function
379 END(strcmp)
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 60 ENTRY(strcmp) function
362 /* The code from the previous version of strcmp.S handles all of the
365 * bionic/libc/arch-arm/cortex-a15/bionic/strcmp.S for the unedited
547 END(strcmp)
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 53 ENTRY(strcmp) function
316 END(strcmp)
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 60 ENTRY(strcmp) function
375 /* The code from the previous version of strcmp.S handles this
378 * previous version. See bionic/libc/arch-arm/cortex-a15/bionic/strcmp.S
485 END(strcmp)
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Comparison.c 34 /** The strcmp function compares the string pointed to by s1 to the string
37 @return The strcmp function returns an integer greater than, equal to, or
41 int strcmp(const char *s1, const char *s2) function
58 return (strcmp(s1, s2));
77 such that if the strcmp function is applied to two transformed strings, it
  /external/pcre/dist2/src/
pcre2_string_utils.c 42 of strings. These are used instead of strcmp() etc because the standard
66 PRIV(strcmp)(PCRE2_SPTR str1, PCRE2_SPTR str2) function
  /external/linux-kselftest/tools/testing/selftests/vDSO/
vdso_standalone_test_x86.c 24 int strcmp(const char *a, const char *b) function
  /bionic/libc/arch-arm64/generic/bionic/
strcmp.S 59 ENTRY(strcmp) function
163 END(strcmp)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 68 #define strcmp OnigStrCmp macro
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 167 int strcmp(char *s1, char *s2) { function
  /external/icu/icu4c/source/samples/coll/
coll.cpp 97 if (strcmp(pOpt->name, pArgName) == 0) {
143 int strcmp() function
259 int result = strcmp();
  /external/syslinux/gpxe/src/core/
string.c 92 * strcmp - Compare two strings
96 int strcmp(const char * cs,const char * ct) function
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 57 #define strcmp(_s1,_s2) VG_(strcmp)((_s1),(_s2)) macro
  /external/valgrind/coregrind/m_gdbserver/
server.h 148 #define strcmp(s1,s2) VG_(strcmp) ((s1),(s2)) macro
  /external/valgrind/drd/tests/
unit_bitmap.c 47 Int VG_(strcmp)( const HChar* s1, const HChar* s2 ) function
48 { return strcmp(s1, s2); }
  /external/webrtc/webrtc/base/
stringutils.h 60 // strlen, strcmp, stricmp, strncmp, strnicmp
78 inline int strcmp(const wchar_t* s1, const wchar_t* s2) { function
236 return strcmp(s1, s2);
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 400 INTERCEPT_LIBRARY_FUNCTION(strcmp); variable
  /external/piex/src/binary_parse/
range_checked_byte_ptr.cc 276 int strcmp(const RangeCheckedBytePtr &x, const std::string &y) { function in namespace:piex::binary_parse
  /external/wpa_supplicant_8/src/utils/
os.h 536 #define os_strcmp(s1, s2) strcmp((s1), (s2))
654 #undef strcmp macro
655 #define strcmp OS_DO_NOT_USE_strcmp macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 800 # define strcmp(s1, s2) \ macro
820 # define strcmp(s1, s2) \ macro
839 : strcmp (s1, s2)))); })
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 800 # define strcmp(s1, s2) \ macro
820 # define strcmp(s1, s2) \ macro
839 : strcmp (s1, s2)))); })
    [all...]

Completed in 857 milliseconds

1 2