Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dprefix.c75 static const char *std_prefix = PREFIX; variable
104 prefix = std_prefix;
211 prefix = std_prefix;
257 if (! strncmp (path, std_prefix, strlen (std_prefix)) && key != 0)
267 result = concat (key, &path[strlen (std_prefix)], NULL);
357 std_prefix = save_string (prefix, len);
H A DChangeLog.05932 * prefix.c (std_prefix): New global to hold default prefix value.
5933 (get_key_value): Change to use std_prefix instead of PREFIX.
/openbsd-src/gnu/gcc/gcc/
H A Dprefix.c77 static const char *std_prefix = PREFIX; variable
105 prefix = std_prefix; in get_key_value()
212 prefix = std_prefix; in translate_name()
253 const int len = strlen (std_prefix); in update_path()
255 if (! strncmp (path, std_prefix, len) in update_path()
356 std_prefix = save_string (prefix, len); in set_std_prefix()