Searched refs:stricmp (Results 1 - 25 of 43) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFv.c247 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
253 if (stricmp (argv[0], "--version") == 0) {
259 if ((stricmp (argv[0], "-i") == 0) || (stricmp (argv[0], "--inputfile") == 0)) {
270 if ((stricmp (argv[0], "-a") == 0) || (stricmp (argv[0], "--addrfile") == 0)) {
281 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--outputfile") == 0)) {
292 if ((stricmp (arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c244 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
249 if (stricmp (argv[0], "--version") == 0) {
255 if ((stricmp (argv[0], "-p") == 0) || (stricmp (argv[0], "--prefix") == 0)) {
266 if ((stricmp (argv[0], "-f") == 0) || (stricmp (argv[0], "--filename") == 0)) {
277 if ((stricmp (argv[0], "-s") == 0) || (stricmp (argv[0], "--split") == 0)) {
288 if ((stricmp (arg
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPSvc-win.cpp810 if ( !stricmp(argv[iArg], "/RegServer")
811 || !stricmp(argv[iArg], "install")
812 || !stricmp(argv[iArg], "/i"))
814 else if ( !stricmp(argv[iArg], "/UnregServer")
815 || !stricmp(argv[iArg], "/u")
816 || !stricmp(argv[iArg], "uninstall")
817 || !stricmp(argv[iArg], "delete"))
820 else if (!stricmp(argv[iArg], "enable"))
822 else if (!stricmp(argv[iArg], "disable"))
824 else if (!stricmp(arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c335 if ((stricmp (argv[Index], "-l") == 0) || (stricmp (argv[Index], "--list") == 0)) {
340 if ((stricmp (argv[Index], "-m") == 0) || (stricmp (argv[Index], "--mbr") == 0)) {
345 if ((stricmp (argv[Index], "-i") == 0) || (stricmp (argv[Index], "--input") == 0)) {
360 if ((stricmp (argv[Index], "-o") == 0) || (stricmp (argv[Index], "--output") == 0)) {
375 if ((stricmp (argv[Index], "-h") == 0) || (stricmp (arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c198 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
203 if (stricmp (argv[0], "--version") == 0) {
210 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--output") == 0)) {
221 if ((stricmp (argv[0], "-q") == 0) || (stricmp (argv[0], "--quiet") == 0)) {
227 if ((strlen(argv[0]) >= 2 && argv[0][0] == '-' && (argv[0][1] == 'v' || argv[0][1] == 'V')) || (stricmp (argv[0], "--verbose") == 0)) {
242 if ((stricmp (argv[0], "-d") == 0) || (stricmp (arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DGenPage.c314 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
319 if (stricmp (argv[0], "--version") == 0) {
325 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--output") == 0)) {
336 if ((stricmp (argv[0], "-b") == 0) || (stricmp (argv[0], "--baseaddr") == 0)) {
352 if ((stricmp (argv[0], "-f") == 0) || (stricmp (argv[0], "--offset") == 0)) {
368 if ((stricmp (arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/
H A DGenCrc32.c166 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
172 if (stricmp (argv[0], "--version") == 0) {
178 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--output") == 0)) {
189 if ((stricmp (argv[0], "-e") == 0) || (stricmp (argv[0], "--encode") == 0)) {
196 if ((stricmp (argv[0], "-d") == 0) || (stricmp (argv[0], "--decode") == 0)) {
203 if ((stricmp (arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c194 if (stricmp (AlignBuffer, mAlignName [Index]) == 0) {
231 if (mFfsFileType [Index] != NULL && (stricmp (String, mFfsFileType [Index]) == 0)) {
495 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
501 if (stricmp (argv[0], "--version") == 0) {
507 if ((stricmp (argv[0], "-t") == 0) || (stricmp (argv[0], "--filetype") == 0)) {
522 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--outputfile") == 0)) {
533 if ((stricmp (arg
[all...]
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp908 if ( !stricmp(argv[iArg], "/RegServer")
909 || !stricmp(argv[iArg], "install")
910 || !stricmp(argv[iArg], "/i"))
912 else if ( !stricmp(argv[iArg], "/UnregServer")
913 || !stricmp(argv[iArg], "/u")
914 || !stricmp(argv[iArg], "uninstall")
915 || !stricmp(argv[iArg], "delete"))
918 else if (!stricmp(argv[iArg], "enable"))
920 else if (!stricmp(argv[iArg], "disable"))
922 else if (!stricmp(arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c374 if (stricmp (AlignBuffer, mAlignName [Index]) == 0) {
974 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
980 if (stricmp (argv[0], "--version") == 0) {
986 if ((stricmp (argv[0], "-s") == 0) || (stricmp (argv[0], "--SectionType") == 0)) {
997 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--outputfile") == 0)) {
1008 if ((stricmp (argv[0], "-c") == 0) || (stricmp (arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c671 if ((stricmp (argv[Index], "-l") == 0) || (stricmp (argv[Index], "--list") == 0)) {
676 if ((stricmp (argv[Index], "-m") == 0) || (stricmp (argv[Index], "--mbr") == 0)) {
681 if ((stricmp (argv[Index], "-i") == 0) || (stricmp (argv[Index], "--input") == 0)) {
696 if ((stricmp (argv[Index], "-o") == 0) || (stricmp (argv[Index], "--output") == 0)) {
711 if ((stricmp (argv[Index], "-h") == 0) || (stricmp (arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp94 if ((stricmp(Argv[Index], "-h") == 0) || (stricmp(Argv[Index], "--help") == 0)) {
98 } else if (stricmp(Argv[Index], "-l") == 0) {
101 } else if (stricmp(Argv[Index], "-i") == 0) {
109 } else if (stricmp(Argv[Index], "-o") == 0 || stricmp(Argv[Index], "--output-directory") == 0 || stricmp(Argv[Index], "-od") == 0) {
126 } else if (stricmp(Argv[Index], "-b") == 0 || stricmp(Argv[Index], "--create-ifr-package") == 0 || stricmp(Arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c129 if (stricmp (mOptions.OutFileName, FList->FileName) == 0) {
899 if ((stricmp(Argv[0], "-h") == 0) || (stricmp(Argv[0], "--help") == 0)) {
904 if ((stricmp(Argv[0], "--version") == 0)) {
917 if (stricmp (Argv[0], "-f") == 0) {
935 } else if (stricmp (Argv[0], "-i") == 0) {
954 } else if ((stricmp (Argv[0], "-o") == 0) || (stricmp (Argv[0], "--output") == 0)) {
967 } else if ((stricmp (Argv[0], "-h") == 0) || (stricmp (Arg
[all...]
/vbox/include/iprt/nocrt/
H A Dstring.h45 int RT_NOCRT(stricmp)(const char *psz1, const char *psz2);
67 # define stricmp RT_NOCRT(stricmp) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c1178 if ((stricmp (argv[0], "-h") == 0) || (stricmp (argv[0], "--help") == 0)) {
1184 if (stricmp (argv[0], "--version") == 0) {
1190 if ((stricmp (argv[0], "-o") == 0) || (stricmp (argv[0], "--outputfile") == 0)) {
1201 if ((stricmp (argv[0], "-e") == 0) || (stricmp (argv[0], "--efiImage") == 0)) {
1215 if ((stricmp (argv[0], "-l") == 0) || (stricmp (argv[0], "--stripped") == 0)) {
1222 if ((stricmp (arg
[all...]
/vbox/src/VBox/Installer/win/StubBld/
H A DVBoxStubBld.cpp184 if (0 == stricmp(argv[i], "-out") && argc > i+1)
190 else if (0 == stricmp(argv[i], "-stub") && argc > i+1)
196 else if (0 == stricmp(argv[i], "-target-all") && argc > i+1)
204 else if (0 == stricmp(argv[i], "-target-x86") && argc > i+1)
212 else if (0 == stricmp(argv[i], "-target-amd64") && argc > i+1)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/
H A Dsw_common.c103 if (!stricmp(filename, gsBlackListExe[i]))
/vbox/src/libs/libxml2-2.6.31/macos/src/
H A Dconfig-mac.h191 #include <extra/stricmp.h>
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/
H A Dsw_common.c103 if (!stricmp(filename, gsBlackListExe[i]))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.h153 #define stricmp strcasecmp macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c453 if (stricmp (*TokenStr, "IA32_RST_BIN") == 0) {
460 if (stricmp (*TokenStr, "COMP_NAME") == 0) {
2516 if ((stricmp (argv[Index], "-o") == 0) || (stricmp (argv[Index], "--output") == 0)) {
2540 if ((stricmp (argv[Index], "-f") == 0) || (stricmp (argv[Index], "--filename") == 0)) {
2557 if ((stricmp (argv[Index], "-r") == 0) || (stricmp (argv[Index], "--baseaddr") == 0)) {
2571 if ((stricmp (argv[Index], "-s") == 0) || (stricmp (arg
[all...]
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxGuestDrvInst.cpp440 if(2!=argc || (stricmp(argv[1], "/i") && stricmp(argv[1], "/u")))
467 if(!stricmp(argv[1], "/i")){
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c390 stricmp ( function
588 if ( 0 == stricmp ((char *)pOption, "blksize" )) {
636 else if ( 0 == stricmp ((char *)pOption, "timeout" )) {
674 else if ( 0 == stricmp ((char *)pOption, "tsize" )) {
980 if ( 0 != stricmp ((char *)pMode, "octet" )) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h53 #define strcasecmp stricmp
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h54 #define strcasecmp stricmp

Completed in 3337 milliseconds

12