HomeSort by relevance Sort by last modified time
    Searched refs:progName (Results 1 - 11 of 11) sorted by null

  /external/bzip2/
bzip2.c 208 Char *progName;
540 progName, inName );
607 fprintf ( stderr, "%s: %s: ", progName, inName );
706 progName, outName );
714 progName );
718 progName );
721 progName );
724 progName, outName );
728 progName );
736 progName, progName
    [all...]
bzip2recover.c 64 Char progName[BZ_MAX_FILENAME];
89 progName, inFileName );
90 perror ( progName );
92 progName );
102 progName, inFileName );
103 perror ( progName );
105 progName );
115 progName, n );
117 progName );
127 progName, inFileName, max_handled_blocks )
    [all...]
  /external/qemu/android/
main-emulator.c 66 static char* getTargetEmulatorPath(const char* progName, const char* avdArch, const int force_32bit);
67 static char* getSharedLibraryPath(const char* progName, const char* libName);
222 getTargetEmulatorPath(const char* progName, const char* avdArch, const int force_32bit)
239 path_split(progName, &progDir, NULL);
245 APANIC("Path too long: %s\n", progName);
257 APANIC("Path too long: %s\n", progName);
268 if (strchr(progName, '/') == NULL && strchr(progName, '\\') == NULL) {
270 if (strchr(progName, '/') == NULL) {
312 getSharedLibraryPath(const char* progName, const char* libName
    [all...]
  /development/tools/jdwpspy/
Main.cpp 108 static void usage(const char* progName)
110 fprintf(stderr, "Usage: %s VM-port [debugger-listen-port]\n\n", progName);
  /sdk/emulator/opengl/host/renderer/
main.cpp 33 static void printUsage(const char *progName)
35 fprintf(stderr, "Usage: %s -windowid <windowid> [options]\n", progName);
  /external/icu4c/tools/genbrk/
genbrk.cpp 49 static char *progName;
62 printf("Usage: %s [-v] [-options] -r rule-file -o output-file\n", progName);
138 progName = argv[0];
  /external/icu4c/tools/gencfu/
gencfu.cpp 48 static char *progName;
62 printf("Usage: %s [-v] [-options] -r confusablesRules.txt -w wholeScriptConfusables.txt -o output-file\n", progName);
142 progName = argv[0];
  /external/icu4c/tools/gendict/
gendict.cpp 86 static char *progName;
112 fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-file output-file\n", progName);
282 progName = argv[0];
305 install_watchdog(progName, outFileName);
476 printf("%s: done writing\t%s (%ds).\n", progName, outFileName, elapsedTime());
  /dalvik/vm/
Init.cpp 82 static void usage(const char* progName)
84 dvmFprintf(stderr, "%s: [options] class [argument ...]\n", progName);
85 dvmFprintf(stderr, "%s: [options] -jar file.jar [argument ...]\n",progName);
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 463 /// from the caller (as PROGNAME) and its command-line arguments from
466 void cl::ParseEnvironmentOptions(const char *progName, const char *envVar,
469 assert(progName && "Program name not specified");
480 newArgv.push_back(strdup(progName));
549 // Copy the program name into ProgName, making sure not to overflow it.
550 std::string ProgName = sys::path::filename(argv[0]);
551 size_t Len = std::min(ProgName.size(), size_t(79));
552 memcpy(ProgramName, ProgName.data(), Len);
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 50 void ParseEnvironmentOptions(const char *progName, const char *envvar,
    [all...]

Completed in 237 milliseconds