| /freebsd/usr.sbin/moused/moused/ |
| H A D | util.c | 58 next_word(const char **state, size_t *len, const char *separators) in next_word() argument 66 next += strspn(next, separators); in next_word() 72 l = strcspn(next, separators); in next_word() 97 strv_from_string(const char *in, const char *separators, size_t *num_elements) in strv_from_string() argument 100 assert(separators != NULL); in strv_from_string() 105 while (next_word(&s, &l, separators) != NULL) in strv_from_string() 119 while ((word = next_word(&s, &l, separators)) != NULL) { in strv_from_string()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | snprintf.c | 1001 int separators = (flags & PRINT_F_QUOTE); in fmtint() local 1039 if (separators) /* Get the number of group separators we'll print. */ in fmtint() 1040 separators = getnumsep(pos); in fmtint() 1042 zpadlen = precision - pos - separators; in fmtint() 1044 - separators /* Number of separators. */ in fmtint() 1082 if (separators > 0 && pos > 0 && pos % 3 == 0) in fmtint() 1114 int separators = (flags & PRINT_F_QUOTE); in fmtflt() local 1312 if (separators) /* Ge in fmtflt() 1398 int separators = (digits - ((digits % 3 == 0) ? 1 : 0)) / 3; getnumsep() local [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 49 inline const char *separators(Style style) { in separators() function 82 size_t end = path.find_first_of(separators(style), 2); in find_first_component() 91 size_t end = path.find_first_of(separators(style)); in find_first_component() 101 size_t pos = str.find_last_of(separators(style), str.size() - 1); in filename_pos() 126 return str.find_first_of(separators(style), 2); in root_dir_start() 283 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++() 436 size_t loc = component.find_first_not_of(separators(style)); in append() 731 size_t next_slash = remaining.find_first_of(separators(style)); in remove_dots() 847 assert(P.find_first_of(separators(Style::native)) == StringRef::npos && in createTemporaryFile()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_NAME_print_ex.pod | 58 determine the field separators to use. 59 Two distinct separators are used between distinct RelativeDistinguishedName 64 B<XN_FLAG_SEP_COMMA_PLUS> uses comma and plus as separators.
|
| H A D | SSL_CTX_set1_curves.pod | 156 Prepending one or more groups to C<DEFAULT> using only C<:> separators prepends those 159 Appending a set of groups to C<DEFAULT> using only C<:> separators appends those 181 thereby interpreting tuple separators as group separators. The extension's
|
| /freebsd/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. 401 # Look at the argument we got. We use all the common list separators. 420 # Look at the argument we got. We use all the common list separators.
|
| /freebsd/contrib/file/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/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/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/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/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/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/contrib/file/magic/Magdir/ |
| H A D | sosi | 26 # [carriage return] as separators, not only line end.
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-namedisplay-options.pod | 135 Specify the field separators. The first word is used between the
|
| H A D | openssl-ciphers.pod.in | 115 Commas or spaces are also acceptable separators but colons are normally used.
|
| /freebsd/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/crypto/krb5/src/util/et/ |
| H A D | texinfo.tex | 1436 % Make spaces be word-separators rather than space tokens. 1465 % Make spaces be word-separators rather than space tokens. 1484 % Make spaces be word-separators rather than space tokens. 1503 % Make spaces be word-separators rather than space tokens. 1518 % Make spaces be word-separators rather than space tokens. 1532 % Make spaces be word-separators rather than space tokens.
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | README | 135 separators) segments.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | kstat.shlib | 371 # separator. If there are no '.' separators, the second arg
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 230 "digit separators are incompatible with C++ standards before C++14">, 233 "digit separators are incompatible with C standards before C23">,
|
| /freebsd/usr.bin/bmake/unit-tests/ |
| H A D | Makefile | 620 ${:D Job separators on their own line are ok. } \
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | Makefile | 617 ${:D Job separators on their own line are ok. } \
|
| /freebsd/contrib/file/ |
| H A D | ChangeLog | 343 * Make sure that continuation separators are printed 527 * PR/556: Fix separators on annotations. 1332 * don't print \012- separators in the same magic entry
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 436 Multiple names are specified with comma separators and without whitespace.
|
| /freebsd/contrib/sendmail/cf/cf/ |
| H A D | submit.cf | 983 ### Check user portion for host separators.
|