Home
last modified time | relevance | path

Searched defs:ProgramName (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.sbin/cron/cron/
H A Dcron.h287 char *ProgramName, variable
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp266 static const char *ProgramName; variable
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp96 std::string ProgramName; member in __anone9c85f080111::CommandLineParser
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp136 void Driver::ParseDriverMode(StringRef ProgramName, in ParseDriverMode()