Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 25 of 218) sorted by relevance

123456789

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_kbkdf_counter.txt32 Ctrl.use-separator = use-separator:0
45 Ctrl.use-separator = use-separator:0
58 Ctrl.use-separator = use-separator:0
71 Ctrl.use-separator = use-separator:0
89 Ctrl.use-separator = use-separator:0
102 Ctrl.use-separator = use-separator:0
115 Ctrl.use-separator = use-separator:0
128 Ctrl.use-separator = use-separator:0
146 Ctrl.use-separator = use-separator:0
159 Ctrl.use-separator = use-separator:0
[all …]
/freebsd/crypto/openssl/crypto/err/
H A Derr_prn.c60 void ERR_add_error_txt(const char *separator, const char *txt) in ERR_add_error_txt() argument
69 if (separator == NULL) in ERR_add_error_txt()
70 separator = ""; in ERR_add_error_txt()
77 const char *leading_separator = separator; in ERR_add_error_txt()
90 || strlen(separator) >= (size_t)(MAX_DATA_LEN - data_len)) in ERR_add_error_txt()
93 available_len = MAX_DATA_LEN - data_len - strlen(separator) - 1; in ERR_add_error_txt()
96 if (*separator == '\0') { in ERR_add_error_txt()
109 next = strstr(curr, separator); in ERR_add_error_txt()
111 next += strlen(separator); in ERR_add_error_txt()
126 ERR_add_error_data(2, separator, tm in ERR_add_error_txt()
147 ERR_add_error_mem_bio(const char * separator,BIO * bio) ERR_add_error_mem_bio() argument
[all...]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c86 static char separator; /* capability separator */ variable
454 if (separator == ':' && ch == ':') in _nc_get_token()
484 _nc_panic_mode(separator); in _nc_get_token()
515 separator = ':'; in _nc_get_token()
519 separator = ','; in _nc_get_token()
603 separator = ':'; in _nc_get_token()
693 if (ch != separator) in _nc_get_token()
699 if ((ch = next_char()) != separator && !silent) in _nc_get_token()
718 if ((*numchk != '\0') || (ch != separator)) in _nc_get_token()
736 if (!silent && ch != separator) in _nc_get_token()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A DT.flags21 grep 'no field separator' foo >/dev/null || echo 'T.flags: bad missing field separator'
25 # grep 'field separator FS is empty' foo >/dev/null || echo 'T.flags: bad empty field separator'
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_dir_sep.m42 dnl What directory path separator do we use?
5 [for directory path separator],
22 [Directory separator character, usually / or \\])
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_hexchar2int.pod30 The character I<sep> is the separator between the bytes, setting this to '\0'
31 means that there is no separator.
41 default separator of ':'.
48 The character I<sep> is the separator between the bytes, setting this to '\0'
49 means that there is no separator.
57 default separator of ':'.
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm285 my $separator; # Item separator
297 $separator = ",$nlindent2";
309 $separator = ",$nlindent2";
319 $delim_l . join($separator, map { &$product } @items) . $delim_r;
/freebsd/contrib/file/magic/Magdir/
H A Dmagic16 # some (28/339) samples start with separator line (about 78 minus characters) like:
24 # few (6/339) samples with 1st comment line and without separator comment line
42 # many samples start with separator comment line
49 # with 1st empty line, separator comment line and without Revision Control System keyword but with …
54 # sample aria (2021-12-24) with 1st empty line, separator comment line and without Revision Control…
57 # few samples with 1st empty line and without separator comment line like: biosig (2021-02-23) espr…
H A Dsosi18 # separator (any number of " ", "\t", "\n" or "\r"), might have BOM at
22 # separator, as well as "..SOSI-VERSJON " followed by the format
23 # version and a separator.
/freebsd/contrib/wpa/src/common/
H A Dcli.c104 int separator) in cli_txt_list_del_word() argument
109 end = os_strchr(txt, separator); in cli_txt_list_del_word()
153 int separator) in cli_txt_list_add_word() argument
159 end = os_strchr(txt, separator); in cli_txt_list_add_word()
H A Dcli.h31 int separator);
36 int separator);
/freebsd/usr.bin/column/
H A Dcolumn.c63 static const wchar_t *separator = L"\t "; /* field separator for table option */ variable
108 separator = newsep; in main()
242 for (p = *lp; wcschr(separator, *p); ++p) in maketbl()
259 (s = wcspbrk(p, separator))) { in maketbl()
261 while (*s && wcschr(separator, *s)) in maketbl()
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_common.kshlib42 typeset separator=${3}
74 comb_str=$comb_str$separator${elements[item]}
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_ustar_filenames.c40 int separator = 0; in test_filename()
51 separator = 1; in test_filename()
53 for (; i < dlen + flen + separator; i++) in test_filename()
41 int separator = 0; test_filename() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c983 uint8_t *separator = common->btc_elems + common_idx * size; in zfs_btree_bulk_finish() local
986 bcpy(separator, out, size); in zfs_btree_bulk_finish()
1000 l_hdr->bth_count - move_count) * size, separator, size); in zfs_btree_bulk_finish()
1050 uint8_t *separator = parent->btc_elems + ((parent_idx - 1) * in zfs_btree_bulk_finish() local
1053 bcpy(separator, e_out, size); in zfs_btree_bulk_finish()
1069 bcpy(l_neighbor->btc_elems + move_idx * size, separator, size); in zfs_btree_bulk_finish()
1510 uint8_t *separator = parent->btc_elems + (parent_idx - 1) * in zfs_btree_remove_from_node() local
1512 bcpy(separator, node->btc_elems, size); in zfs_btree_remove_from_node()
1522 bcpy(take_elem, separator, size); in zfs_btree_remove_from_node()
1546 uint8_t *separator = parent->btc_elems + parent_idx * size; in zfs_btree_remove_from_node() local
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_common.kshlib48 typeset separator=${3}
80 comb_str=$comb_str$separator${elements[item]}
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-info.pod.in58 Outputs the separator character between a directory specification and
61 separator between directory elements.
65 Outputs the OpenSSL list separator character.
/freebsd/contrib/atf/atf-c++/detail/
H A Dtext.hpp57 join(const T& words, const std::string& separator) in join() argument
67 str += separator; in join()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp47 std::string DiagnosticManager::GetString(char separator) { in GetString() argument
62 stream << separator; in GetString()
/freebsd/crypto/openssh/regress/
H A Dcfgmatch.sh122 for separator in " " "=" ; do
130 Match ${config}${separator}${value}
/freebsd/contrib/kyua/utils/text/
H A Dtable.cpp206 const std::string& separator) in format_row() argument
223 lines.push_back(text::join(*iter, separator)); in format_row()
383 text::table_formatter::set_separator(const char* separator) in set_separator() argument
385 _separator = separator; in set_separator()
/freebsd/crypto/openssl/apps/
H A Ddgst.c128 int separator = 0, debug = 0, keyform = FORMAT_UNDEF, siglen = 0; in dgst_main()
165 separator = 1; in dgst_main()
168 separator = 2; in dgst_main()
470 ret = do_fp_oneshot_sign(out, signctx, in, separator, out_bin, in dgst_main()
473 ret = do_fp(out, buf, inp, separator, out_bin, xoflen, in dgst_main()
490 if (do_fp_oneshot_sign(out, signctx, in, separator, out_bin, in dgst_main()
495 if (do_fp(out, buf, inp, separator, out_bin, xoflen, in dgst_main()
111 int separator = 0, debug = 0, keyform = FORMAT_UNDEF, siglen = 0; dgst_main() local
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_ends_with_dirsep.pod19 separator in a platform agnostic way.
27 separator, 0 otherwise.
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUUID.cpp49 std::string UUID::GetAsString(llvm::StringRef separator) const { in GetAsString()
55 os << separator; in GetAsString()
/freebsd/crypto/openssl/
H A DConfigure3124 my $separator = shift;
3129 my $found_array = !defined($separator);
3154 join($separator, grep { defined($_) && $_ ne "" } @values);
3158 my $separator = " ";
3161 $separator = $opts->{separator};
3164 sub { _add($separator, @x, @_) };
3167 my $separator = " ";
3170 $separator = $opts->{separator};
3173 sub { _add($separator, @_, @x) };
3731 my $separator = shift // qr|\s+|;
[all …]

123456789