Home
last modified time | relevance | path

Searched refs:stricmp (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dmagic.c103 if (p && (stricmp(p, ".exe") in unreadable_info()
104 || stricmp(p, ".dll") in unreadable_info()
105 || stricmp(p, ".bat") in unreadable_info()
106 || stricmp(p, ".cmd"))) in unreadable_info()
H A Dapptype.c131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c57 #define strcasecmp stricmp
H A Dmbfl_encoding.c59 #define strcasecmp stricmp
/php-src/ext/soap/
H A Dphp_soap.h38 # define stricmp strcasecmp macro
H A Dphp_encoding.c1144 if (stricmp((char*)data->children->content, "true") == 0 || in to_zval_bool()
1145 stricmp((char*)data->children->content, "t") == 0 || in to_zval_bool()
1148 } else if (stricmp((char*)data->children->content, "false") == 0 || in to_zval_bool()
1149 stricmp((char*)data->children->content, "f") == 0 || in to_zval_bool()
H A Dphp_schema.c1620 if (!stricmp((char*)attr->children->content, "true") || in schema_element()
1621 !stricmp((char*)attr->children->content, "1")) { in schema_element()
H A Dphp_http.c727 stricmp(Z_STRVAL_P(tmp), "md5-sess") == 0) { in make_http_soap_request()
H A Dsoap.c1300 stricmp(SG(request_info).query_string, "wsdl") == 0) { in PHP_METHOD()
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c144 if (0 == stricmp(libname, search_string)) { in php_com_load_typelib()
/php-src/main/
H A Dfastcgi.c1721 if (os_name && stricmp(os_name, "Windows_NT") == 0) {
/php-src/ext/fileinfo/
H A Dlibmagic.patch2328 - if (stricmp(exepath, dllpath) == 0)
2333 - if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) {

Completed in 68 milliseconds