Lines Matching +defs:command +defs:mode
102 #define IN_COMMON_MODE(mode) (mode == 'a' || mode == 'c') argument
103 #define IN_DLL_MODE(mode) (mode == 'd' || mode == 'l') argument
104 #define IN_STATIC_MODE(mode) (mode == 's') argument
105 #define IN_FILES_MODE(mode) (mode == 'f') argument
520 static int runCommand(const char* command, UBool specialHandling) { in runCommand()
572 const char mode = o->mode[0]; in pkg_executeOptions() local
922 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char … in createFileNames()
1365 …t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *co… in pkg_generateLibraryFile()
1539 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencF… in pkg_createWithAssemblyCode()
1604 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode… in pkg_createWithoutAssemblyCode()
1815 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o) { in pkg_createWindowsDLL()