Searched refs:ProgramName (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dvtree337 ProgramName=${0##*/}
72 echo -e "Usage: $ProgramName [-h] [-f] [-d] [path] "
H A Dvtree3a37 ProgramName=${0##*/}
72 echo -e "Usage: $ProgramName [-h] [-f] [-d] [path] "
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dllvm-native-gcc11 chomp ($ProgramName = `basename $0`);
23 if ($ProgramName =~ /llvm-native-gcc/) {
56 if ($ProgramName =~ /llvm-native-gcc/) {
58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
72 if ($ProgramName =~ /llvm-native-gcc/) {
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
169 } elsif ($ProgramName =~ /llvm-native-gcc/) {
H A Dllvm-native-gxx11 chomp ($ProgramName = `basename $0`);
23 if ($ProgramName =~ /llvm-native-gxx/) {
56 if ($ProgramName =~ /llvm-native-gxx/) {
58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
72 if ($ProgramName =~ /llvm-native-gxx/) {
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
169 } elsif ($ProgramName =~ /llvm-native-gxx/) {
/macosx-10.9.5/remote_cmds-41.90.1/stdethers.tproj/
H A Dstdethers.c72 char *ProgramName = "stdethers"; variable
150 ProgramName);
159 ProgramName,
211 ProgramName,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Linker/
H A DLinker.cpp30 ProgramName(progname) { }
38 ProgramName(progname) { }
48 errs() << ProgramName << ": error: " << message << "\n";
56 errs() << ProgramName << ": warning: " << message << "\n";
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp99 static const char *ProgramName; variable
102 errs() << ProgramName << ": " << Type << ": " << Msg << "\n";
168 ProgramName = argv[0];
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A DmDNSDebug.c70 mDNSPlatformWriteLogMsg(ProgramName, buffer, logLevel);
H A Ddnsextd.c66 mDNSexport const char ProgramName[] = "dnsextd"; variable
H A Duds_daemon.c271 mDNSexport const char ProgramName[] = "mDNSResponder"; variable
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DClient.c35 mDNSexport const char ProgramName[] = "mDNSClientPosix"; variable
37 static const char *gProgramName = ProgramName;
H A DResponder.c51 mDNSexport const char ProgramName[] = "mDNSResponderPosix"; variable
53 static const char *gProgramName = ProgramName;
H A DProxyResponder.c41 mDNSexport const char ProgramName[] = "mDNSProxyResponderPosix"; variable
H A DIdentify.c53 mDNSexport const char ProgramName[] = "mDNSIdentify"; variable
H A DNetMonitor.c117 mDNSexport const char ProgramName[] = "mDNSNetMonitor"; variable
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DLinker.h299 std::string ProgramName; ///< Name of the program being linked member in class:llvm::Linker
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNSDebug.h144 extern const char ProgramName[];
/macosx-10.9.5/cron-39/cron/
H A Dcron.h290 char *ProgramName; variable
307 *ProgramName;
H A Dcron.c101 ProgramName = argv[0];
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DCommandLine.cpp79 static char ProgramName[80] = "<premain>"; variable
132 errs() << ProgramName << ": CommandLine Error: Argument '"
554 memcpy(ProgramName, ProgName.data(), Len);
555 ProgramName[Len] = '\0';
703 errs() << ProgramName << ": Unknown command line argument '"
708 errs() << ProgramName << ": Did you mean '-"
731 errs() << ProgramName
739 errs() << ProgramName
862 errs() << ProgramName << ": for the -" << ArgName;
1253 outs() << "USAGE: " << ProgramName << " [option
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/macho-dump/
H A Dmacho-dump.cpp35 static const char *ProgramName; variable
38 errs() << ProgramName << ": " << Type << ": " << Msg << "\n";
403 ProgramName = argv[0];
/macosx-10.9.5/cron-39/lib/
H A Dmisc.c469 openlog(ProgramName, LOG_PID, LOG_CRON);
471 openlog(ProgramName, LOG_PID);
/macosx-10.9.5/cron-39/crontab/
H A Dcrontab.c112 ProgramName = argv[0];

Completed in 184 milliseconds