Searched refs:needs_general_quoting (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | ls.c | 254 int needs_general_quoting, 260 int needs_general_quoting, size_t *width, 307 int needs_general_quoting); 4531 int needs_general_quoting, size_t *width, bool *pad) in quote_name_buf() argument 4544 if (needs_general_quoting != 0) in quote_name_buf() 4725 int needs_general_quoting) in quote_name_width() argument 4733 needs_general_quoting, &width, &pad); in quote_name_width() 4768 int needs_general_quoting, const struct bin_str *color, in quote_name() argument 4777 needs_general_quoting, nullptr, &pad); in quote_name()
|