Searched refs:pfile (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dsymtab.h59 struct cpp_reader *pfile; member in struct:ht
/freebsd-11-stable/contrib/gcc/config/
H A Dsol2-c.c85 solaris_pragma_align (cpp_reader *pfile ATTRIBUTE_UNUSED)
151 solaris_pragma_init (cpp_reader *pfile ATTRIBUTE_UNUSED)
209 solaris_pragma_fini (cpp_reader *pfile ATTRIBUTE_UNUSED)
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dpch.c49 write_macdef (cpp_reader *pfile, cpp_hashnode *hn, void *file_p) argument
71 defn = cpp_macro_definition (pfile, hn);
83 cpp_errno (pfile, CPP_DL_ERROR,
123 save_idents (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p)
210 count_defs (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p)
249 write_defs (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn, void *ss_p)
383 collect_ht_nodes (cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_hashnode *hn,
H A Dsymtab.c230 if ((*cb) (table->pfile, *p, v) == 0)
/freebsd-11-stable/contrib/gcc/
H A Dstringpool.c161 mark_ident (struct cpp_reader *pfile ATTRIBUTE_UNUSED, hashnode h,
H A Dc-common.h877 extern int c_common_valid_pch (cpp_reader *pfile, const char *name, int fd);
878 extern void c_common_read_pch (cpp_reader *pfile, const char *name, int fd,
882 extern void c_common_pch_pragma (cpp_reader *pfile, const char *);
H A Dfix-header.c583 check_macro_names (cpp_reader *pfile, namelist names)
589 if (cpp_defined (pfile, (const unsigned char *)names, len))
596 cb_file_change (cpp_reader *pfile ATTRIBUTE_UNUSED,
582 check_macro_names(cpp_reader *pfile, namelist names) argument
H A Dc-opts.c1521 cb_file_change (cpp_reader * ARG_UNUSED (pfile),
1534 cb_dir_change (cpp_reader * ARG_UNUSED (pfile), const char *dir)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsco5.h224 cpp_define (pfile, "_STRICT_ANSI"); \
H A Ddarwin.h50 darwin_cpp_builtins (pfile); \
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_path.h348 * *pdirectory, and the file part in @a *pfile. If @a path is a
349 * directory, set @a *pdirectory to @a path, and @a *pfile to the
361 const char **pfile,
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c569 atf_fs_path_t pdir, pfile; local
573 RE(atf_fs_path_init_fmt(&pfile, "dir/file"));
576 create_file(atf_fs_path_cstring(&pfile), 0644);
583 RE(atf_fs_exists(&pfile, &b));
593 err = atf_fs_exists(&pfile, &b);
601 ATF_REQUIRE(unlink(atf_fs_path_cstring(&pfile)) != -1);
602 RE(atf_fs_exists(&pfile, &b));
605 atf_fs_path_fini(&pfile);
/freebsd-11-stable/usr.bin/m4/
H A Deval.c750 dopaste(const char *pfile) argument
755 if ((pf = fopen(pfile, "r")) != NULL) {
757 fprintf(active, "#line 1 \"%s\"\n", pfile);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c2686 struct file_info **pfile)
2691 r = next_cache_entry(a, iso9660, pfile);
2694 file = *pfile;
2724 struct file_info **pfile)
2736 *pfile = file;
2743 *pfile = file = next_entry(iso9660);
2760 return (next_cache_entry(a, iso9660, pfile));
2796 *pfile = file = re;
2894 *pfile = file;
2921 *pfile
2685 next_entry_seek(struct archive_read *a, struct iso9660 *iso9660, struct file_info **pfile) argument
2723 next_cache_entry(struct archive_read *a, struct iso9660 *iso9660, struct file_info **pfile) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin.h65 darwin_cpp_builtins (pfile); \
H A Drs6000-c.c58 rs6000_pragma_longcall (cpp_reader *pfile ATTRIBUTE_UNUSED)
85 #define builtin_define(TXT) cpp_define (pfile, TXT)
86 #define builtin_assert(TXT) cpp_assert (pfile, TXT)
89 rs6000_cpu_cpp_builtins (cpp_reader *pfile) argument
H A Drs6000.h363 rs6000_cpu_cpp_builtins (pfile)
/freebsd-11-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c525 char *file, *file0, *pfile; local
607 pfile = unknown;
625 file = pfile;
630 pfile = file;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c1436 const char **pfile,
1451 svn_path_split(path, pdirectory, pfile, pool);
1456 *pfile = SVN_EMPTY_PATH;
1432 svn_path_split_if_file(const char *path, const char **pdirectory, const char **pfile, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c120 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline)
128 *pfile = l->file;
119 expr_symbol_where(symbolS *sym, char **pfile, unsigned int *pline) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Derror.c2399 cp_cpp_error (cpp_reader *pfile ATTRIBUTE_UNUSED, int level,
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c2829 arm_pr_long_calls (struct cpp_reader * pfile ATTRIBUTE_UNUSED)
2835 arm_pr_no_long_calls (struct cpp_reader * pfile ATTRIBUTE_UNUSED)
2841 arm_pr_long_calls_off (struct cpp_reader * pfile ATTRIBUTE_UNUSED)

Completed in 225 milliseconds

12