Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk10 . warning Space as separator does not work.
15 . warning Comma as separator does not work.
26 . warning Colon as separator does not work.
33 . warning Colon as separator does not work.
45 . warning Colon as separator does not work.
52 . warning Colon as separator does not work.
64 . warning Empty separator before closing brace does not work.
131 . warning The separator \n does not produce a newline.
136 . warning The separator \t does not produce a tab.
141 . warning The separator \012 is not interpreted in octal ASCII.
[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()
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, tmp); in ERR_add_error_txt()
147 void ERR_add_error_mem_bio(const char *separator, BIO *bio) in ERR_add_error_mem_bio() argument
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c86 static char separator; /* capability separator */ variable
416 if (separator == ':' && ch == ':') in _nc_get_token()
445 _nc_panic_mode(separator); in _nc_get_token()
476 separator = ':'; in _nc_get_token()
480 separator = ','; in _nc_get_token()
564 separator = ':'; in _nc_get_token()
654 if (ch != separator) in _nc_get_token()
660 if ((ch = next_char()) != separator && !silent) in _nc_get_token()
679 if ((*numchk != '\0') || (ch != separator)) in _nc_get_token()
697 if (!silent && ch != separator) in _nc_get_token()
[all …]
/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/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/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm266 my $separator; # Item separator
278 $separator = ",$nlindent2";
290 $separator = ",$nlindent2";
300 $delim_l . join($separator, map { &$product } @items) . $delim_r;
/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/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/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/file/magic/Magdir/
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/libarchive/libarchive/test/
H A Dtest_ustar_filenames.c40 int separator = 0; in test_filename() local
51 separator = 1; in test_filename()
53 for (; i < dlen + flen + separator; i++) in test_filename()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_common.kshlib47 typeset separator=${3}
79 comb_str=$comb_str$separator${elements[item]}
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-info.pod.in57 Outputs the separator character between a directory specification and
60 separator between directory elements.
64 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/sys/contrib/openzfs/module/zfs/
H A Dbtree.c985 bcpy(separator, out, size); in zfs_btree_bulk_finish()
1052 bcpy(separator, e_out, size); in zfs_btree_bulk_finish()
1511 bcpy(separator, node->btc_elems, size); in zfs_btree_remove_from_node()
1521 bcpy(take_elem, separator, size); in zfs_btree_remove_from_node()
1558 bcpy(take_elem, separator, size); in zfs_btree_remove_from_node()
1609 uint8_t *separator = parent->btc_elems + (parent_idx - 1) * in zfs_btree_remove_from_node() local
1611 bcpy(separator, e_out, size); in zfs_btree_remove_from_node()
1763 bcpy(take_elem, separator, size); in zfs_btree_remove_idx()
1788 bcpy(separator, leaf->btl_elems + (hdr->bth_first + in zfs_btree_remove_idx()
1794 bcpy(take_elem, separator, size); in zfs_btree_remove_idx()
[all …]
/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/openssl/doc/internal/man3/
H A Dossl_ends_with_dirsep.pod19 separator in a platform agnostic way.
27 separator, 0 otherwise.
/freebsd/crypto/openssl/
H A DConfigure2965 my $separator = shift;
2970 my $found_array = !defined($separator);
2999 my $separator = " ";
3002 $separator = $opts->{separator};
3005 sub { _add($separator, @x, @_) };
3008 my $separator = " ";
3011 $separator = $opts->{separator};
3014 sub { _add($separator, @_, @x) };
3550 # tokenize($line,$separator)
3565 my $separator = shift // qr|\s+|;
[all …]
/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/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/contrib/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp73 StringRef lastPart, separator; in handle() local
82 separator = line.substr(0, markerLen); in handle()
96 "'" + separator + partName + "' occurs more than once"); in handle()
/freebsd/crypto/openssl/crypto/ct/
H A Dct_prn.c115 const char *separator, const CTLOG_STORE *log_store) in SCT_LIST_print() argument
125 BIO_printf(out, "%s", separator); in SCT_LIST_print()
/freebsd/usr.bin/locate/locate/
H A Dfastfind.c116 extern char separator;
332 (void)printf("%s%c",path,separator);
336 (void)printf("%s%c",path,separator);
/freebsd/crypto/openssl/crypto/
H A Dcore_namemap.c304 const char *names, const char separator) in ossl_namemap_add_names() argument
324 if ((q = strchr(p, separator)) == NULL) in ossl_namemap_add_names()
331 if (*p == '\0' || *p == separator) { in ossl_namemap_add_names()
349 if ((q = strchr(p, separator)) == NULL) in ossl_namemap_add_names()

123456789