/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-to-separator.mk | 10 . 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 D | err_prn.c | 60 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, tmp); in ERR_add_error_txt() [all …]
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_scan.c | 86 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/ntp/sntp/m4/ |
H A D | ntp_dir_sep.m4 | 2 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 D | T.flags | 21 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 D | Util.pm | 266 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 D | OPENSSL_hexchar2int.pod | 30 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 D | cli.c | 104 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 D | cli.h | 31 int separator); 36 int separator);
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_get/ |
H A D | zfs_get_common.kshlib | 42 typeset separator=${3} 74 comb_str=$comb_str$separator${elements[item]}
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | sosi | 18 # 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 D | test_ustar_filenames.c | 40 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/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
H A D | zfs_get_common.kshlib | 47 typeset separator=${3} 79 comb_str=$comb_str$separator${elements[item]}
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-info.pod.in | 57 Outputs the separator character between a directory specification and 60 separator between directory elements. 64 Outputs the OpenSSL list separator character.
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | btree.c | 982 uint8_t *separator = common->btc_elems + common_idx * size; in zfs_btree_bulk_finish() local 985 bcpy(separator, out, size); in zfs_btree_bulk_finish() 999 l_hdr->bth_count - move_count) * size, separator, size); in zfs_btree_bulk_finish() 1049 uint8_t *separator = parent->btc_elems + ((parent_idx - 1) * in zfs_btree_bulk_finish() local 1052 bcpy(separator, e_out, size); in zfs_btree_bulk_finish() 1068 bcpy(l_neighbor->btc_elems + move_idx * size, separator, size); in zfs_btree_bulk_finish() 1509 uint8_t *separator = parent->btc_elems + (parent_idx - 1) * in zfs_btree_remove_from_node() local 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() 1545 uint8_t *separator = parent->btc_elems + parent_idx * size; in zfs_btree_remove_from_node() local [all …]
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | text.hpp | 57 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 D | DiagnosticManager.cpp | 47 std::string DiagnosticManager::GetString(char separator) { in GetString() argument 62 stream << separator; in GetString()
|
/freebsd/crypto/openssl/ |
H A D | Configure | 2965 my $separator = shift; 2969 # string of joined values with $separator as the separator. 2970 my $found_array = !defined($separator); 2995 join($separator, grep { defined($_) && $_ ne "" } @values); 2999 my $separator = " "; 3002 $separator = $opts->{separator}; 3005 sub { _add($separator, @x, @_) }; 3008 my $separator = " "; 3011 $separator = $opts->{separator}; 3014 sub { _add($separator, @_, @x) }; [all …]
|
/freebsd/contrib/kyua/utils/text/ |
H A D | table.cpp | 206 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/doc/internal/man3/ |
H A D | ossl_ends_with_dirsep.pod | 19 separator in a platform agnostic way. 27 separator, 0 otherwise.
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | UUID.cpp | 49 std::string UUID::GetAsString(llvm::StringRef separator) const { in GetAsString() 55 os << separator; in GetAsString()
|
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_prn.c | 115 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 D | fastfind.c | 116 extern char separator; 332 (void)printf("%s%c",path,separator); 336 (void)printf("%s%c",path,separator);
|
/freebsd/crypto/openssl/crypto/ |
H A D | core_namemap.c | 304 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()
|
/freebsd/sbin/natd/ |
H A D | natd.c | 1623 char* separator; in SetupPortRedirect() local 1645 separator = strchr(ptr, ','); in SetupPortRedirect() 1646 if (separator) { /* LSNAT redirection syntax. */ in SetupPortRedirect() 1667 separator = strchr (ptr, ':'); in SetupPortRedirect() 1668 if (separator) { in SetupPortRedirect() 1686 separator = strchr (ptr, ':'); in SetupPortRedirect() 1687 if (separator) { in SetupPortRedirect() 1814 char* separator; in SetupAddressRedirect() local 1830 separator = strchr(ptr, ','); in SetupAddressRedirect() 1831 if (separator) { /* LSNAT redirection syntax. */ in SetupAddressRedirect()
|