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

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c408 struct parse_clockinfo *parse_type; /* link to clock description */ member in struct:parseunit
2824 if (parse->parse_type->cl_end)
2826 parse->parse_type->cl_end(parse);
2844 CLK_UNIT(parse->peer), parse->parse_type->cl_description);
3064 parse->parse_type = &parse_clockinfo[type];
3066 parse->maxunsync = parse->parse_type->cl_maxunsync;
3068 parse->generic->fudgetime1 = parse->parse_type->cl_basedelay;
3074 parse->generic->clockdesc = parse->parse_type->cl_description;
3076 peer->rootdelay = parse->parse_type->cl_rootdelay;
3077 peer->sstclktype = parse->parse_type
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c550 parse_type(struct snmp_toolinfo *snmptoolctx, int32_t *tok, function
652 if ((syntax = parse_type(snmptoolctx, &tok, &tc, &enums)) < 0) {
711 if ((syntax = parse_type(snmptoolctx, tok, &(oid2str->tc), &(oid2str->snmp_enum)))
902 t->syntax = parse_type(snmptoolctx, tok, &tc, &(t->snmp_enum));
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h1007 * @param parse_type input format
1012 enum ucl_duplicate_strategy strat, enum ucl_parse_type parse_type);
1065 * @param parse_type Parser type to use while parsing this file
1070 enum ucl_parse_type parse_type);
1102 * @param parse_type Parser type to use while parsing this file
1107 enum ucl_parse_type parse_type);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c2602 enum ucl_parse_type parse_type)
2622 if (parse_type == UCL_PARSE_AUTO && len > 0) {
2625 parse_type = UCL_PARSE_MSGPACK;
2628 parse_type = UCL_PARSE_CSEXP;
2631 parse_type = UCL_PARSE_UCL;
2643 chunk->parse_type = parse_type;
2655 switch (parse_type) {
2600 ucl_parser_add_chunk_full(struct ucl_parser *parser, const unsigned char *data, size_t len, unsigned priority, enum ucl_duplicate_strategy strat, enum ucl_parse_type parse_type) argument
H A Ducl_internal.h174 enum ucl_parse_type parse_type; member in struct:ucl_chunk
H A Ducl_util.c846 enum ucl_parse_type parse_type; member in struct:ucl_include_params
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)
1825 parse_type);
1862 enum ucl_parse_type parse_type)
1889 parse_type);
1799 ucl_parser_add_file_full(struct ucl_parser *parser, const char *filename, unsigned priority, enum ucl_duplicate_strategy strat, enum ucl_parse_type parse_type) argument
1860 ucl_parser_add_fd_full(struct ucl_parser *parser, int fd, unsigned priority, enum ucl_duplicate_strategy strat, enum ucl_parse_type parse_type) argument
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c711 parse_type(enum tok *tok, struct type *t, const char *vname) function
795 u_int syntax = parse_type(&tok, NULL, node->name);
826 u_int syntax = parse_type(&tok, NULL, node->name);
883 t->syntax = parse_type(&tok, t, NULL);
/freebsd-11-stable/sys/kern/
H A Dkern_fail.c453 static char *parse_type(struct fail_point_entry *, char *);
1019 p = parse_type(ent, p);
1096 parse_type(struct fail_point_entry *ent, char *beg) function
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmdebugread.c302 static struct type *parse_type (int, union aux_ext *, unsigned int, int *,
711 SYMBOL_TYPE (s) = parse_type (cur_fd, ax, sh->index, 0, bigend, name);
748 SYMBOL_TYPE (s) = parse_type (cur_fd, ax, sh->index, 0, bigend, name);
803 t = parse_type (cur_fd, ax, sh->index + 1, 0, bigend, name);
1304 FIELD_TYPE (*f) = parse_type (cur_fd, ax, sh->index, &bitsize, bigend, name);
1326 t = parse_type (cur_fd, ax, sh->index, (int *) NULL, bigend, name);
1419 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs,
1582 tp = parse_type (xref_fd, debug_info->external_aux + xref_fh->iauxBase,
1798 indx = parse_type (fh - debug_info->fdr,
2015 to TYPE_CODE_VOID in parse_type t
1412 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs, function
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c286 parse_type(char *cp, iidesc_t *ii) function
292 expected("parse_type", "t (type)", cp - 1);
297 expected("parse_type", "= (definition)", cp - 1);
425 parse = parse_type;

Completed in 135 milliseconds