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

  /bionic/libc/string/
strcmp.c 1 /* $OpenBSD: strcmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
45 strcmp(const char *s1, const char *s2) function
  /bootable/bootloader/legacy/libc/
strcmp.c 29 int strcmp(const char *a, const char *b) function
  /bionic/libc/arch-x86/string/
strcmp.S 1 /* $OpenBSD: strcmp.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
15 ENTRY(strcmp) function
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
string.c 58 * strcmp - Compare two strings
62 int strcmp(const char * cs,const char * ct) function
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
string.c 55 * strcmp - Compare two strings
59 int strcmp(const char * cs,const char * ct) function
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
string.c 58 * strcmp - Compare two strings
62 int strcmp(const char * cs,const char * ct) function
  /external/icu4c/samples/coll/
coll.cpp 91 if (strcmp(pOpt->name, pArgName) == 0) {
137 int strcmp() function
253 int result = strcmp();
  /external/wpa_supplicant/
os.h 433 #define os_strcmp(s1, s2) strcmp((s1), (s2))
474 #undef strcmp macro
475 #define strcmp OS_DO_NOT_USE_strcmp macro
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 433 #define os_strcmp(s1, s2) strcmp((s1), (s2))
487 #undef strcmp macro
488 #define strcmp OS_DO_NOT_USE_strcmp macro
  /external/grub/stage2/
shared.h 370 #define strcmp grub_strcmp macro

Completed in 381 milliseconds