Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/apple/
H A Dparser.c176 static int parse_int(struct dcp_parse_ctx *handle, s64 *value) in parse_int() function
284 ret = parse_int(it.handle, &dim->active); in parse_dimension()
286 ret = parse_int(it.handle, &dim->total); in parse_dimension()
288 ret = parse_int(it.handle, &dim->front_porch); in parse_dimension()
290 ret = parse_int(it.handle, &dim->sync_width); in parse_dimension()
292 ret = parse_int(it.handle, &dim->precise_sync_rate); in parse_dimension()
364 ret = parse_int(it.handle, &cmode.colorimetry); in parse_color_modes()
366 ret = parse_int(it.handle, &cmode.depth); in parse_color_modes()
368 ret = parse_int(it.handle, &cmode.dynamic_range); in parse_color_modes()
370 ret = parse_int(it.handle, &cmode.eotf); in parse_color_modes()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dieee.c63 static bfd_boolean parse_int
490 parse_int (ieee, value_ptr) in parse_int() function
526 *ok = parse_int (ieee, &x);
535 BFD_ASSERT (parse_int (ieee, &result));
764 if (parse_int (&(ieee->h), &va))
934 parse_int (&ieee->h, &value);
948 parse_int (&(ieee->h), &value);
949 parse_int (&(ieee->h), &value);
950 parse_int (&(ieee->h), &value);
951 parse_int (&(ieee->h), &value);
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dieee.c342 parse_int (common_header_type *ieee, bfd_vma *value_ptr) in parse_int() function
374 *ok = parse_int (ieee, &x); in parse_i()
382 BFD_ASSERT (parse_int (ieee, &result)); in must_parse_int()
615 if (parse_int (&(ieee->h), &va)) in parse_expression()
782 parse_int (&ieee->h, &value); in ieee_slurp_external_symbols()
795 parse_int (&(ieee->h), &value); in ieee_slurp_external_symbols()
796 parse_int (&(ieee->h), &value); in ieee_slurp_external_symbols()
797 parse_int (&(ieee->h), &value); in ieee_slurp_external_symbols()
798 parse_int (&(ieee->h), &value); in ieee_slurp_external_symbols()
804 parse_int (&ieee->h, &value); in ieee_slurp_external_symbols()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-lex.l29 static long parse_int (char **end);
299 yylval.value = parse_int (&yytext);
340 static long parse_int (char **end)
/openbsd-src/usr.sbin/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()
/openbsd-src/sbin/unwind/libunbound/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()
/openbsd-src/usr.sbin/nsd/
H A Dzonec.c1204 parse_int(const char *str, in parse_int() function
1312 if (!parse_int(str, &str, &deg, "degrees", 0, 180)) in zparser_conv_loc()
1322 if (!parse_int(str, &str, &min, "minutes", 0, 60)) in zparser_conv_loc()
1334 if (!parse_int(str, &str, &i, "seconds", 0, 60)) { in zparser_conv_loc()
1338 if (*str == '.' && !parse_int(str + 1, &str, &i, "seconds fraction", 0, 999)) { in zparser_conv_loc()
1422 if (!parse_int(str + 1, &str, &i, "altitude fraction", 0, 99)) { in zparser_conv_loc()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-lex.c773 static long parse_int (char **end);
2193 yylval.value = parse_int (&yytext);
3152 static long parse_int (char **end) in parse_int() function
/openbsd-src/usr.bin/ssh/
H A Dservconf.c1593 parse_int: in process_server_config_line_depth()
2080 goto parse_int; in process_server_config_line_depth()
2084 goto parse_int; in process_server_config_line_depth()
2141 goto parse_int; in process_server_config_line_depth()
2582 goto parse_int; in process_server_config_line_depth()
H A Dreadconf.c1293 goto parse_int; in process_config_line_depth()
1515 parse_int: in process_config_line_depth()
1861 goto parse_int; in process_config_line_depth()
2221 goto parse_int; in process_config_line_depth()
2347 goto parse_int; in process_config_line_depth()