Searched refs:ProgramInvocationShortName (Results 1 – 15 of 15) sorted by relevance
345 ProgramInvocationShortName(), version_string); in ShowVersion()347 fprintf(stdout, "%s\n", ProgramInvocationShortName()); in ShowVersion()373 const char* progname = ProgramInvocationShortName(); in HandleCommandLineHelpFlags()
61 using GFLAGS_NAMESPACE::ProgramInvocationShortName;
1339 || glob == ProgramInvocationShortName() in ProcessOptionsFromStringLocked()1342 || fnmatch(glob.c_str(), ProgramInvocationShortName(), FNM_PATHNAME) == 0 in ProcessOptionsFromStringLocked()1345 || PathMatchSpecA(glob.c_str(), ProgramInvocationShortName()) in ProcessOptionsFromStringLocked()1546 const char* ProgramInvocationShortName() { // like the GNU libc fn in ProgramInvocationShortName() function
473 StringPrintf("/%s%s", ProgramInvocationShortName(), suffix)); in PushNameWithSuffix()
193 extern GFLAGS_DLL_DECL const char* ProgramInvocationShortName(); // basename(argv0)
192 extern GFLAGS_DLL_DECL const char* ProgramInvocationShortName(); // basename(argv0)
197 extern const char* ProgramInvocationShortName(); // basename(argv0)
219 extern const char* ProgramInvocationShortName(); // basename(argv0)
241 extern GFLAGS_DLL_DECL const char* ProgramInvocationShortName(); // basename(argv0)
943 EXPECT_STREQ("gflags_unittest", ProgramInvocationShortName()); in TEST()