Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c7376 const char *this_path, *this_arg; in set_multilib_dir() local
7490 this_path = p; in set_multilib_dir()
7501 this_path_len = p - this_path; in set_multilib_dir()
7558 || this_path[0] != '.') in set_multilib_dir()
7563 strncpy (new_multilib_dir, this_path, this_path_len); in set_multilib_dir()
7575 const char *q = this_path, *end = this_path + this_path_len; in set_multilib_dir()
7631 const char *last_path = 0, *this_path; in print_multilib_info() local
7646 this_path = p; in print_multilib_info()
7662 if (this_path[0] == '.' && this_path[1] == ':' && this_path[2] != ':') in print_multilib_info()
7762 && (unsigned int) (p - this_path) == last_path_len in print_multilib_info()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c8829 const char *this_path, *this_arg; in set_multilib_dir() local
8949 this_path = p; in set_multilib_dir()
8960 this_path_len = p - this_path; in set_multilib_dir()
9017 || this_path[0] != '.') in set_multilib_dir()
9022 strncpy (new_multilib_dir, this_path, this_path_len); in set_multilib_dir()
9034 const char *q = this_path, *end = this_path + this_path_len; in set_multilib_dir()
9095 const char *last_path = 0, *this_path; in print_multilib_info() local
9110 this_path = p; in print_multilib_info()
9127 if (this_path[0] == '.' && this_path[1] == ':' && this_path[2] != ':') in print_multilib_info()
9228 && (unsigned int) (p - this_path) == last_path_len in print_multilib_info()
[all …]