Searched refs:spaces (Results 1 – 3 of 3) sorted by relevance
| /lib/ |
| A D | vsprintf.c | 598 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) in move_right() argument 604 if (size <= spaces) { in move_right() 609 if (len > size - spaces) in move_right() 610 len = size - spaces; in move_right() 611 memmove(buf + spaces, buf, len); in move_right() 613 memset(buf, ' ', spaces); in move_right() 627 unsigned spaces; in widen_string() local 632 spaces = spec.field_width - n; in widen_string() 634 move_right(buf - n, end, n, spaces); in widen_string() 635 return buf + spaces; in widen_string() [all …]
|
| A D | stackdepot.c | 812 int spaces) in stack_depot_snprint() argument 819 spaces) : 0; in stack_depot_snprint()
|
| A D | maple_tree.c | 7107 static const char spaces[] = " "; in mt_dump_range() local 7112 pr_info("%.*s%lx: ", depth * 2, spaces, min); in mt_dump_range() 7114 pr_info("%.*s%lx-%lx: ", depth * 2, spaces, min, max); in mt_dump_range() 7118 pr_info("%.*s%lu: ", depth * 2, spaces, min); in mt_dump_range() 7120 pr_info("%.*s%lu-%lu: ", depth * 2, spaces, min, max); in mt_dump_range()
|
Completed in 26 milliseconds