HomeSort by relevance Sort by last modified time
    Searched refs:stricmp (Results 1 - 25 of 73) 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
  /external/python/cpython3/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/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
  /external/freetype/builds/atari/
FNames.SIC 25 if ((stricmp(suffix(file),".h")==0)|(stricmp(suffix(file),".c")==0))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
GenPage.c 317 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
322 if (stricmp (argv[0], "--version") == 0) {
328 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--output") == 0)) {
339 if ((stricmp (argv[0], "-b") == 0) || (stricmp (argv[0], "--baseaddr") == 0)) {
355 if ((stricmp (argv[0], "-f") == 0) || (stricmp (argv[0], "--offset") == 0)) {
371 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/Split/
Split.c 252 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
257 if (stricmp (argv[0], "--version") == 0) {
263 if ((stricmp (argv[0], "-p") == 0) || (stricmp (argv[0], "--prefix") == 0)) {
274 if ((stricmp (argv[0], "-f") == 0) || (stricmp (argv[0], "--filename") == 0)) {
285 if ((stricmp (argv[0], "-s") == 0) || (stricmp (argv[0], "--split") == 0)) {
296 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--firstfile") == 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/GenBootSector/
GenBootSector.c 684 if ((stricmp (argv[Index], "-l") == 0) || (stricmp (argv[Index], "--list") == 0)) {
689 if ((stricmp (argv[Index], "-m") == 0) || (stricmp (argv[Index], "--mbr") == 0)) {
694 if ((stricmp (argv[Index], "-i") == 0) || (stricmp (argv[Index], "--input") == 0)) {
709 if ((stricmp (argv[Index], "-o") == 0) || (stricmp (argv[Index], "--output") == 0)) {
724 if ((stricmp (argv[Index], "-h") == 0) || (stricmp (argv[Index], "--help") == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 97 if ((stricmp(Argv[Index], "-h") == 0) || (stricmp(Argv[Index], "--help") == 0)) {
101 } else if (stricmp(Argv[Index], "--version") == 0) {
105 } else if (stricmp(Argv[Index], "-l") == 0) {
108 } else if (stricmp(Argv[Index], "-i") == 0) {
116 } else if (stricmp(Argv[Index], "-o") == 0 || stricmp(Argv[Index], "--output-directory") == 0 || stricmp(Argv[Index], "-od") == 0) {
143 } 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/EfiRom/
EfiRom.c 123 if (stricmp (mOptions.OutFileName, FList->FileName) == 0) {
921 if ((stricmp(Argv[0], "-h") == 0) || (stricmp(Argv[0], "--help") == 0)) {
926 if ((stricmp(Argv[0], "--version") == 0)) {
939 if (stricmp (Argv[0], "-f") == 0) {
959 } else if (stricmp (Argv[0], "-i") == 0) {
980 } else if ((stricmp (Argv[0], "-o") == 0) || (stricmp (Argv[0], "--output") == 0)) {
1000 } 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"))

Completed in 1538 milliseconds

1 2 3