Home
last modified time | relevance | path

Searched defs:path_prefix (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h39 char path_prefix[kMaxPathLength]; member
/openbsd/gnu/gcc/gcc/
H A Dcollect2.c217 struct path_prefix struct
227 static struct path_prefix cmdline_lib_dirs; /* directories specified with -L */ argument
H A Dgcc.c1412 struct path_prefix struct
1421 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; argument
/openbsd/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
H A Dgcc.c1284 struct path_prefix struct
1293 static struct path_prefix exec_prefixes = { 0, 0, "exec" }; argument
/openbsd/usr.bin/sndiod/
H A Dsndiod.c458 dounveil(char *name, char *prefix, char *path_prefix) in dounveil()