Home
last modified time | relevance | path

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

/dports/shells/fish/fish-3.3.1/src/
H A Dbuiltin_printf.cpp302 static T string_to_scalar_type(const wchar_t *s, builtin_printf_state_t *state) { in string_to_scalar_type() function
491 auto arg = string_to_scalar_type<intmax_t>(argument, this); in print_direc()
509 auto arg = string_to_scalar_type<uintmax_t>(argument, this); in print_direc()
531 auto arg = string_to_scalar_type<long double>(argument, this); in print_direc()
656 auto width = string_to_scalar_type<intmax_t>(*argv, this); in print_formatted()
681 auto prec = string_to_scalar_type<intmax_t>(*argv, this); in print_formatted()