Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dprintf.c278 static int get_width_prec(const char *str) in get_width_prec() function
324 field_width = get_width_prec(*argv++); in print_formatted()
338 precision = get_width_prec(*argv++); in print_formatted()