Home
last modified time | relevance | path

Searched refs:file_p (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dprotoize.c781 needs_to_be_converted (const file_info *file_p) in needs_to_be_converted() argument
787 if (is_syscalls_file (file_p)) in needs_to_be_converted()
792 for (ddp = file_p->defs_decs; ddp; ddp = ddp->next_in_file) in needs_to_be_converted()
1270 file_info *file_p = xmalloc (sizeof (file_info)); in find_file() local
1289 hash_entry_p->fip = file_p; in find_file()
1290 file_p->hash_entry = hash_entry_p; in find_file()
1291 file_p->defs_decs = NULL; in find_file()
1292 file_p->mtime = stat_buf.st_mtime; in find_file()
1293 return file_p; in find_file()
2310 file_info *file_p = hp->fip; in reverse_def_dec_list() local
[all …]
/freebsd-12-stable/contrib/gcclibs/libcpp/
Dpch.c49 write_macdef (cpp_reader *pfile, cpp_hashnode *hn, void *file_p) in write_macdef() argument
51 FILE *f = (FILE *) file_p; in write_macdef()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dcached_data.c261 open_and_seek_representation(svn_fs_fs__revision_file_t **file_p, in open_and_seek_representation() argument
267 return open_and_seek_revision(file_p, fs, rep->revision, rep->item_index, in open_and_seek_representation()
270 return open_and_seek_transaction(file_p, fs, rep, pool); in open_and_seek_representation()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Dcached_data.c238 open_and_seek_representation(svn_fs_x__revision_file_t **file_p, in open_and_seek_representation() argument
245 return open_and_seek_revision(file_p, fs, &rep->id, result_pool, in open_and_seek_representation()
248 return open_and_seek_transaction(file_p, fs, rep, result_pool, in open_and_seek_representation()