Searched refs:path_prefix (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/csup/
H A Dmisc.h123 char *path_prefix(char *);
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c219 struct path_prefix
229 static struct path_prefix cmdline_lib_dirs; /* directories specified with -L */
230 static struct path_prefix libpath_lib_dirs; /* directories in LIBPATH */
231 static struct path_prefix *libpaths[3] = {&cmdline_lib_dirs,
237 static char *find_a_file (struct path_prefix *, const char *);
238 static void add_prefix (struct path_prefix *, const char *);
239 static void prefix_from_env (const char *, struct path_prefix *);
240 static void prefix_from_string (const char *, struct path_prefix *);
563 static struct path_prefix cpath, path;
578 find_a_file (struct path_prefix *pprefi
217 struct path_prefix struct
[all...]
H A Dgcc.c284 struct path_prefix;
293 static char *build_search_list (const struct path_prefix *, const char *,
295 static void putenv_from_prefixes (const struct path_prefix *, const char *,
298 static char *find_a_file (const struct path_prefix *, const char *, int, bool);
299 static void add_prefix (struct path_prefix *, const char *, const char *,
301 static void add_sysrooted_prefix (struct path_prefix *, const char *,
1432 struct path_prefix
1441 static struct path_prefix exec_prefixes = { 0, 0, "exec" };
1445 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
1449 static struct path_prefix include_prefixe
1426 struct path_prefix struct
[all...]

Completed in 87 milliseconds