HomeSort by: relevance | last modified time | path
    Searched refs:skipws (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
ios_locale.cc 43 _M_flags = skipws | dec;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
ios_locale.cc 43 _M_flags = skipws | dec;
  /src/external/lgpl3/gmp/dist/cxx/
ismpz.cc 48 if (i.flags() & ios::skipws) // skip initial whitespace
ismpf.cc 71 if (i.flags() & ios::skipws) // skip initial whitespace
  /src/usr.bin/fsplit/
fsplit.c 102 static const char *skipws(const char *);
304 p = skipws(p);
309 p = skipws(p);
314 p = skipws(p);
319 p = skipws(p);
343 ptr = skipws(buf);
400 ptr = skipws(ptr);
488 sp = skipws(sp);
496 skipws(const char *p) function
  /src/external/bsd/libpcap/dist/rpcapd/
fileconf.c 57 static char *skipws(char *ptr);
127 ptr = skipws(ptr);
165 ptr = skipws(ptr);
191 ptr = skipws(ptr);
284 ptr = skipws(ptr);
555 static char *skipws(char *ptr) function
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.c 156 static int skipws(struct iobuf *ib);
464 c = skipws(0);
491 if ((c = skipws(NULL)) != '\n') {
507 c = skipws(0);
647 if (spechr[c = skipws(NULL)] & C_ID0) {
791 return skipws(ib);
823 if (!ISID0(c = skipws(0)))
839 c = skipws(0);
845 if (isell() == 0 || (c = skipws(0)) != ')')
861 switch ((c = skipws(0)))
1100 skipws(struct iobuf *ib) function
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
SaslInteractionHandler.cpp 74 std::cin >> std::skipws; member in class:std
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-istream.cc 129 { " 123", 0, NULL, (ios::fmtflags) 0 }, // not without skipws
130 { " 123", -1, "123", ios::skipws },
289 { " 123", 0, NULL, (ios::fmtflags) 0 }, // not without skipws
290 { " 123", -1, "123", ios::skipws },
295 { "123 /456", 3, "123", ios::skipws },
296 { "123/ 456", 4, NULL, ios::skipws },
452 { " 0", 0, NULL, (ios::fmtflags) 0 }, // not without skipws
453 { " 0", -1, "0", ios::skipws },
454 { " +0", -1, "0", ios::skipws },
455 { " -0", -1, "0", ios::skipws },
    [all...]
  /src/external/bsd/atf/dist/tools/
parser_test.cpp 136 tokenizer(std::istream& is, bool skipws) :
138 (is, skipws, eof_type, nl_type, word_type)
156 tokenizer(std::istream& is, bool skipws) :
158 (is, skipws, eof_type, nl_type, word_type)
179 tokenizer(std::istream& is, bool skipws) :
181 (is, skipws, eof_type, nl_type, word_type)
200 tokenizer(std::istream& is, bool skipws) :
202 (is, skipws, eof_type, nl_type, word_type)
  /src/usr.sbin/edquota/
edquota.c 183 skipws(/*const*/ char *s) function
931 t = skipws(text);
968 t = skipws(text);
970 t = skipws(t);
976 t = skipws(text2);
978 t = skipws(t);
1008 t = skipws(text);
  /src/usr.sbin/quotarestore/
quotarestore.c 301 skipws(char *s) function
391 s = skipws(s);
409 s = skipws(buf+4);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ios_base.h 360 * - skipws
412 static const fmtflags skipws = _S_skipws; member in class:io_errc::ios_base
1003 /// Calls base.setf(ios_base::skipws).
1005 skipws(ios_base& __base) function in class:io_errc
1007 __base.setf(ios_base::skipws);
1011 /// Calls base.unsetf(ios_base::skipws).
1015 __base.unsetf(ios_base::skipws);
quoted_string.h 159 = __is.flags(__is.flags() & ~std::ios_base::skipws);
chrono_io.h 3112 _M_flags(__i.flags(ios_base::skipws | ios_base::dec)),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ios_base.h 339 * - skipws
391 static const fmtflags skipws = _S_skipws; member in class:io_errc::ios_base
983 /// Calls base.setf(ios_base::skipws).
985 skipws(ios_base& __base) function in class:io_errc
987 __base.setf(ios_base::skipws);
991 /// Calls base.unsetf(ios_base::skipws).
995 __base.unsetf(ios_base::skipws);
quoted_string.h 159 = __is.flags(__is.flags() & ~std::ios_base::skipws);
  /src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.c 70 static inline char * skipws (char *ptr);
190 cp = skipws(cp+1);
196 cp = skipws(cp+1);
205 cp = skipws(ep);
808 skipws( function
  /src/external/apache2/llvm/dist/libcxx/src/
ios.cpp 89 const ios_base::fmtflags ios_base::skipws; member in class:ios_base
266 __fmtflags_ = skipws | dec;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
ios.cc 49 const ios_base::fmtflags ios_base::skipws; member in class:ios_base
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
ios.cc 49 const ios_base::fmtflags ios_base::skipws; member in class:ios_base
  /src/external/gpl3/gcc/dist/gcc/cp/
std-name-hint.h 330 {"skipws", "<ios>", cxx98},

Completed in 46 milliseconds