Home
last modified time | relevance | path

Searched refs:skipws (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/libpcap/rpcapd/
H A Dfileconf.c57 static char *skipws(char *ptr);
127 ptr = skipws(ptr); in fileconf_read()
165 ptr = skipws(ptr); in fileconf_read()
191 ptr = skipws(ptr); in fileconf_read()
284 ptr = skipws(ptr); in fileconf_read()
555 static char *skipws(char *ptr) in skipws() function
/freebsd/contrib/ntp/ntpd/
H A Dntp_leapsec.c68 static inline char * skipws (char *ptr);
188 cp = skipws(cp+1); in leapsec_load()
194 cp = skipws(cp+1); in leapsec_load()
203 cp = skipws(ep); in leapsec_load()
806 skipws( in get_line()
826 skipws( skipws() function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dios.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dios43 static constexpr fmtflags skipws;
176 ios_base& skipws (ios_base& str);
266 static const fmtflags skipws = 0x1000;
787 _LIBCPP_HIDE_FROM_ABI inline ios_base& skipws(ios_base& __str) {
788 __str.setf(ios_base::skipws);
793 __str.unsetf(ios_base::skipws);
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dbernoulli_distribution.h111 __is.flags(_Istream::dec | _Istream::skipws);
H A Dchi_squared_distribution.h113 __is.flags(_Istream::dec | _Istream::skipws);
H A Dgeometric_distribution.h108 __is.flags(_Istream::dec | _Istream::skipws);
H A Dexponential_distribution.h120 __is.flags(_Istream::dec | _Istream::skipws); in operator()
H A Dstudent_t_distribution.h120 __is.flags(_Istream::dec | _Istream::skipws);
H A Dweibull_distribution.h119 __is.flags(_Istream::dec | _Istream::skipws);
H A Dcauchy_distribution.h126 __is.flags(_Istream::dec | _Istream::skipws);
H A Dextreme_value_distribution.h126 __is.flags(_Istream::dec | _Istream::skipws);
H A Dfisher_f_distribution.h125 __is.flags(_Istream::dec | _Istream::skipws);
H A Duniform_real_distribution.h125 __is.flags(_Istream::dec | _Istream::skipws);
H A Dnegative_binomial_distribution.h144 __is.flags(_Istream::dec | _Istream::skipws);
H A Dbinomial_distribution.h185 __is.flags(_Istream::dec | _Istream::skipws); in operator()
H A Dgamma_distribution.h168 __is.flags(_Istream::dec | _Istream::skipws); in operator()
H A Dnormal_distribution.h156 __is.flags(_Istream::dec | _Istream::skipws); in operator()
H A Ddiscard_block_engine.h157 __is.flags(_Istream::dec | _Istream::skipws);
H A Dpoisson_distribution.h229 __is.flags(_Istream::dec | _Istream::skipws); in operator()
H A Ddiscrete_distribution.h197 __is.flags(_Istream::dec | _Istream::skipws);
H A Dshuffle_order_engine.h211 __is.flags(_Istream::dec | _Istream::skipws);
H A Duniform_int_distribution.h251 __is.flags(_Istream::dec | _Istream::skipws); in operator()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp76 const ios_base::fmtflags ios_base::skipws; member in ios_base
229 __fmtflags_ = skipws | dec; in init()
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c284 skipws(FILE *fd) in skipws() function
892 skipws(ftemplate); in parseTemplate()
909 skipws(ftemplate); in parseTemplate()
923 skipws(ftemplate); in parseTemplate()

12