HomeSort by relevance Sort by last modified time
    Searched full:fillch (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
fill_char_type.pass.cpp 14 // char_type fill(char_type fillch);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
fill_char_type.pass.cpp 14 // char_type fill(char_type fillch);
  /external/ppp/pppd/
utils.c 169 int width, prec, fillch; local
199 fillch = ' ';
201 fillch = '0';
321 if (fillch == '0' && prec >= 0) {
376 if (fillch == ' ')
419 *buf++ = fillch;
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 240 int width, prec, fillch; local
266 fillch = ' ';
268 fillch = '0';
373 *buf++ = fillch;
    [all...]

Completed in 151 milliseconds