Home
last modified time | relevance | path

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

/sys/kern/
Dprintf.c37 int spaces; in printnum() local
53 spaces = width - (p - buf); in printnum()
55 while (spaces > 0) in printnum()
58 spaces--; in printnum()
70 while (spaces > 0) in printnum()
73 spaces--; in printnum()
132 int spaces; in kvprintf() local
136 spaces = width - strlen(p); in kvprintf()
139 while (spaces > 0) in kvprintf()
142 spaces--; in kvprintf()
[all …]
/lib/libc/
Dprintf.c34 int spaces; in printnum() local
50 spaces = width - (p - buf); in printnum()
52 while (spaces > 0) in printnum()
55 spaces--; in printnum()
67 while (spaces > 0) in printnum()
70 spaces--; in printnum()
129 int spaces; in kvprintf() local
141 spaces = width - strlen(p); in kvprintf()
144 while (spaces > 0) in kvprintf()
147 spaces--; in kvprintf()
[all …]
/lib/liblwip/doc/
Dcontrib.txt17 2. indentation is two spaces per level (i.e. per tab).
23 8. spaces surrounding assignment and comparisons.
/docs/
DDoxyfile14 # Values that contain spaces should be placed between quotes (\" \").
265 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
266 # uses this value to replace tabs by spaces in code fragments.
917 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
2328 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"