Searched defs:pfile (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/dtc/
H A Dfstree.c53 FILE *pfile; local
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Didentifiers.c48 _cpp_init_hashtable (cpp_reader *pfile, hash_table *table) argument
80 _cpp_destroy_hashtable(cpp_reader *pfile) argument
92 cpp_lookup(cpp_reader *pfile, const unsigned char *str, unsigned int len) argument
100 cpp_defined(cpp_reader *pfile, const unsigned char *str, int len) argument
113 cpp_forall_identifiers(cpp_reader *pfile, cpp_cb cb, void *v) argument
[all...]
H A Derrors.c38 print_location (cpp_reader *pfile, source_location line, unsigned int col) argument
80 _cpp_begin_message (cpp_reader *pfile, int code, argument
136 cpp_error(cpp_reader * pfile, int level, const char *msgid, ...) argument
181 cpp_error_with_line(cpp_reader *pfile, int level, source_location src_loc, unsigned int column, const char *msgid, ...) argument
196 cpp_errno(cpp_reader *pfile, int level, const char *msgid) argument
[all...]
H A Ddirectives-only.c38 _cpp_preprocess_dir_only (cpp_reader *pfile, argument
[all...]
H A Dinit.c99 cpp_set_lang (cpp_reader *pfile, enum c_lang lang) argument
141 cpp_reader *pfile; local
235 cpp_destroy(cpp_reader *pfile) argument
340 mark_named_operators(cpp_reader *pfile) argument
356 cpp_init_special_builtins(cpp_reader *pfile) argument
380 cpp_init_builtins(cpp_reader *pfile, int hosted) argument
411 sanity_checks(cpp_reader *pfile) argument
463 cpp_post_options(cpp_reader *pfile) argument
478 cpp_read_main_file(cpp_reader *pfile, const char *fname) argument
511 read_original_filename(cpp_reader *pfile) argument
542 read_original_directory(cpp_reader *pfile) argument
593 cpp_finish(cpp_reader *pfile, FILE *deps_stream) argument
625 post_options(cpp_reader *pfile) argument
[all...]
H A Dpch.c49 write_macdef (cpp_reader *pfile, cpp_hashnode *hn, void *file_p) argument
H A Dexpr.c164 cpp_classify_number (cpp_reader *pfile, const cpp_token *token) argument
370 cpp_interpret_integer(cpp_reader *pfile, const cpp_token *token, unsigned int type) argument
523 parse_defined(cpp_reader *pfile) argument
593 eval_token(cpp_reader *pfile, const cpp_token *token) argument
756 _cpp_parse_expr(cpp_reader *pfile) argument
902 reduce(cpp_reader *pfile, struct op *top, enum cpp_ttype op) argument
1044 _cpp_expand_op_stack(cpp_reader *pfile) argument
1058 check_promotion(cpp_reader *pfile, const struct op *op) argument
1205 num_inequality_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1324 num_unary_op(cpp_reader *pfile, cpp_num num, enum cpp_ttype op) argument
1359 num_binary_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1456 num_mul(cpp_reader *pfile, cpp_num lhs, cpp_num rhs) argument
1506 num_div_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
[all...]
H A Dmacro.c74 _cpp_warn_if_unused_macro (cpp_reader *pfile, cpp_hashnode *node, argument
93 new_string_token (cpp_reader *pfile, unsigned char *text, unsigned int len) argument
114 _cpp_builtin_macro_text (cpp_reader *pfile, cpp_hashnode *node) argument
290 builtin_macro(cpp_reader *pfile, cpp_hashnode *node) argument
352 stringify_arg(cpp_reader *pfile, macro_arg *arg) argument
439 paste_tokens(cpp_reader *pfile, const cpp_token **plhs, const cpp_token *rhs) argument
500 paste_all_tokens(cpp_reader *pfile, const cpp_token *lhs) argument
536 _cpp_arguments_ok(cpp_reader *pfile, cpp_macro *macro, const cpp_hashnode *node, unsigned int argc) argument
577 collect_args(cpp_reader *pfile, const cpp_hashnode *node) argument
711 funlike_invocation_p(cpp_reader *pfile, cpp_hashnode *node) argument
751 enter_macro_context(cpp_reader *pfile, cpp_hashnode *node) argument
810 replace_args(cpp_reader *pfile, cpp_hashnode *node, cpp_macro *macro, macro_arg *args) argument
942 padding_token(cpp_reader *pfile, const cpp_token *source) argument
958 next_context(cpp_reader *pfile) argument
976 push_ptoken_context(cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *buff, const cpp_token **first, unsigned int count) argument
990 _cpp_push_token_context(cpp_reader *pfile, cpp_hashnode *macro, const cpp_token *first, unsigned int count) argument
1004 _cpp_push_text_context(cpp_reader *pfile, cpp_hashnode *macro, const uchar *start, size_t len) argument
1024 expand_arg(cpp_reader *pfile, macro_arg *arg) argument
1069 _cpp_pop_context(cpp_reader *pfile) argument
1094 cpp_get_token(cpp_reader *pfile) argument
1171 cpp_sys_macro_p(cpp_reader *pfile) argument
1181 cpp_scan_nooutput(cpp_reader *pfile) argument
1204 _cpp_backup_tokens(cpp_reader *pfile, unsigned int count) argument
1236 warn_of_redefinition(cpp_reader *pfile, const cpp_hashnode *node, const cpp_macro *macro2) argument
1289 _cpp_save_parameter(cpp_reader *pfile, cpp_macro *macro, cpp_hashnode *node) argument
1323 parse_params(cpp_reader *pfile, cpp_macro *macro) argument
1405 alloc_expansion_token(cpp_reader *pfile, cpp_macro *macro) argument
1416 lex_expansion_token(cpp_reader *pfile, cpp_macro *macro) argument
1440 create_iso_definition(cpp_reader *pfile, cpp_macro *macro) argument
1587 _cpp_create_definition(cpp_reader *pfile, cpp_hashnode *node) argument
1666 check_trad_stringification(cpp_reader *pfile, const cpp_macro *macro, const cpp_string *string) argument
1711 cpp_macro_definition(cpp_reader *pfile, const cpp_hashnode *node) argument
[all...]
H A Dtraditional.c99 check_output_buffer (cpp_reader *pfile, size_t n) argument
119 skip_macro_block_comment(cpp_reader *pfile) argument
148 copy_comment(cpp_reader *pfile, const uchar *cur, int in_define) argument
212 skip_whitespace(cpp_reader *pfile, const uchar *cur, int skip_comments) argument
244 lex_identifier(cpp_reader *pfile, const uchar *cur) argument
266 _cpp_overlay_buffer(cpp_reader *pfile, const uchar *start, size_t len) argument
283 _cpp_remove_overlay(cpp_reader *pfile) argument
298 _cpp_read_logical_line_trad(cpp_reader *pfile) argument
313 maybe_start_funlike(cpp_reader *pfile, cpp_hashnode *node, const uchar *start, struct fun_macro *macro) argument
343 _cpp_scan_out_logical_line(cpp_reader *pfile, cpp_macro *macro) argument
684 push_replacement_text(cpp_reader *pfile, cpp_hashnode *node) argument
713 recursive_macro(cpp_reader *pfile, cpp_hashnode *node) argument
818 replace_args_and_push(cpp_reader *pfile, struct fun_macro *fmacro) argument
882 scan_parameters(cpp_reader *pfile, cpp_macro *macro) argument
924 save_replacement_text(cpp_reader *pfile, cpp_macro *macro, unsigned int arg_index) argument
975 _cpp_create_trad_definition(cpp_reader *pfile, cpp_macro *macro) argument
[all...]
H A Dcharset.c618 init_iconv_desc (cpp_reader *pfile, const char *to, const char *from) argument
679 cpp_init_iconv (cpp_reader *pfile) argument
707 _cpp_destroy_iconv(cpp_reader *pfile) argument
731 cpp_host_to_exec_charset(cpp_reader *pfile, cppchar_t c) argument
825 ucn_valid_in_identifier(cpp_reader *pfile, cppchar_t c, struct normalize_state *nst) argument
938 _cpp_valid_ucn(cpp_reader *pfile, const uchar **pstr, const uchar *limit, int identifier_pos, struct normalize_state *nst) argument
1036 convert_ucn(cpp_reader *pfile, const uchar *from, const uchar *limit, struct _cpp_strbuf *tbuf, bool wide) argument
1071 emit_numeric_escape(cpp_reader *pfile, cppchar_t n, struct _cpp_strbuf *tbuf, bool wide) argument
1121 convert_hex(cpp_reader *pfile, const uchar *from, const uchar *limit, struct _cpp_strbuf *tbuf, bool wide) argument
1172 convert_oct(cpp_reader *pfile, const uchar *from, const uchar *limit, struct _cpp_strbuf *tbuf, bool wide) argument
1209 convert_escape(cpp_reader *pfile, const uchar *from, const uchar *limit, struct _cpp_strbuf *tbuf, bool wide) argument
1305 cpp_interpret_string(cpp_reader *pfile, const cpp_string *from, size_t count, cpp_string *to, bool wide) argument
1360 cpp_interpret_string_notranslate(cpp_reader *pfile, const cpp_string *from, size_t count, cpp_string *to, bool wide) argument
1381 narrow_str_to_charconst(cpp_reader *pfile, cpp_string str, unsigned int *pchars_seen, int *unsignedp) argument
1450 wide_str_to_charconst(cpp_reader *pfile, cpp_string str, unsigned int *pchars_seen, int *unsignedp) argument
1500 cpp_interpret_charconst(cpp_reader *pfile, const cpp_token *token, unsigned int *pchars_seen, int *unsignedp) argument
1531 _cpp_interpret_identifier(cpp_reader *pfile, const uchar *id, size_t len) argument
1591 _cpp_convert_input(cpp_reader *pfile, const char *input_charset, uchar *input, size_t size, size_t len, off_t *st_size) argument
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dscan-decls.c48 get_a_token (cpp_reader *pfile) argument
59 skip_to_closing_brace (cpp_reader *pfile) argument
98 scan_decls (cpp_reader *pfile, int argc ATTRIBUTE_UNUSED, argument
[all...]
H A Dc-incpath.c185 remove_duplicates (cpp_reader *pfile, struct cpp_dir *head, argument
270 merge_include_chains (cpp_reader *pfile, int verbose) argument
368 register_include_chains (cpp_reader *pfile, cons argument
[all...]
H A Dc-pch.c228 c_common_valid_pch (cpp_reader *pfile, const char *name, int fd) argument
363 c_common_read_pch(cpp_reader *pfile, const char *name, int fd, const char *orig_name ATTRIBUTE_UNUSED) argument
444 c_common_pch_pragma(cpp_reader *pfile, const char *name) argument
[all...]
H A Dc-ppoutput.c67 preprocess_file (cpp_reader *pfile) argument
141 scan_translation_unit(cpp_reader *pfile) argument
197 scan_translation_unit_directives_only(cpp_reader *pfile) argument
218 scan_translation_unit_trad(cpp_reader *pfile) argument
301 cb_line_change(cpp_reader *pfile, const cpp_token *token, int parsing_args) argument
339 cb_define(cpp_reader *pfile, source_location line, cpp_hashnode *node) argument
447 cb_def_pragma(cpp_reader *pfile, source_location line) argument
457 dump_macro(cpp_reader *pfile, cpp_hashnode *node, void *v ATTRIBUTE_UNUSED) argument
476 cb_read_pch(cpp_reader *pfile, const char *name, int fd, const char *orig_name ATTRIBUTE_UNUSED) argument
[all...]
H A Dc-cppbuiltin.c394 c_cpp_builtins (cpp_reader *pfile) argument
[all...]
H A Dc-lex.c274 cb_def_pragma(cpp_reader *pfile, source_location loc) argument
309 cb_define(cpp_reader *pfile, source_location loc, cpp_hashnode *node) argument
[all...]
H A Dfix-header.c582 check_macro_names(cpp_reader *pfile, namelist names) argument
/freebsd-10-stable/contrib/one-true-awk/
H A Dmain.c54 char *pfile[MAX_PFILE]; /* program filenames from -f's */ variable
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dsymtab.h59 struct cpp_reader *pfile; member in struct:ht
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000-c.c89 rs6000_cpu_cpp_builtins (cpp_reader *pfile) argument
/freebsd-10-stable/usr.bin/gprof/
H A Dgprof.c235 FILE *pfile; local
263 FILE *pfile; local
403 readsamples(FILE *pfile) argument
[all...]
/freebsd-10-stable/contrib/gcc/config/
H A Ddarwin-c.c545 find_subframework_header (cpp_reader *pfile, const char *header, cpp_dir **dirp) argument
610 darwin_cpp_builtins (cpp_reader *pfile) argument
/freebsd-10-stable/usr.bin/m4/
H A Deval.c727 dopaste(const char *pfile) argument
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c569 atf_fs_path_t pdir, pfile; local
/freebsd-10-stable/contrib/binutils/gas/
H A Dexpr.c119 expr_symbol_where(symbolS *sym, char **pfile, unsigned int *pline) argument

Completed in 149 milliseconds

12