Searched refs:this_path (Results 1 – 1 of 1) sorted by relevance
7272 const char *this_path, *this_arg; in set_multilib_dir() local7386 this_path = p; in set_multilib_dir()7397 this_path_len = p - this_path; in set_multilib_dir()7454 || this_path[0] != '.') in set_multilib_dir()7459 strncpy (new_multilib_dir, this_path, this_path_len); in set_multilib_dir()7471 const char *q = this_path, *end = this_path + this_path_len; in set_multilib_dir()7512 const char *last_path = 0, *this_path; in print_multilib_info() local7527 this_path = p; in print_multilib_info()7542 if (this_path[0] == '.' && this_path[1] == ':') in print_multilib_info()7642 && (unsigned int) (p - this_path) == last_path_len in print_multilib_info()[all …]