OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strcmpi
(Results
1 - 25
of
34
) sorted by null
1
2
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.h
177
#define
strcmpi
strcasecmp
macro
/external/pdfium/third_party/yasm/source/config/android/
config.h
76
/* Define to 1 if you have the `
strcmpi
' function. */
/external/pdfium/third_party/yasm/source/config/ios/
config.h
76
/* Define to 1 if you have the `
strcmpi
' function. */
/external/pdfium/third_party/yasm/source/config/linux/
config.h
76
/* Define to 1 if you have the `
strcmpi
' function. */
/external/pdfium/third_party/yasm/source/config/mac/
config.h
76
/* Define to 1 if you have the `
strcmpi
' function. */
/external/pdfium/third_party/yasm/source/config/openbsd/
config.h
68
/* Define to 1 if you have the `
strcmpi
' function. */
/external/pdfium/third_party/yasm/source/config/win/
config.h
76
/* Define to 1 if you have the `
strcmpi
' function. */
/external/curl/lib/
config-os400.h
290
/* The following define is needed on OS400 to enable
strcmpi
(), stricmp() and
297
/* Define if you have the `
strcmpi
' function. */
config-riscos.h
290
/* Define if you have the `
strcmpi
' function. */
config-symbian.h
502
/* Define to 1 if you have the `
strcmpi
' function. */
config-tpf.h
450
/* Define to 1 if you have the `
strcmpi
' function. */
config-vxworks.h
568
/* Define to 1 if you have the
strcmpi
function. */
curl_config.h
640
/* Define to 1 if you have the
strcmpi
function. */
curl_config.h.cmake
596
/* Define to 1 if you have the
strcmpi
function. */
curl_config.h.in
630
/* Define to 1 if you have the
strcmpi
function. */
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
string.h
100
int __cdecl
strcmpi
(const char *_Str1,const char *_Str2) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
shlwapi.h
226
#define
StrCmpI
StrCmpIW
232
#define
StrCmpI
lstrcmpiA
[
all
...]
/external/zlib/src/contrib/minizip/
unzip.h
159
If iCaseSenisivity = 2, comparision is not case sensitivity (like
strcmpi
unzip.c
348
/* My own
strcmpi
/ strcasecmp */
384
If iCaseSenisivity = 2, comparision is not case sensitivity (like
strcmpi
[
all
...]
/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
unzip.h
159
If iCaseSenisivity = 2, comparision is not case sensitivity (like
strcmpi
unzip.c
348
/* My own
strcmpi
/ strcasecmp */
384
If iCaseSenisivity = 2, comparision is not case sensitivity (like
strcmpi
[
all
...]
/external/curl/m4/
curl-functions.m4
[
all
...]
/external/curl/
CMakeLists.txt
827
check_symbol_exists(
strcmpi
"${CURL_INCLUDES}" HAVE_STRCMPI)
[
all
...]
/external/libxml2/
triostr.c
81
# define strcasecmp(x,y)
strcmpi
(x,y)
[
all
...]
/external/python/cpython2/PC/bdist_wininst/
install.c
458
if (0 ==
strcmpi
(csidl_names[i].name, name)) {
[
all
...]
Completed in 616 milliseconds
1
2