Home
last modified time | relevance | path

Searched refs:path_prefix (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D600-t-compat.t20 my $path_prefix = File::Spec->catdir(-d 't' ? qw(t data) : qw(data));
26 File::Spec->catfile($path_prefix, "conflicting.typemap"),
29 File::Spec->catfile($path_prefix, "other.typemap"),
35 File::Spec->catfile($path_prefix, "b.typemap"),
42 File::Spec->catfile($path_prefix, "b.typemap"),
45 File::Spec->catfile($path_prefix, "perl.typemap"),
51 File::Spec->catfile($path_prefix, "b.typemap"),
54 File::Spec->catfile($path_prefix, "perl.typemap"),
55 File::Spec->catfile($path_prefix, "b.typemap"),
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp57 internal_snprintf(full_path, kMaxPathLength, "%s.%s.%zu", path_prefix, in ReopenIfNecessary()
60 internal_snprintf(full_path, kMaxPathLength, "%s.%zu", path_prefix, pid); in ReopenIfNecessary()
100 if (len > sizeof(path_prefix) - 100) { in SetReportPath()
116 internal_snprintf(path_prefix, kMaxPathLength, "%s", path); in SetReportPath()
117 RecursiveCreateParentDirs(path_prefix); in SetReportPath()
H A Dsanitizer_file.h39 char path_prefix[kMaxPathLength]; member
/openbsd-src/gnu/gcc/gcc/
H A Dcollect2.c217 struct path_prefix struct
227 static struct path_prefix cmdline_lib_dirs; /* directories specified with -L */ argument
228 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */
229 static struct path_prefix *libpaths[3] = {&cmdline_lib_dirs,
235 static char *find_a_file (struct path_prefix *, const char *);
236 static void add_prefix (struct path_prefix *, const char *);
237 static void prefix_from_env (const char *, struct path_prefix *);
238 static void prefix_from_string (const char *, struct path_prefix *);
554 static struct path_prefix cpath, path;
569 find_a_file (struct path_prefix *pprefix, const char *name) in find_a_file()
[all …]
H A Dgcc.c282 struct path_prefix;
291 static char *build_search_list (const struct path_prefix *, const char *,
293 static void putenv_from_prefixes (const struct path_prefix *, const char *,
296 static char *find_a_file (const struct path_prefix *, const char *, int, bool);
297 static void add_prefix (struct path_prefix *, const char *, const char *,
299 static void add_sysrooted_prefix (struct path_prefix *, const char *,
1412 struct path_prefix struct
1421 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; argument
1425 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
1429 static struct path_prefix include_prefixes = { 0, 0, "include" };
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcollect2.c249 struct path_prefix struct
259 static struct path_prefix cmdline_lib_dirs; /* directories specified with -L */ argument
260 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */
261 static struct path_prefix *libpaths[3] = {&cmdline_lib_dirs,
268 static char *find_a_file PARAMS ((struct path_prefix *, const char *));
269 static void add_prefix PARAMS ((struct path_prefix *, const char *));
270 static void prefix_from_env PARAMS ((const char *, struct path_prefix *));
271 static void prefix_from_string PARAMS ((const char *, struct path_prefix *));
623 static struct path_prefix cpath, path;
639 struct path_prefix *pprefix; in find_a_file()
[all …]
H A Dgcc.c280 struct path_prefix;
288 static char *build_search_list PARAMS ((struct path_prefix *, const char *, int));
289 static void putenv_from_prefixes PARAMS ((struct path_prefix *, const char *));
291 static char *find_a_file PARAMS ((struct path_prefix *, const char *,
293 static void add_prefix PARAMS ((struct path_prefix *, const char *,
295 static void add_sysrooted_prefix PARAMS ((struct path_prefix *, const char *,
1284 struct path_prefix struct
1293 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; argument
1297 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
1301 static struct path_prefix include_prefixes = { 0, 0, "include" };
[all …]
H A DChangeLog.13521 programname, path_prefix, machine_suffix, just_machine_suffix,
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py861 path_prefix = directory
864 path_prefix = os.path.join(directory, PATCHED_SOURCE_DIR_NAME)
866 paths = [source[len(path_prefix) + 1:]
867 if source.startswith(path_prefix) else source
/openbsd-src/usr.bin/sndiod/
H A Dsndiod.c458 dounveil(char *name, char *prefix, char *path_prefix) in dounveil() argument
467 snprintf(path, sizeof(path), "%s%s", path_prefix, name + prefix_len); in dounveil()
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake2141 string(SUBSTRING "${ARG_OUTPUT_DIR}" 0 ${type_start} path_prefix)
2145 set(ARG_OUTPUT_DIR ${path_prefix}${path_suffix})