Searched defs:width (Results 1 – 11 of 11) sorted by relevance
/coreutils/src/ |
D | fold.c | 118 fold_file (char const *filename, size_t width) in fold_file() 240 size_t width = 80; in main() local
|
D | seq.c | 127 size_t width; member 383 size_t width = MAX (first_width, last_width); in get_default_format() local
|
D | wc.c | 527 int width = c32width (wide_char); in wc() local 692 int width = 1; in compute_number_width() local
|
D | printf.c | 572 intmax_t width = vstrtoimax (*argv); in print_formatted() local
|
D | ls.c | 233 size_t width; member 4201 static int width = -1; in long_time_expected_width() local 4235 format_user_or_group (char const *name, uintmax_t id, int width) in format_user_or_group() 4256 format_user (uid_t u, int width, bool stat_ok) in format_user() 4265 format_group (gid_t g, int width, bool stat_ok) in format_group() 4531 int needs_general_quoting, size_t *width, bool *pad) in quote_name_buf() 4729 size_t width; in quote_name_width() local 4904 size_t width = print_name_with_quoting (f, false, nullptr, start_col); in print_file_name_and_frills() local
|
D | od.c | 503 int width, int pad) in print_named_ascii() 533 MAYBE_UNUSED char const *unused_fmt_string, int width, in print_ascii()
|
D | df.c | 170 int width; /* Auto adjusted (up) widths used to align columns. */ member 395 int width = mbswidth (cell, MBSWIDTH_FLAGS); in print_table() local
|
D | stat.c | 732 int width = 0; in out_epoch_sec() local
|
D | sort.c | 2266 size_t width = mbsnwidth (text, lim - text, 0); in debug_width() local 2276 mark_key (size_t offset, size_t width) in mark_key() 2355 size_t width = debug_width (beg, lim); in debug_key() local
|
D | pr.c | 2642 int width; in char_to_clump() local
|
D | factor.c | 2416 size_t width = sizeof (buf) - (umaxstr - buf) - 1; in lbuf_putint() local
|