Searched refs:strcasecmp (Results 1 – 25 of 25) sorted by relevance
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | HttpMessage.cc | 24 #define strcasecmp _stricmp macro 134 return strcasecmp(s1.c_str(), s2.c_str()) < 0; in operator ()()
|
A D | EndpointProvider.cc | 39 #define strcasecmp _stricmp macro
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/crypto/ |
A D | module_crypto.c | 37 if (strcasecmp(crypte_mode, "aes") != 0) { 42 if (strcasecmp(aes_type, "cbc") != 0) {
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/ |
A D | strcasecmp.c | 42 strcasecmp(const char *s1, const char *s2) in strcasecmp() function
|
A D | Makefile.vc | 33 strcasecmp.obj \
|
A D | libport.h | 35 int strcasecmp(const char *s1, const char *s2);
|
A D | CMakeLists.txt | 30 strcasecmp.c 46 list(APPEND port_USED_FILES strcasecmp.c)
|
A D | Makefile.in | 200 strcasecmp.c strtoul.c strtoull.c 416 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Plo@am__quote@
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/ |
A D | module_crypto.c | 105 if (strcasecmp(crypt_mode, "aes_cbc") != 0) { in native_crypto_encrypt() 169 if (strcasecmp(crypt_mode, "aes_cbc") != 0) { in native_crypto_decrypt()
|
/AliOS-Things-master/components/freetype/src/tools/ftrandom/ |
A D | ftrandom.c | 240 if ( strcasecmp( pt + 1, extensions[i] ) == 0 || in extmatch() 241 strcasecmp( pt, extensions[i] ) == 0 ) in extmatch()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/ |
A D | os.h | 522 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2))
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_config.h.cmake.in | 104 /* Define to 1 if you have the `strcasecmp' function. */
|
A D | tif_config.h.in | 137 /* Define to 1 if you have the `strcasecmp' function. */
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 617 #define SDL_strcasecmp strcasecmp
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | modsocket.c | 163 …if (nodename_len > local_len && strcasecmp(nodename + nodename_len - local_len, MDNS_LOCAL_SUFFIX)… in _socket_getaddrinfo3()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | modsocket.c | 166 strcasecmp(nodename + nodename_len - local_len, MDNS_LOCAL_SUFFIX) == in _socket_getaddrinfo3()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | modsocket.c | 159 && strcasecmp(nodename + nodename_len - local_len, MDNS_LOCAL_SUFFIX) == 0) { in _socket_getaddrinfo3()
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | tiff-4.0.9-win32config.patch | 214 +/* Define to 1 if you have the `strcasecmp' function. */
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 1017 return strcasecmp(str1, str2); in SDL_strcasecmp()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | CMakeLists.txt | 412 check_function_exists(strcasecmp HAVE_STRCASECMP)
|
A D | configure.com | 74 if (strcasecmp("bla", "Bla")==0) exit(0);
|
A D | configure.ac | 430 AC_REPLACE_FUNCS(strcasecmp)
|
A D | ChangeLog | 4907 * port/{getopt.c, strcasecmp.c, strtoul.c}: Update modules from
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 808 atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strncasecmp
|
A D | configure | 17085 …ul _i64toa _ui64toa strtoll strtoull atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp strnca…
|
Completed in 104 milliseconds