/device/google/dragon/recovery/updater/ |
D | debug_ec.c | 288 if (!strcasecmp(argv[1], "normal")) { in cmd_ec_chargecontrol() 290 } else if (!strcasecmp(argv[1], "idle")) { in cmd_ec_chargecontrol() 292 } else if (!strcasecmp(argv[1], "discharge")) { in cmd_ec_chargecontrol() 521 if (argc == 2 && !strcasecmp(argv[1], "abort")) { in cmd_ec_echash() 530 if (!strcasecmp(argv[1], "start")) in cmd_ec_echash() 532 else if (!strcasecmp(argv[1], "recalc")) in cmd_ec_echash() 544 if (!strcasecmp(argv[2], "ro")) { in cmd_ec_echash() 548 } else if (!strcasecmp(argv[2], "rw")) { in cmd_ec_echash() 633 if (argc == 2 && !strcasecmp(argv[1], "init")) in cmd_ec_lightbar() 636 if (argc == 2 && !strcasecmp(argv[1], "off")) in cmd_ec_lightbar() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | CommonLib.h | 174 #define stricmp strcasecmp 175 #define _stricmp strcasecmp 177 #define strcmpi strcasecmp
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_update.c | 155 if (strcasecmp(dname, in res_update() 162 if (strcasecmp(dname, tmprrecp->r_dname) == 0 in res_update() 188 strcasecmp(tmpzptr->z_ns[i].nsname, in res_update() 261 if (strcasecmp(dname, zname) == 0) { in res_update() 299 if (strcasecmp(dname, zname) != 0 || in res_update() 323 if (strcasecmp(zname, zptr->z_origin) == 0 && in res_update() 383 if (strcasecmp(zname, zptr->z_origin) == 0) in res_update() 441 if (strcasecmp(name, zname) == 0 && in res_update() 469 if (strcasecmp(name, zptr->z_ns[j].nsname) == 0) { in res_update() 520 if (strcasecmp(zptr->z_ns[i].nsname, in res_update()
|
D | getnetbyht.c | 145 if (strcasecmp(p->n_name, name) == 0) in _getnetbyhtname() 148 if (strcasecmp(*cp, name) == 0) in _getnetbyhtname()
|
D | gethostbyht.c | 185 if (strcasecmp(p->h_name, name) == 0) in _gethostbyhtname() 188 if (strcasecmp(*cp, name) == 0) in _gethostbyhtname()
|
D | getnetnamadr.c | 74 if(!strcasecmp(name, service_names[i].name)) { in get_service_name()
|
D | gethostnamadr.c | 78 if(!strcasecmp(name, service_names[i].name)) { in get_service_name()
|
D | res_query.c | 415 if (!strcasecmp(buf, name)) { in hostalias()
|
D | gethostbydns.c | 365 if (strcasecmp(tname, bp) != 0) { in gethostanswer() 417 if (strcasecmp(host.h_name, bp) != 0) { in gethostanswer()
|
D | ns_print.c | 150 if (name_ctx != NULL && strcasecmp(name_ctx, name) == 0) { in ns_sprintrrf() 636 if (origin != NULL && strcasecmp(name, origin) == 0) in prune_origin()
|
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
D | strcmp.c | 55 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
D | strncasecmp.c | 52 __weak_alias(strcasecmp,_strcasecmp) in __weak_alias() argument
|
D | Comparison.c | 108 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/ |
D | string.h | 62 int strcasecmp(const char *, const char *);
|
D | strings.h | 63 int strcasecmp(const char *, const char *) __pure;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dynload_win.c | 31 static int strcasecmp (char *string1, char *string2) in strcasecmp() function 260 strcasecmp(buffer,import_python)) {
|
/device/google/contexthub/firmware/lib/libc/ |
D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
|
D | Android.mk | 25 strcasecmp.c \
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
D | genmk.c | 224 if (strcasecmp(s,".c")==0) return 1; 225 if (strcasecmp(s,".cc")==0) return 1; 226 if (strcasecmp(s,".cpp")==0) return 1; 227 if (strcasecmp(s,".cxx")==0) return 1; 228 if (strcasecmp(s,CPP_FILE_SUFFIX)==0) return 1; 229 if (strcasecmp(s,".sor")==0) return 2;
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | string.h | 462 int strcasecmp(const char *s1, const char *s2);
|
/device/google/contexthub/firmware/lib/ |
D | lib.mk | 61 SRCS += $(LIBC_PATH)/strcasecmp.c
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | setlocale.c | 85 #define _bcs_strcasecmp(a, b) strcasecmp((a), (b))
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | CrtWrapper.c | 432 int strcasecmp (const char *c, const char *s) in strcasecmp() function
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 204 int strcasecmp (const char *, const char *);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/ |
D | TftpServer.c | 1301 if ( 0 == strcasecmp ((char *)pOption, "blksize" )) { in TftpOptions() 1349 else if ( 0 == strcasecmp ((char *)pOption, "timeout" )) { in TftpOptions() 1387 else if ( 0 == strcasecmp ((char *)pOption, "tsize" )) { in TftpOptions() 1774 if ( 0 == strcasecmp ((char *)pMode, "octet" )) { in TftpRead()
|