Home
last modified time | relevance | path

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

12

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp47 inline const char *separators(Style style) { in separators() function
80 size_t end = path.find_first_of(separators(style), 2); in find_first_component()
89 size_t end = path.find_first_of(separators(style)); in find_first_component()
99 size_t pos = str.find_last_of(separators(style), str.size() - 1); in filename_pos()
124 return str.find_first_of(separators(style), 2); in root_dir_start()
281 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++()
434 size_t loc = component.find_first_not_of(separators(style)); in append()
730 size_t next_slash = remaining.find_first_of(separators(style)); in remove_dots()
842 assert(P.find_first_of(separators(Style::native)) == StringRef::npos && in createTemporaryFile()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509_NAME_print_ex.pod55 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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/contrib/file/magic/Magdir/
H A Dsosi26 # [carriage return] as separators, not only line end.
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td180 "digit separators are incompatible with C++ standards before C++14">,
183 "digit separators are incompatible with C standards before C2x">,
/freebsd-13.1/contrib/sqlite3/tea/win/
H A Drules.vc26 ### Fix the path separators.
/freebsd-13.1/contrib/bmake/unit-tests/
H A DMakefile530 ${:D Job separators on their own line are ok. } \
/freebsd-13.1/usr.bin/bmake/unit-tests/
H A DMakefile534 ${:D Job separators on their own line are ok. } \
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dlocale1471 // Stage 2 - Widen __nar while adding thousands separators
1500 // Stage 2 - Widen __nar while adding thousands separators
1528 // Stage 2 - Widen __nar while adding thousands separators
1556 // Stage 2 - Widen __nar while adding thousands separators
1597 // Stage 2 - Widen __nar while adding thousands separators
1648 // Stage 2 - Widen __nar while adding thousands separators
/freebsd-13.1/contrib/file/
H A DChangeLog185 * Make sure that continuation separators are printed
369 * PR/556: Fix separators on annotations.
1174 * don't print \012- separators in the same magic entry
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dciphers.pod112 Commas or spaces are also acceptable separators but colons are normally used.
H A Dx509.pod587 These options determine the field separators. The first character is
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq.texi436 Multiple names are specified with comma separators and without whitespace.
H A Dntpq-opts.def698 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-13.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf980 ### Check user portion for host separators.
/freebsd-13.1/contrib/xz/
H A DChangeLog103 xz: Never use thousand separators in DJGPP builds.
105 DJGPP 2.05 added support for thousands separators but it's
108 by disabling thousands separators for DJGPP builds.
1432 separators... now it should work (I tested VS2013 version).
6780 DOS-like: Treat \ and : as directory separators in addition to /.

12