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

/netbsd-current/external/mpl/dhcp/dist/common/tests/
H A Doption_unittest.c134 ATF_TC(parse_X); variable
136 ATF_TC_HEAD(parse_X, tc)
139 "Verify parse_X services option too big.");
160 * This test verifies that parse_X does not overwrite the output
164 ATF_TC_BODY(parse_X, tc)
189 len = parse_X(&cfile, output, expected_len);
193 atf_tc_fail("parse_X failed, output len: %d", len);
198 atf_tc_fail("parse_X failed, output does not match expected");
205 len = parse_X(&cfile, output, short_buf_len);
209 atf_tc_fail("parse_X faile
[all...]
/netbsd-current/external/mpl/dhcp/dist/client/
H A Dclparse.c1336 len = parse_X(cfile, buf, sizeof(buf));
1630 len = parse_X(cfile, buf, 5);
1758 len = parse_X(cfile, buf, 5);
1866 len = parse_X(cfile, buf, 5);
/netbsd-current/external/gpl3/binutils/dist/cpu/
H A Dm32c.opc813 parse_X (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp,
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dm32c-asm.c780 parse_X (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp,
1511 errmsg = parse_X (cd, strp, M32C_OPERAND_X, (long *) (& junk));
779 parse_X (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, function
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dm32c-asm.c780 parse_X (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp,
1511 errmsg = parse_X (cd, strp, M32C_OPERAND_X, (long *) (& junk));
779 parse_X (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, function
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dm32c-asm.c780 parse_X (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp,
1511 errmsg = parse_X (cd, strp, M32C_OPERAND_X, (long *) (& junk));
779 parse_X (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, function
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dm32c-asm.c780 parse_X (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp,
1511 errmsg = parse_X (cd, strp, M32C_OPERAND_X, (long *) (& junk));
779 parse_X (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, function
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dparse.c5309 len = parse_X (cfile, &hunkbuf [hunkix],
5544 int parse_X (cfile, buf, max) function
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dconfpars.c6089 len = parse_X(cfile, bytes, sizeof(bytes));
6421 len = parse_X(cfile, bytes, sizeof(bytes));
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h3175 int parse_X (struct parse *, u_int8_t *, unsigned);

Completed in 327 milliseconds