Home
last modified time | relevance | path

Searched refs:ProgramName (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp113 static const char *ProgramName; variable
116 errs() << ProgramName << ": " << Type << ": " << Msg << "\n"; in Message()
247 ProgramName = argv[0]; in main()
/trueos/usr.sbin/cron/cron/
HDcron.h278 char *ProgramName, variable
296 *ProgramName,
HDcron.c107 ProgramName = argv[0];
/trueos/contrib/llvm/lib/Support/
HDCommandLine.cpp84 static char ProgramName[80] = "<premain>"; variable
148 errs() << ProgramName << ": CommandLine Error: Argument '" in GetOptionInfo()
738 memcpy(ProgramName, ProgName.data(), Len); in ParseCommandLineOptions()
739 ProgramName[Len] = '\0'; in ParseCommandLineOptions()
887 errs() << ProgramName << ": Unknown command line argument '" in ParseCommandLineOptions()
892 errs() << ProgramName << ": Did you mean '-" in ParseCommandLineOptions()
915 errs() << ProgramName in ParseCommandLineOptions()
923 errs() << ProgramName in ParseCommandLineOptions()
1038 errs() << ProgramName << ": for the -" << ArgName; in error()
1442 outs() << "USAGE: " << ProgramName << " [options]"; in operator =()
/trueos/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp36 static const char *ProgramName; variable
39 errs() << ProgramName << ": " << Type << ": " << Msg << "\n"; in Message()
377 ProgramName = argv[0]; in main()
/trueos/usr.sbin/cron/lib/
HDmisc.c457 openlog(ProgramName, LOG_PID, LOG_CRON);
459 openlog(ProgramName, LOG_PID);
/trueos/usr.sbin/cron/crontab/
HDcrontab.c92 ProgramName = argv[0]; in main()