Searched refs:parse_params (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | or32-opc.c | 36 static struct insn_op_struct * parse_params PARAMS ((const struct or32_opcode *, struct ins… 645 parse_params (opcode, cur) in parse_params() function 806 cur = parse_params (&or32_opcodes[i], cur); in build_automata()
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | or32-opc.c | 624 parse_params (const struct or32_opcode * opcode, in parse_params() function 785 cur = parse_params (&or32_opcodes[i], cur); in build_automata()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-snmp.c | 348 int (*parse_params)(const u_char *, u_int); member 1336 if (sm != NULL && sm->parse_params != NULL) { in snmp3_print() 1337 if (sm->parse_params(elem.data.raw, elem.asnlen) == -1) in snmp3_print()
|
/openbsd/usr.sbin/slowcgi/ |
H A D | slowcgi.c | 176 void parse_params(uint8_t *, uint16_t, struct request *, uint16_t); 700 parse_params(uint8_t *buf, uint16_t n, struct request *c, uint16_t id) in parse_params() function 849 parse_params(buf + sizeof(struct fcgi_record_header), in parse_record()
|
/openbsd/usr.sbin/bgplgd/ |
H A D | slowcgi.c | 160 void parse_params(uint8_t *, uint16_t, struct request *, uint16_t); 726 parse_params(uint8_t *buf, uint16_t n, struct request *c, uint16_t id) in parse_params() function 857 parse_params(buf + sizeof(struct fcgi_record_header), in parse_record()
|
/openbsd/gnu/gcc/libcpp/ |
H A D | macro.c | 66 static bool parse_params (cpp_reader *, cpp_macro *); 1306 parse_params (cpp_reader *pfile, cpp_macro *macro) in parse_params() function 1432 bool ok = parse_params (pfile, macro); in create_iso_definition()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cppmacro.c | 72 static bool parse_params PARAMS ((cpp_reader *, cpp_macro *)); 1331 parse_params (pfile, macro) in parse_params() function 1461 bool ok = parse_params (pfile, macro);
|
H A D | ChangeLog.7 | 2526 (parse_params): Update. 11095 collect_args, enter_macro_context, save_parameter, parse_params, 11663 (parse_params): If discard_comments_in_macro_exp is false,
|
H A D | ChangeLog.6 | 9702 (save_parameter, parse_params, alloc_expansion_token, 10900 * cppmacro.c (cpp_get_token, parse_params,
|
H A D | ChangeLog.4 | 1153 check_macro_redefinition, parse_params): Rename var_args to
|
H A D | ChangeLog | 18815 * cppmacro.c (parse_params, _cpp_save_parameter): Ditto.
|