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

/freebsd-11.0-release/contrib/gcc/
H A Dprefix.c77 static const char *std_prefix = PREFIX; variable
105 prefix = std_prefix;
212 prefix = std_prefix;
253 const int len = strlen (std_prefix);
255 if (! strncmp (path, std_prefix, len)
356 std_prefix = save_string (prefix, len);

Completed in 94 milliseconds