HomeSort by relevance Sort by last modified time
    Searched refs:stricmp (Results 1 - 25 of 72) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystrcmp.h 13 #define PyOS_stricmp stricmp
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystrcmp.h 13 #define PyOS_stricmp stricmp
  /external/python/cpython2/Include/
pystrcmp.h 13 #define PyOS_stricmp stricmp
  /prebuilts/gdb/darwin-x86/include/python2.7/
pystrcmp.h 13 #define PyOS_stricmp stricmp
  /prebuilts/gdb/linux-x86/include/python2.7/
pystrcmp.h 13 #define PyOS_stricmp stricmp
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystrcmp.h 13 #define PyOS_stricmp stricmp
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystrcmp.h 13 #define PyOS_stricmp stricmp
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFv.c 243 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
249 if (stricmp (argv[0], "--version") == 0) {
255 if ((stricmp (argv[0], "-i") == 0) || (stricmp (argv[0], "--inputfile") == 0)) {
266 if ((stricmp (argv[0], "-a") == 0) || (stricmp (argv[0], "--addrfile") == 0)) {
277 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--outputfile") == 0)) {
288 if ((stricmp (argv[0], "-r") == 0) || (stricmp (argv[0], "--baseaddr") == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
Split.c 251 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
256 if (stricmp (argv[0], "--version") == 0) {
262 if ((stricmp (argv[0], "-p") == 0) || (stricmp (argv[0], "--prefix") == 0)) {
273 if ((stricmp (argv[0], "-f") == 0) || (stricmp (argv[0], "--filename") == 0)) {
284 if ((stricmp (argv[0], "-s") == 0) || (stricmp (argv[0], "--split") == 0)) {
295 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--firstfile") == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 329 if ((stricmp (argv[Index], "-l") == 0) || (stricmp (argv[Index], "--list") == 0)) {
334 if ((stricmp (argv[Index], "-m") == 0) || (stricmp (argv[Index], "--mbr") == 0)) {
339 if ((stricmp (argv[Index], "-i") == 0) || (stricmp (argv[Index], "--input") == 0)) {
354 if ((stricmp (argv[Index], "-o") == 0) || (stricmp (argv[Index], "--output") == 0)) {
369 if ((stricmp (argv[Index], "-h") == 0) || (stricmp (argv[Index], "--help") == 0)) {
    [all...]
  /external/e2fsprogs/intl/
os2compat.h 39 #define strcasecmp stricmp
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
GenPage.c 313 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
318 if (stricmp (argv[0], "--version") == 0) {
324 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--output") == 0)) {
335 if ((stricmp (argv[0], "-b") == 0) || (stricmp (argv[0], "--baseaddr") == 0)) {
351 if ((stricmp (argv[0], "-f") == 0) || (stricmp (argv[0], "--offset") == 0)) {
367 if ((stricmp (argv[0], "-q") == 0) || (stricmp (argv[0], "--quiet") == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
GenCrc32.c 166 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
171 if (stricmp (argv[0], "--version") == 0) {
177 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--output") == 0)) {
188 if ((stricmp (argv[0], "-e") == 0) || (stricmp (argv[0], "--encode") == 0)) {
195 if ((stricmp (argv[0], "-d") == 0) || (stricmp (argv[0], "--decode") == 0)) {
202 if ((stricmp (argv[0], "-v") == 0) || (stricmp (argv[0], "--verbose") == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 189 if (stricmp (AlignBuffer, mAlignName [Index]) == 0) {
226 if (mFfsFileType [Index] != NULL && (stricmp (String, mFfsFileType [Index]) == 0)) {
526 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
532 if (stricmp (argv[0], "--version") == 0) {
538 if ((stricmp (argv[0], "-t") == 0) || (stricmp (argv[0], "--filetype") == 0)) {
553 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--outputfile") == 0)) {
564 if ((stricmp (argv[0], "-g") == 0) || (stricmp (argv[0], "--fileguid") == 0)) {
    [all...]
  /external/libjpeg-turbo/
tjutil.h 35 #define strcasecmp stricmp
  /external/libvncserver/test/
tjutil.h 35 #define strcasecmp stricmp
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c 381 if (stricmp (AlignBuffer, mAlignName [Index]) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
EfiLdrImage.c 190 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
195 if (stricmp (argv[0], "--version") == 0) {
202 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--output") == 0)) {
213 if ((stricmp (argv[0], "-q") == 0) || (stricmp (argv[0], "--quiet") == 0)) {
219 if ((strlen(argv[0]) >= 2 && argv[0][0] == '-' && (argv[0][1] == 'v' || argv[0][1] == 'V')) || (stricmp (argv[0], "--verbose") == 0)) {
234 if ((stricmp (argv[0], "-d") == 0) || (stricmp (argv[0], "--debug") == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 95 if ((stricmp(Argv[Index], "-h") == 0) || (stricmp(Argv[Index], "--help") == 0)) {
99 } else if (stricmp(Argv[Index], "--version") == 0) {
103 } else if (stricmp(Argv[Index], "-l") == 0) {
106 } else if (stricmp(Argv[Index], "-i") == 0) {
114 } else if (stricmp(Argv[Index], "-o") == 0 || stricmp(Argv[Index], "--output-directory") == 0 || stricmp(Argv[Index], "-od") == 0) {
131 } else if (stricmp(Argv[Index], "-b") == 0 || stricmp(Argv[Index], "--create-ifr-package") == 0 || stricmp(Argv[Index], "-ibin") == 0) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GenBootSector.c 673 if ((stricmp (argv[Index], "-l") == 0) || (stricmp (argv[Index], "--list") == 0)) {
678 if ((stricmp (argv[Index], "-m") == 0) || (stricmp (argv[Index], "--mbr") == 0)) {
683 if ((stricmp (argv[Index], "-i") == 0) || (stricmp (argv[Index], "--input") == 0)) {
698 if ((stricmp (argv[Index], "-o") == 0) || (stricmp (argv[Index], "--output") == 0)) {
713 if ((stricmp (argv[Index], "-h") == 0) || (stricmp (argv[Index], "--help") == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 121 if (stricmp (mOptions.OutFileName, FList->FileName) == 0) {
916 if ((stricmp(Argv[0], "-h") == 0) || (stricmp(Argv[0], "--help") == 0)) {
921 if ((stricmp(Argv[0], "--version") == 0)) {
934 if (stricmp (Argv[0], "-f") == 0) {
952 } else if (stricmp (Argv[0], "-i") == 0) {
971 } else if ((stricmp (Argv[0], "-o") == 0) || (stricmp (Argv[0], "--output") == 0)) {
984 } else if ((stricmp (Argv[0], "-h") == 0) || (stricmp (Argv[0], "--help") == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c     [all...]
  /external/e2fsprogs/util/
libecho.c 29 if (!stricmp(argv[i], "-p"))
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
config.h 432 /* Define to a function implementing stricmp */
433 #define stricmp _stricmp macro
  /external/xmlrpcpp/src/
XmlRpcUtil.h 20 # define strcasecmp stricmp

Completed in 2184 milliseconds

1 2 3