Home
last modified time | relevance | path

Searched refs:separators (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c1001 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/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp51 inline const char *separators(Style style) { in separators() function
84 size_t end = path.find_first_of(separators(style), 2); in find_first_component()
93 size_t end = path.find_first_of(separators(style)); in find_first_component()
103 size_t pos = str.find_last_of(separators(style), str.size() - 1); in filename_pos()
128 return str.find_first_of(separators(style), 2); in root_dir_start()
285 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++()
438 size_t loc = component.find_first_not_of(separators(style)); in append()
733 size_t next_slash = remaining.find_first_of(separators(style)); in remove_dots()
849 assert(P.find_first_of(separators(Style::native)) == StringRef::npos && in createTemporaryFile()
/freebsd/crypto/openssl/doc/man3/
H A DX509_NAME_print_ex.pod59 determine the field separators to use.
60 Two distinct separators are used between distinct RelativeDistinguishedName
65 B<XN_FLAG_SEP_COMMA_PLUS> uses comma and plus as separators.
/freebsd/contrib/file/m4/
H A Dltoptions.m4176 # 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 Dltoptions.m4176 # 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 Dltoptions.m4176 # 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 Dltoptions.m4176 # 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 Dltoptions.m4176 # 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/openpam/m4/
H A Dltoptions.m4176 # 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 Dltoptions.m4176 # 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 Dsosi26 # [carriage return] as separators, not only line end.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod133 Specify the field separators. The first word is used between the
H A Dopenssl-ciphers.pod.in116 Commas or spaces are also acceptable separators but colons are normally used.
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3490.txt381 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/contrib/sqlite3/tea/win/
H A Drules.vc26 ### Fix the path separators.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td225 "digit separators are incompatible with C++ standards before C++14">,
228 "digit separators are incompatible with C standards before C23">,
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile577 ${:D Job separators on their own line are ok. } \
/freebsd/contrib/bmake/unit-tests/
H A DMakefile574 ${:D Job separators on their own line are ok. } \
/freebsd/contrib/file/
H A DChangeLog311 * Make sure that continuation separators are printed
495 * PR/556: Fix separators on annotations.
1300 * don't print \012- separators in the same magic entry
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi436 Multiple names are specified with comma separators and without whitespace.
H A Dntpq-opts.def708 Multiple names are specified with comma separators and without whitespace.
H A Dinvoke-ntpq.texi586 Multiple names are specified with comma separators and without whitespace.
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf983 ### Check user portion for host separators.
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlocale1315 // Stage 2 - Widen __nar while adding thousands separators
1380 // Stage 2 - Widen __nar while adding thousands separators
/freebsd/contrib/unbound/
H A Daclocal.m48538 # Look at the argument we got. We use all the common list separators.
8592 # Look at the argument we got. We use all the common list separators.
8646 # Look at the argument we got. We use all the common list separators.
8753 # Look at the argument we got. We use all the common list separators.

12