Searched refs:pprefix (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgcc.c2254 struct prefix_list *pprefix;
2259 for (pprefix = paths->plist; pprefix != 0; pprefix = pprefix->next)
2261 int len = strlen (pprefix->prefix);
2265 || is_directory (pprefix->prefix, machine_suffix, 0)))
2271 obstack_grow (&collect_obstack, pprefix->prefix, len);
2276 && pprefix->require_machine_suffix == 2
2278 || is_directory (pprefix
2239 struct prefix_list *pprefix; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgcc.c2678 find_a_file (const struct path_prefix *pprefix, const char *name, int mode,
2709 return for_each_path (pprefix, do_multi, info.name_len + info.suffix_len,
2737 add_prefix (struct path_prefix *pprefix, const char *prefix,
2744 for (prev = &pprefix->plist;
2753 if (len > pprefix->max_len) argument
2754 pprefix->max_len = len;
2769 add_sysrooted_prefix (struct path_prefix *pprefix, const char *prefix,
2788 add_prefix (pprefix, prefix, component, priority,
2662 find_a_file(const struct path_prefix *pprefix, const char *name, int mode, bool do_multi) argument
2721 add_prefix(struct path_prefix *pprefix, const char *prefix, const char *component, int priority, int require_machine_suffix, int os_multilib) argument

Completed in 197 milliseconds