Searched refs:sfrname (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/gcc/config/ |
| D | darwin-c.c | 342 char *sfrname; in find_subframework_file() local 375 sfrname = XNEWVEC (char, strlen (pname) + strlen (fname) + 2 + in find_subframework_file() 383 strncpy (&sfrname[0], pname, sfrname_len); in find_subframework_file() 385 strncpy (&sfrname[sfrname_len], "Frameworks/", strlen ("Frameworks/")); in find_subframework_file() 388 strncpy (&sfrname[sfrname_len], fname, fname_len); in find_subframework_file() 391 strncpy (&sfrname[sfrname_len], ".framework/", strlen (".framework/")); in find_subframework_file() 397 strncpy (&sfrname[sfrname_len], in find_subframework_file() 400 strcpy (&sfrname[sfrname_len + framework_header_dirs[i].dirNameLen], in find_subframework_file() 403 if (stat (sfrname, &st) == 0) in find_subframework_file() 414 return sfrname; in find_subframework_file() [all …]
|