Searched refs:pchname (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | files.c | 65 const char *pchname; member 178 static bool validate_pch (cpp_reader *, _cpp_file *file, const char *pchname); 250 char *pchname; in pch_open_file() local 260 pchname = XNEWVEC (char, len); in pch_open_file() 261 memcpy (pchname, path, flen); in pch_open_file() 262 memcpy (pchname + flen, extension, sizeof (extension)); in pch_open_file() 264 if (stat (pchname, &st) == 0) in pch_open_file() 271 valid = validate_pch (pfile, file, pchname); in pch_open_file() 272 else if ((pchdir = opendir (pchname)) != NULL) in pch_open_file() 274 pchname[plen - 1] = '/'; in pch_open_file() [all …]
|