Home
last modified time | relevance | path

Searched refs:parse_int (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/kyua/engine/
H A Datf_result.cpp162 parse_int(const std::string& str) in parse_int() function
200 arg = parse_int(argstr); in parse_with_reason_and_arg()
/freebsd/contrib/unbound/validator/
H A Dautotrust.c800 parse_int(char* line, int* ret) in parse_int() function
831 dclass = parse_int(next+1, &r); in parse_id()
871 tp->autr->last_queried = (time_t)parse_int(line+16, &r); in parse_var_line()
876 tp->autr->last_success = (time_t)parse_int(line+16, &r); in parse_var_line()
883 tp->autr->next_probe_time = (time_t)parse_int(line+19, &r); in parse_var_line()
890 tp->autr->query_failed = (uint8_t)parse_int(line+16, &r); in parse_var_line()
895 tp->autr->query_interval = (time_t)parse_int(line+18, &r); in parse_var_line()
900 tp->autr->retry_time = (time_t)parse_int(line+14, &r); in parse_var_line()
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c633 parse_int(struct snmp_value *value, char *val) in parse_int() function
662 return ((parse_int(&(object->val), val))); in parse_int_string()
763 return (parse_int(value, val)); in parse_syntax_val()
/freebsd/crypto/openssh/
H A Dservconf.c1681 parse_int: in process_server_config_line_depth()
2168 goto parse_int; in process_server_config_line_depth()
2172 goto parse_int; in process_server_config_line_depth()
2229 goto parse_int; in process_server_config_line_depth()
2674 goto parse_int; in process_server_config_line_depth()
H A Dreadconf.c1314 goto parse_int; in process_config_line_depth()
1536 parse_int: in process_config_line_depth()
1882 goto parse_int; in process_config_line_depth()
2242 goto parse_int; in process_config_line_depth()
2368 goto parse_int; in process_config_line_depth()
/freebsd/contrib/byacc/
H A Dreader.c2290 parse_int(char *p, int *save) in parse_int() function
2422 if (!(p = parse_int(p, &val))) in compile_arg()
2521 if (!(p = parse_int(p, &val))) in can_elide_arg()