Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_parse.c2824 if (parse->parse_type->cl_end) in parse_shutdown()
2826 parse->parse_type->cl_end(parse); in parse_shutdown()
3313 if (parse->parse_type->cl_init) in parse_start()
3351 parse->parse_type->cl_rootdelay, in parse_start()
3357 parse->parse_type->cl_format); in parse_start()
3476 if (parse->parse_type->cl_poll) in parse_poll()
3478 parse->parse_type->cl_poll(parse); in parse_poll()
3729 if (parse->parse_type->cl_event) in parse_event()
4128 parse->parse_type->cl_message) in parse_process()
4816 if (parse->parse_type->cl_poll) in poll_poll()
[all …]
/freebsd-12.1/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c550 parse_type(struct snmp_toolinfo *snmptoolctx, int32_t *tok, in parse_type() function
652 if ((syntax = parse_type(snmptoolctx, &tok, &tc, &enums)) < 0) { in snmp_import_table()
711 if ((syntax = parse_type(snmptoolctx, tok, &(oid2str->tc), &(oid2str->snmp_enum))) in snmp_import_leaf()
902 t->syntax = parse_type(snmptoolctx, tok, &tc, &(t->snmp_enum)); in snmp_import_top()
/freebsd-12.1/contrib/libucl/include/
H A Ducl.h1012 enum ucl_duplicate_strategy strat, enum ucl_parse_type parse_type);
1070 enum ucl_parse_type parse_type);
1107 enum ucl_parse_type parse_type);
/freebsd-12.1/contrib/libucl/src/
H A Ducl_parser.c2602 enum ucl_parse_type parse_type) in ucl_parser_add_chunk_full() argument
2622 if (parse_type == UCL_PARSE_AUTO && len > 0) { in ucl_parser_add_chunk_full()
2625 parse_type = UCL_PARSE_MSGPACK; in ucl_parser_add_chunk_full()
2628 parse_type = UCL_PARSE_CSEXP; in ucl_parser_add_chunk_full()
2631 parse_type = UCL_PARSE_UCL; in ucl_parser_add_chunk_full()
2643 chunk->parse_type = parse_type; in ucl_parser_add_chunk_full()
2655 switch (parse_type) { in ucl_parser_add_chunk_full()
H A Ducl_util.c846 enum ucl_parse_type parse_type; member
906 params->strat, params->parse_type);
1176 params->strat, params->parse_type);
1339 params.parse_type = UCL_PARSE_UCL;
1801 enum ucl_parse_type parse_type) argument
1825 parse_type);
1862 enum ucl_parse_type parse_type) argument
1889 parse_type);
H A Ducl_internal.h174 enum ucl_parse_type parse_type; member
/freebsd-12.1/sys/kern/
H A Dkern_fail.c455 static char *parse_type(struct fail_point_entry *, char *);
1021 p = parse_type(ent, p); in parse_term()
1098 parse_type(struct fail_point_entry *ent, char *beg) in parse_type() function
/freebsd-12.1/contrib/gdb/gdb/
H A Dmdebugread.c299 static struct type *parse_type (int, union aux_ext *, unsigned int, int *,
704 SYMBOL_TYPE (s) = parse_type (cur_fd, ax, sh->index, 0, bigend, name); in parse_symbol()
741 SYMBOL_TYPE (s) = parse_type (cur_fd, ax, sh->index, 0, bigend, name); in parse_symbol()
796 t = parse_type (cur_fd, ax, sh->index + 1, 0, bigend, name); in parse_symbol()
1297 FIELD_TYPE (*f) = parse_type (cur_fd, ax, sh->index, &bitsize, bigend, name); in parse_symbol()
1319 t = parse_type (cur_fd, ax, sh->index, (int *) NULL, bigend, name); in parse_symbol()
1412 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs, in parse_type() function
1575 tp = parse_type (xref_fd, debug_info->external_aux + xref_fh->iauxBase, in parse_type()
1791 indx = parse_type (fh - debug_info->fdr, in upgrade_type()
4366 *tpp = parse_type (xref_fd, in cross_ref()
[all …]
/freebsd-12.1/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c746 parse_type(enum tok *tok, struct type *t, const char *vname, char **subtype) in parse_type() function
835 u_int syntax = parse_type(&tok, NULL, node->name, &subtype); in parse()
869 u_int syntax = parse_type(&tok, NULL, node->name, in parse()
929 t->syntax = parse_type(&tok, t, NULL, NULL); in parse_top()
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c290 parse_type(char *cp, iidesc_t *ii) in parse_type() function
429 parse = parse_type; in parse_stab()