Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c7375 unsigned int this_path_len; in set_multilib_dir() local
7501 this_path_len = p - this_path; in set_multilib_dir()
7557 if (this_path_len != 1 in set_multilib_dir()
7560 char *new_multilib_dir = XNEWVEC (char, this_path_len + 1); in set_multilib_dir()
7563 strncpy (new_multilib_dir, this_path, this_path_len); in set_multilib_dir()
7564 new_multilib_dir[this_path_len] = '\0'; in set_multilib_dir()
7575 const char *q = this_path, *end = this_path + this_path_len; in set_multilib_dir()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c8828 unsigned int this_path_len; in set_multilib_dir() local
8960 this_path_len = p - this_path; in set_multilib_dir()
9016 if (this_path_len != 1 in set_multilib_dir()
9019 char *new_multilib_dir = XNEWVEC (char, this_path_len + 1); in set_multilib_dir()
9022 strncpy (new_multilib_dir, this_path, this_path_len); in set_multilib_dir()
9023 new_multilib_dir[this_path_len] = '\0'; in set_multilib_dir()
9034 const char *q = this_path, *end = this_path + this_path_len; in set_multilib_dir()