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

  /external/libcxx/test/std/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 163 int width, prec, fillch; local
193 fillch = ' ';
195 fillch = '0';
311 if (fillch == '0' && prec >= 0) {
366 if (fillch == ' ')
409 *buf++ = fillch;

Completed in 112 milliseconds