| /src/external/bsd/unbound/dist/contrib/ |
| unbound_cache.cmd | 11 set program_path=%prefix%\Unbound
variable 12 set uc=%program_path%\unbound-control.exe
30 echo Loading cache from %program_path%\%fname%
31 dir /a %program_path%\%fname%
32 type %program_path%\%fname%|%uc% load_cache
41 echo Saving cache to %program_path%\%fname%
42 %uc% dump_cache>%program_path%\%fname%
43 dir /a %program_path%\%fname%
49 echo Loading cache from %program_path%\%fname%
50 dir /a %program_path%\%fname% [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| release.c | 63 run_setup (program_path);
|
| main.c | 30 const char *program_path; variable 594 program_path = xstrdup (argv[0]);
|
| cvs.h | 375 extern const char *program_name, *program_path, *cvs_cmd_name;
|
| client.c | 3808 command[0] = (char *)program_path;
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| server.cc | 96 /* Set the PROGRAM_PATH. Here we adjust the path of the provided 116 /* Return the PROGRAM_PATH. */ 123 } program_path; variable in typeref:struct:__anon6178 290 if (err && program_path.get () == NULL) 293 return program_path.get (); 3435 if (program_path.get () == nullptr) 3443 program_path.set (new_program_name.get ()); 3451 target_create_inferior (program_path.get (), program_args); 4332 program_path.set (next_arg[0]); 4337 target_create_inferior (program_path.get (), program_args) [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| server.cc | 96 /* Set the PROGRAM_PATH. Here we adjust the path of the provided 116 /* Return the PROGRAM_PATH. */ 123 } program_path; variable in typeref:struct:__anon3437 3486 if (program_path.get () == nullptr) 3494 program_path.set (new_program_name.get ()); 3502 target_create_inferior (program_path.get (), program_args); 4421 program_path.set (next_arg[0]); 4426 target_create_inferior (program_path.get (), program_args); 4972 if (program_path.get () != NULL) 4974 target_create_inferior (program_path.get (), program_args) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| msan_test.cc | 3137 char program_path[kMaxPathLength]; local 3138 GetProgramPath(program_path, sizeof(program_path)); 3140 const char *last_slash = strrchr(program_path, '/'); 3142 size_t dir_len = (size_t)(last_slash - program_path); 3157 (int)dir_len, program_path, basename);
|