| /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.inc | 38 using std::skipws;
|
| H A D | ios.cppm | |
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | ios | 43 static constexpr fmtflags skipws; 176 ios_base& skipws (ios_base& str); 266 static const fmtflags skipws = 0x1000; 776 _LIBCPP_HIDE_FROM_ABI inline ios_base& skipws(ios_base& __str) { 777 __str.setf(ios_base::skipws); 782 __str.unsetf(ios_base::skipws);
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | ios | 43 static constexpr fmtflags skipws; 176 ios_base& skipws (ios_base& str); 270 static const fmtflags skipws = 0x1000; 794 _LIBCPP_HIDE_FROM_ABI inline ios_base& skipws(ios_base& __str) { 795 __str.setf(ios_base::skipws); 800 __str.unsetf(ios_base::skipws);
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/ |
| H A D | geometric_distribution.h | 103 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | bernoulli_distribution.h | 106 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | chi_squared_distribution.h | 108 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | exponential_distribution.h | 115 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | weibull_distribution.h | 113 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | student_t_distribution.h | 115 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | uniform_real_distribution.h | 119 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | fisher_f_distribution.h | 119 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | cauchy_distribution.h | 120 __is.flags(_Istream::dec | _Istream::skipws);
|
| /freebsd/contrib/llvm-project/libcxx/include/__random/ |
| H A D | geometric_distribution.h | 108 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | chi_squared_distribution.h | 113 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | bernoulli_distribution.h | 111 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | weibull_distribution.h | 119 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | student_t_distribution.h | 120 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | exponential_distribution.h | 120 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | negative_binomial_distribution.h | 144 __is.flags(_Istream::dec | _Istream::skipws);
|
| H A D | uniform_real_distribution.h | 125 __is.flags(_Istream::dec | _Istream::skipws);
|
| /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()
|