Searched refs:pchname (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | files.c | 65 const char *pchname; member 195 static bool validate_pch (cpp_reader *, _cpp_file *file, const char *pchname); 283 char *pchname; in pch_open_file() local 299 pchname = XNEWVEC (char, len); in pch_open_file() 300 memcpy (pchname, path, flen); in pch_open_file() 301 memcpy (pchname + flen, extension, sizeof (extension)); in pch_open_file() 303 if (stat (pchname, &st) == 0) in pch_open_file() 310 valid = validate_pch (pfile, file, pchname); in pch_open_file() 311 else if ((pchdir = opendir (pchname)) != NULL) in pch_open_file() 313 pchname[plen - 1] = '/'; in pch_open_file() [all …]
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | files.c | 63 const char *pchname; member 200 static bool validate_pch (cpp_reader *, _cpp_file *file, const char *pchname); 288 char *pchname; in pch_open_file() local 308 pchname = XNEWVEC (char, len); in pch_open_file() 309 memcpy (pchname, path, flen); in pch_open_file() 310 memcpy (pchname + flen, extension, sizeof (extension)); in pch_open_file() 312 if (stat (pchname, &st) == 0) in pch_open_file() 319 valid = validate_pch (pfile, file, pchname); in pch_open_file() 320 else if ((pchdir = opendir (pchname)) != NULL) in pch_open_file() 322 pchname[plen - 1] = '/'; in pch_open_file() [all …]
|