Home
last modified time | relevance | path

Searched refs:this_path (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c6861 const char *this_path, *this_arg; in set_multilib_dir() local
6973 this_path = p; in set_multilib_dir()
6980 this_path_len = p - this_path; in set_multilib_dir()
7037 || this_path[0] != '.') in set_multilib_dir()
7042 strncpy (new_multilib_dir, this_path, this_path_len); in set_multilib_dir()
7054 const char *q = this_path, *end = this_path + this_path_len; in set_multilib_dir()
7095 const char *last_path = 0, *this_path; in print_multilib_info() local
7110 this_path = p; in print_multilib_info()
7121 if (this_path[0] == '.' && this_path[1] == ':') in print_multilib_info()
7215 skip = (last_path != 0 && (unsigned int) (p - this_path) == last_path_len in print_multilib_info()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c7182 const char *this_path, *this_arg; in set_multilib_dir() local
7296 this_path = p; in set_multilib_dir()
7307 this_path_len = p - this_path; in set_multilib_dir()
7364 || this_path[0] != '.') in set_multilib_dir()
7369 strncpy (new_multilib_dir, this_path, this_path_len); in set_multilib_dir()
7381 const char *q = this_path, *end = this_path + this_path_len; in set_multilib_dir()
7422 const char *last_path = 0, *this_path; in print_multilib_info() local
7437 this_path = p; in print_multilib_info()
7452 if (this_path[0] == '.' && this_path[1] == ':') in print_multilib_info()
7552 && (unsigned int) (p - this_path) == last_path_len in print_multilib_info()
[all …]