Searched refs:parse_uint (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddig.c1255 result = parse_uint(&num, value, COMMSIZE,
1430 result = parse_uint(&num, value,
1536 result = parse_uint(&num, value, 0xffffffff,
1735 result = parse_uint(&num, value, MAXNDOTS, "ndots");
1804 result = parse_uint(&num, value, 15, "opcode");
1823 result = parse_uint(&num, value, 512, "padding");
1842 result = parse_uint(&num, value, MAXQID, "qid");
1889 result = parse_uint(&lookup->retries, value,
1973 result = parse_uint(&splitwidth, value, 1023, "split");
2057 result = parse_uint(
[all...]
H A Dnslookup.c584 isc_result_t result = parse_uint(&n, value, 65535, "port");
594 isc_result_t result = parse_uint(&n, value, UINT_MAX, "timeout");
603 isc_result_t result = parse_uint(&n, value, INT_MAX, "tries");
612 isc_result_t result = parse_uint(&n, value, 128, "ndots");
H A Ddighost.h334 parse_uint(uint32_t *uip, const char *value, uint32_t max, const char *desc);
H A Ddighost.c941 parse_uint(uint32_t *uip, const char *value, uint32_t max, const char *desc) { function
955 result = parse_uint(&tmp, arg, max, desc);
1463 result = parse_uint(&num, code, 65535, "ednsopt");
/netbsd-current/external/mpl/bind/dist/bin/tools/
H A Dmdig.c928 parse_uint(uint32_t *uip, const char *value, uint32_t max, const char *desc) { function
965 result = parse_uint(&num, code, 65535, "ednsopt");
1234 result = parse_uint(&num, value, COMMSIZE,
1236 CHECK("parse_uint(buffer size)", result);
1349 result = parse_uint(&num, value,
1352 CHECK("parse_uint(edns)",
1447 result = parse_uint(&query->udpretries, value,
1449 CHECK("parse_uint(udpretries)", result);
1492 result = parse_uint(&display_splitwidth, value, 1023,
1513 CHECK("parse_uint(spli
[all...]
/netbsd-current/external/mpl/bind/dist/bin/delv/
H A Ddelv.c129 parse_uint(uint32_t *uip, const char *value, uint32_t max, const char *desc);
907 result = parse_uint(&destport, port, 0xffff, "port");
991 result = parse_uint(&destport, port, 0xffff, "port");
1059 parse_uint(uint32_t *uip, const char *value, uint32_t max, const char *desc) { function
1212 result = parse_uint(&splitwidth, value, 1023, "split");
1372 result = parse_uint(&num, hash + 1, 0xffff, "port");
1425 result = parse_uint(&num, value, 99, "debug level");
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doptions.h97 parse_uint(const char* option_name, const char* arg, int* retval);
408 int, int, options::parse_uint, false)
1122 N_("[=P2ALIGN]"), true, int, int, options::parse_uint, false);
H A Doptions.cc199 parse_uint(const char* option_name, const char* arg, int* retval) function in namespace:gold::options
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doptions.h97 parse_uint(const char* option_name, const char* arg, int* retval);
408 int, int, options::parse_uint, false)
1122 N_("[=P2ALIGN]"), true, int, int, options::parse_uint, false);
H A Doptions.cc199 parse_uint(const char* option_name, const char* arg, int* retval) function in namespace:gold::options
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doptions.h97 parse_uint(const char* option_name, const char* arg, int* retval);
408 int, int, options::parse_uint, false)
1113 N_("[=P2ALIGN]"), true, int, int, options::parse_uint, false);
H A Doptions.cc199 parse_uint(const char* option_name, const char* arg, int* retval) function in namespace:gold::options

Completed in 142 milliseconds