| /freebsd-12.1/contrib/gperf/src/ |
| H A D | input.cc | 283 int separators = 0; in read_input() local 290 separator[separators] = p; in read_input() 291 separator_lineno[separators] = lineno; in read_input() 292 if (++separators == 2) in read_input() 305 if (separators == 1) in read_input() 328 has_declarations = (separators > 0); in read_input() 362 if (separators > (has_declarations ? 1 : 0)) in read_input() 364 keywords_end = separator[separators-1]; in read_input() 365 _verbatim_code = separator[separators-1] + 2; in read_input() 367 _verbatim_code_lineno = separator_lineno[separators-1]; in read_input()
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | snprintf.c | 1001 int separators = (flags & PRINT_F_QUOTE); in fmtint() local 1040 separators = getnumsep(pos); in fmtint() 1042 zpadlen = precision - pos - separators; in fmtint() 1082 if (separators > 0 && pos > 0 && pos % 3 == 0) in fmtint() 1114 int separators = (flags & PRINT_F_QUOTE); in fmtflt() local 1313 separators = getnumsep(ipos); in fmtflt() 1319 - separators /* Number of group separators. */ in fmtflt() 1351 if (separators > 0 && ipos > 0 && ipos % 3 == 0) in fmtflt() 1398 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3; in getnumsep() local 1407 separators *= strln; in getnumsep() [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | X509_NAME_print_ex.pod | 55 B<XN_FLAG_SEP_SPLUS_SPC> and B<XN_FLAG_SEP_MULTILINE> determine the field separators 56 to use. Two distinct separators are used between distinct RelativeDistinguishedName 60 B<XN_FLAG_SEP_COMMA_PLUS> uses comma and plus as separators. B<XN_FLAG_SEP_CPLUS_SPC>
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Path.cpp | 48 inline const char *separators(Style style) { in separators() function 81 size_t end = path.find_first_of(separators(style), 2); in find_first_component() 90 size_t end = path.find_first_of(separators(style)); in find_first_component() 100 size_t pos = str.find_last_of(separators(style), str.size() - 1); in filename_pos() 125 return str.find_first_of(separators(style), 2); in root_dir_start() 307 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++() 460 size_t loc = component.find_first_not_of(separators(style)); in append() 796 assert(P.find_first_of(separators(Style::native)) == StringRef::npos && in createTemporaryFile()
|
| /freebsd-12.1/contrib/file/m4/ |
| H A D | ltoptions.m4 | 174 # Look at the argument we got. We use all the common list separators. 228 # Look at the argument we got. We use all the common list separators. 282 # Look at the argument we got. We use all the common list separators. 336 # Look at the argument we got. We use all the common list separators.
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ltoptions.m4 | 176 # Look at the argument we got. We use all the common list separators. 230 # Look at the argument we got. We use all the common list separators. 284 # Look at the argument we got. We use all the common list separators. 391 # Look at the argument we got. We use all the common list separators.
|
| /freebsd-12.1/contrib/ldns/m4/ |
| H A D | ltoptions.m4 | 176 # Look at the argument we got. We use all the common list separators. 230 # Look at the argument we got. We use all the common list separators. 284 # Look at the argument we got. We use all the common list separators. 391 # Look at the argument we got. We use all the common list separators.
|
| /freebsd-12.1/contrib/openpam/m4/ |
| H A D | ltoptions.m4 | 176 # Look at the argument we got. We use all the common list separators. 230 # Look at the argument we got. We use all the common list separators. 284 # Look at the argument we got. We use all the common list separators. 391 # Look at the argument we got. We use all the common list separators.
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/m4/ |
| H A D | ltoptions.m4 | 176 # Look at the argument we got. We use all the common list separators. 230 # Look at the argument we got. We use all the common list separators. 284 # Look at the argument we got. We use all the common list separators. 391 # Look at the argument we got. We use all the common list separators.
|
| /freebsd-12.1/contrib/libevent/m4/ |
| H A D | ltoptions.m4 | 176 # Look at the argument we got. We use all the common list separators. 230 # Look at the argument we got. We use all the common list separators. 284 # Look at the argument we got. We use all the common list separators. 391 # Look at the argument we got. We use all the common list separators.
|
| /freebsd-12.1/contrib/openbsm/m4/ |
| H A D | ltoptions.m4 | 176 # Look at the argument we got. We use all the common list separators. 230 # Look at the argument we got. We use all the common list separators. 284 # Look at the argument we got. We use all the common list separators. 391 # Look at the argument we got. We use all the common list separators.
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | ltoptions.m4 | 165 # Look at the argument we got. We use all the common list separators. 219 # Look at the argument we got. We use all the common list separators. 273 # Look at the argument we got. We use all the common list separators.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | hostconfig.texi | 97 and @samp{\}) are directory separators. 102 separators for directory names within a file specification.
|
| /freebsd-12.1/crypto/heimdal/lib/wind/ |
| H A D | rfc3490.txt | 381 1) Whenever dots are used as label separators, the following 400 used as label separators, changing all the label separators to 421 separators. 519 separators, change all the label separators to U+002E (full stop).
|
| /freebsd-12.1/contrib/gdb/ |
| H A D | libtool.m4 | 262 # Look at the argument we got. We use all the common list separators. 295 # Look at the argument we got. We use all the common list separators. 330 # Look at the argument we got. We use all the common list separators.
|
| /freebsd-12.1/contrib/sqlite3/tea/win/ |
| H A D | rules.vc | 26 ### Fix the path separators.
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | locale | 1465 // Stage 2 - Widen __nar while adding thousands separators 1492 // Stage 2 - Widen __nar while adding thousands separators 1519 // Stage 2 - Widen __nar while adding thousands separators 1546 // Stage 2 - Widen __nar while adding thousands separators 1587 // Stage 2 - Widen __nar while adding thousands separators 1638 // Stage 2 - Widen __nar while adding thousands separators
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | NEWS | 367 separators.
|
| /freebsd-12.1/contrib/file/ |
| H A D | ChangeLog | 119 * PR/556: Fix separators on annotations. 924 * don't print \012- separators in the same magic entry
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | ciphers.pod | 112 Commas or spaces are also acceptable separators but colons are normally used.
|
| H A D | x509.pod | 580 These options determine the field separators. The first character is
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 181 "digit separators are incompatible with C++ standards before C++14">,
|
| /freebsd-12.1/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 436 Multiple names are specified with comma separators and without whitespace.
|
| H A D | ntpq-opts.def | 698 Multiple names are specified with comma separators and without whitespace.
|
| /freebsd-12.1/contrib/sendmail/cf/cf/ |
| H A D | submit.cf | 970 ### Check user portion for host separators.
|