HomeSort by: relevance | last modified time | path
    Searched defs:path_prefix (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
file-find.h 33 struct path_prefix struct
41 extern char *find_a_file (struct path_prefix *, const char *, int);
42 extern void add_prefix (struct path_prefix *, const char *);
43 extern void add_prefix_begin (struct path_prefix *, const char *);
44 extern void prefix_from_env (const char *, struct path_prefix *);
45 extern void prefix_from_string (const char *, struct path_prefix *);
gcc.cc 360 struct path_prefix;
370 static char *build_search_list (const struct path_prefix *, const char *,
373 static void putenv_from_prefixes (const struct path_prefix *, const char *,
376 static char *find_a_file (const struct path_prefix *, const char *, int, bool);
378 static void add_prefix (struct path_prefix *, const char *, const char *,
380 static void add_sysrooted_prefix (struct path_prefix *, const char *,
1567 struct path_prefix
1576 static struct path_prefix exec_prefixes = { 0, 0, "exec" };
1580 static struct path_prefix startfile_prefixes = { 0, 0, "startfile" };
1584 static struct path_prefix include_prefixes = { 0, 0, "include" }
1561 struct path_prefix struct
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h 40 char path_prefix[kMaxPathLength]; member in struct:__sanitizer::ReportFile
41 // Full path to report, obtained as <path_prefix>.PID
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_file.h 40 char path_prefix[kMaxPathLength]; member in struct:__sanitizer::ReportFile
41 // Full path to report, obtained as <path_prefix>.PID
  /src/external/gpl2/dtc/dist/tests/
supernode_atdepth_offset.c 40 static int path_prefix(const char *path, int depth) function
66 pathprefixlen = path_prefix(path, depth);

Completed in 38 milliseconds