Searched refs:pad (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | vfprintf.c | 196 static void pad(FILE *f, char c, int w, int l, int fl) in pad() function 198 char pad[256]; in pad() local 201 memset(pad, c, l>sizeof pad ? sizeof pad : l); in pad() 202 for (; l >= sizeof pad; l -= sizeof pad) in pad() 203 out(f, pad, sizeof pad); in pad() 204 out(f, pad, l); in pad() 253 pad(f, ' ', w, 3+pl, fl&~ZERO_PAD); in fmt_fp() 256 pad(f, ' ', w, 3+pl, fl^LEFT_ADJ); in fmt_fp() 304 pad(f, ' ', w, pl+l, fl); in fmt_fp() 306 pad(f, '0', w, pl+l, fl^ZERO_PAD); in fmt_fp() [all …]
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 374 local($pad); 378 $pad = " " x ( ($width - length ($string) + 1) / 2); 379 print "$pad$string";
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 1563 char_type* __op; // pad here 1593 char_type* __op; // pad here 1623 char_type* __op; // pad here 1653 char_type* __op; // pad here 1721 char_type* __op; // pad here 1790 char_type* __op; // pad here 1817 char_type* __op; // pad here
|
/ndk/sources/host-tools/make-3.81/po/ |
D | nl.po | 939 msgstr "find_and_set_shell stelt na doorzoeken van pad default_shell = %s in\n"
|