Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c6860 unsigned int this_path_len; in set_multilib_dir() local
6980 this_path_len = p - this_path; in set_multilib_dir()
7036 if (this_path_len != 1 in set_multilib_dir()
7039 char *new_multilib_dir = xmalloc (this_path_len + 1); in set_multilib_dir()
7042 strncpy (new_multilib_dir, this_path, this_path_len); in set_multilib_dir()
7043 new_multilib_dir[this_path_len] = '\0'; in set_multilib_dir()
7054 const char *q = this_path, *end = this_path + this_path_len; in set_multilib_dir()
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c7181 unsigned int this_path_len; in set_multilib_dir() local
7307 this_path_len = p - this_path; in set_multilib_dir()
7363 if (this_path_len != 1 in set_multilib_dir()
7366 char *new_multilib_dir = XNEWVEC (char, this_path_len + 1); in set_multilib_dir()
7369 strncpy (new_multilib_dir, this_path, this_path_len); in set_multilib_dir()
7370 new_multilib_dir[this_path_len] = '\0'; in set_multilib_dir()
7381 const char *q = this_path, *end = this_path + this_path_len; in set_multilib_dir()