| /src/external/bsd/kyua-cli/dist/examples/ |
| syntax_test.cpp | 119 const fs::path source_path = example_file(this, "Kyuafile.top"); local 120 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1); 141 const fs::path source_path = example_file(this, "Kyuafile.top"); local 142 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| options.cc | 264 char *source_path; local 360 source_path = (char *) alloca (i + 1); 361 memcpy (source_path, canon_source_file, i); 362 source_path[i] = 0; 366 gfc_add_include_path (source_path, true, true, warn, false);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| options.cc | 253 char *source_path; local 345 source_path = (char *) alloca (i + 1); 346 memcpy (source_path, canon_source_file, i); 347 source_path[i] = 0; 351 gfc_add_include_path (source_path, true, true, warn, false);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| source.c | 63 std::string source_path; variable 404 std::string set_path = source_path; 412 mod_path (set_path.c_str (), source_path); 423 gdb_puts (source_path.c_str (), file); 452 source_path = string_printf ("$cdir%c$cwd", DIRNAME_SEPARATOR); 474 mod_path (dirname, source_path); 480 interps_notify_param_changed ("directories", source_path.c_str ()); 493 add_path (dirname, source_path, 0); 957 of openp, using source_path, but that really don't want the file to be 959 qualified against source_path) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| source.c | 63 std::string source_path; variable 404 std::string set_path = source_path; 412 mod_path (set_path.c_str (), source_path); 423 gdb_puts (source_path.c_str (), file); 452 source_path = string_printf ("$cdir%c$cwd", DIRNAME_SEPARATOR); 474 mod_path (dirname, source_path); 480 interps_notify_param_changed ("directories", source_path.c_str ()); 493 add_path (dirname, source_path, 0); 957 of openp, using source_path, but that really don't want the file to be 959 qualified against source_path) [all...] |