Searched refs:program_path (Results 1 – 8 of 8) sorted by relevance
120 update_cmd = xmalloc (strlen (program_path)124 program_path, current_parsed_root->original);
25 char *program_path; variable426 program_path = xstrdup (argv[0]);1055 free (program_path);
364 extern char *program_name, *program_path, *command_name;
701 * cvs.h: declare program_path703 * main.c define program_path704 (main): set program_path706 * release.c (release): use program_path for update_cmd
3852 command[0] = program_path;
84 * client.c (connect_to_forked_server): Use program_path as the default
3224 llvm::SmallString<256> program_path(argv[0]); in main() local3225 llvm::sys::fs::make_absolute(program_path); in main()3226 g_vsc.debug_adaptor_path = program_path.str().str(); in main()
3167 char program_path[kMaxPathLength]; in GetPathToLoadable() local3168 GetProgramPath(program_path, sizeof(program_path)); in GetPathToLoadable()3170 const char *last_slash = strrchr(program_path, '/'); in GetPathToLoadable()3172 size_t dir_len = (size_t)(last_slash - program_path); in GetPathToLoadable()3187 (int)dir_len, program_path, basename); in GetPathToLoadable()