Home
last modified time | relevance | path

Searched refs:parse_include (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h292 int32_t parse_include(struct snmp_toolinfo *, char *);
H A Dbsnmptools.c717 parse_include(struct snmp_toolinfo *snmptoolctx, char *opt_arg) in parse_include() function
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c100 static const char *parse_include (cpp_reader *, int *, const cpp_token ***);
664 parse_include (cpp_reader *pfile, int *pangle_brackets, in parse_include() function
722 fname = parse_include (pfile, &angle_brackets, &buf); in do_include_common()
1443 fname = parse_include (pfile, &angle_brackets, NULL); in do_pragma_dependency()
H A DChangeLog222 (parse_include): Add buf parameter. Change all callers.
283 (parse_include): Use XNEWVEC.
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Dconfig.c1188 parse_include(void) in parse_include() function
1227 parse_include(); in parse_file()
/freebsd-12.1/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c193 count = parse_include(snmptoolctx, optarg); in snmptool_parse_options()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20005172 (do_define, do_undef, parse_include, do_include, do_import,
12690 (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
14444 * cpplib.c (get_define_node, do_undef, parse_include,
15019 * cpplib.c (validate_else, parse_include, push_conditional,
15304 * cpplib.c (parse_include): Add trail parameter. Adjust.
15305 (do_include): Adjust parse_include call.
16937 * cpplib.c (parse_include): Remove support for VAX-C
19865 * cpplex.c (parse_ifdef, parse_include, validate_else): Make
24012 parse_include fails, return immediately.
26153 (parse_include): New function, broken out of do_include.
[all …]
H A DChangeLog-200325445 * cpplib.c (parse_include, do_line, do_linemarker,
25750 (parse_include): Similary. Don't check for zero-length filenames.
32079 (glue_header_name, parse_include): Use get_token_no_padding.
32938 (parse_include): Do check_eol here with the rest of the
H A DChangeLog-200110089 * cpplib.c (glue_header_name, parse_include, get__Pragma_string,
15972 (parse_include): Move include handling to...
H A DChangeLog-200225527 lex_macro_node, do_undef, glue_header_name, parse_include,