/freebsd/contrib/libpcap/rpcapd/ |
H A D | fileconf.c | 57 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 D | ntp_leapsec.c | 68 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 D | ios.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ios | 43 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 D | bernoulli_distribution.h | 111 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | chi_squared_distribution.h | 113 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | geometric_distribution.h | 108 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | exponential_distribution.h | 120 __is.flags(_Istream::dec | _Istream::skipws); in operator()
|
H A D | student_t_distribution.h | 120 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | weibull_distribution.h | 119 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | cauchy_distribution.h | 126 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | extreme_value_distribution.h | 126 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | fisher_f_distribution.h | 125 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | uniform_real_distribution.h | 125 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | negative_binomial_distribution.h | 144 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | binomial_distribution.h | 185 __is.flags(_Istream::dec | _Istream::skipws); in operator()
|
H A D | gamma_distribution.h | 168 __is.flags(_Istream::dec | _Istream::skipws); in operator()
|
H A D | normal_distribution.h | 156 __is.flags(_Istream::dec | _Istream::skipws); in operator()
|
H A D | discard_block_engine.h | 157 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | poisson_distribution.h | 229 __is.flags(_Istream::dec | _Istream::skipws); in operator()
|
H A D | discrete_distribution.h | 197 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | shuffle_order_engine.h | 211 __is.flags(_Istream::dec | _Istream::skipws);
|
H A D | uniform_int_distribution.h | 251 __is.flags(_Istream::dec | _Istream::skipws); in operator()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.cpp | 76 const ios_base::fmtflags ios_base::skipws; member in ios_base 229 __fmtflags_ = skipws | dec; in init()
|
/freebsd/tools/tools/ath/athprom/ |
H A D | athprom.c | 284 skipws(FILE *fd) in skipws() function 892 skipws(ftemplate); in parseTemplate() 909 skipws(ftemplate); in parseTemplate() 923 skipws(ftemplate); in parseTemplate()
|