| /freebsd-14.2/contrib/atf/atf-c/ |
| H A D | utils.c | 211 atf_dynstr_t formatted; in atf_utils_create_file() local 215 error = atf_dynstr_init_ap(&formatted, contents, ap); in atf_utils_create_file() 221 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted), in atf_utils_create_file() 225 atf_dynstr_fini(&formatted); in atf_utils_create_file() 311 atf_dynstr_t formatted; in atf_utils_grep_file() local 315 error = atf_dynstr_init_ap(&formatted, regex, ap); in atf_utils_grep_file() 328 atf_dynstr_fini(&formatted); in atf_utils_grep_file() 345 atf_dynstr_t formatted; in atf_utils_grep_string() local 349 error = atf_dynstr_init_ap(&formatted, regex, ap); in atf_utils_grep_string() 353 res = grep_string(atf_dynstr_cstring(&formatted), str); in atf_utils_grep_string() [all …]
|
| H A D | tc.c | 975 atf_dynstr_t formatted; in _atf_tc_expect_exit() local 981 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); in _atf_tc_expect_exit() 984 create_resfile(ctx, "expected_exit", exitcode, &formatted); in _atf_tc_expect_exit() 992 atf_dynstr_t formatted; in _atf_tc_expect_signal() local 998 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); in _atf_tc_expect_signal() 1001 create_resfile(ctx, "expected_signal", signo, &formatted); in _atf_tc_expect_signal() 1008 atf_dynstr_t formatted; in _atf_tc_expect_death() local 1014 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); in _atf_tc_expect_death() 1017 create_resfile(ctx, "expected_death", -1, &formatted); in _atf_tc_expect_death() 1024 atf_dynstr_t formatted; in _atf_tc_expect_timeout() local [all …]
|
| /freebsd-14.2/sys/dev/ixgbe/ |
| H A D | ixgbe_82599.c | 1729 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599() 1901 input->formatted.src_ip[0]); in ixgbe_fdir_write_perfect_filter_82599() 1903 input->formatted.src_ip[1]); in ixgbe_fdir_write_perfect_filter_82599() 1905 input->formatted.src_ip[2]); in ixgbe_fdir_write_perfect_filter_82599() 1909 input->formatted.src_ip[0]); in ixgbe_fdir_write_perfect_filter_82599() 1914 input->formatted.dst_ip[0]); in ixgbe_fdir_write_perfect_filter_82599() 1946 fdirhash = input->formatted.bkt_hash; in ixgbe_fdir_write_perfect_filter_82599() 1986 fdirhash = input->formatted.bkt_hash; in ixgbe_fdir_erase_perfect_filter_82599() 2039 switch (input->formatted.flow_type) { in ixgbe_fdir_add_perfect_filter_82599() 2043 if (input->formatted.dst_port || input->formatted.src_port) { in ixgbe_fdir_add_perfect_filter_82599() [all …]
|
| H A D | if_fdir.c | 116 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_TCPV4; in ixgbe_atr() 123 input.formatted.flow_type ^= IXGBE_ATR_FLOW_TYPE_UDPV4; in ixgbe_atr() 129 input.formatted.vlan_id = htobe16(mp->m_pkthdr.ether_vtag); in ixgbe_atr()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | arm | 12 # display name+variables+flags for common object formatted files 21 # display name+variables+flags for common object formatted files 30 # display name+variables+flags for common object formatted files 39 # display name+variables+flags for common object formatted files 48 # display name+variables+flags for common object formatted files
|
| H A D | hitachi-sh | 19 # for common object formatted files 27 # display name+variables+flags for common object formatted files
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | SocketAddress.cpp | 48 const char *formatted = inet_ntoa(*static_cast<const in_addr *>(src)); in inet_ntop() local 49 if (formatted && strlen(formatted) < static_cast<size_t>(size)) { in inet_ntop() 50 return ::strcpy(dst, formatted); in inet_ntop()
|
| /freebsd-14.2/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_read_open2.c | 59 test(int formatted, archive_open_callback *o, archive_read_callback *r, in test() argument 64 if (formatted) in test()
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | ossl_store-file.pod | 28 In case a file is formatted as PEM, each called file handler receives 31 formatted files can contain more than one object, the file handlers 34 If the file isn't determined to be formatted as PEM, the content is
|
| H A D | provider-decoder.pod | 130 An implementation with that input type decodes PEM formatted data. 134 An implementation with that input type decodes DER formatted data. 138 An implementation with that input type decodes MSBLOB formatted data. 142 An implementation with that input type decodes PVK formatted data.
|
| H A D | provider-encoder.pod | 153 An implementation with that output type outputs PEM formatted data. 157 An implementation with that output type outputs DER formatted data. 161 An implementation with that output type outputs MSBLOB formatted data. 165 An implementation with that output type outputs PVK formatted data.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | bluetooth.txt | 4 uniquely assigned to the Bluetooth device, formatted with least significant
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | README.hackers | 7 Dave likes this code indented formatted in a consistent way.
|
| H A D | dot.emacs | 1 ;; This is how Dave Mills likes to see the NTP code formatted.
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | tt.15 | 3 # output: text formatted into lines of <= 72 characters
|
| /freebsd-14.2/sys/amd64/conf/ |
| H A D | GENERIC-MMCCAM | 10 # Access GPT-formatted and labeled root volume
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | ostream.inc | 31 // [ostream.formatted.print], print functions
|
| /freebsd-14.2/contrib/ncurses/misc/ |
| H A D | chkdef.cmd | 37 * formatted. 82 /* The input was not properly formatted */
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-storeutl.pod.in | 89 The arg must be formatted as C</type0=value0/type1=value1/type2=...>. 108 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
|
| /freebsd-14.2/contrib/llvm-project/lld/ |
| H A D | CODE_OWNERS.TXT | 6 The list is sorted by surname and formatted to allow easy grepping and
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | asn1_err.et | 18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding"
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/ |
| H A D | CREDITS.TXT | 6 The list is sorted by surname and formatted to allow easy grepping and
|
| /freebsd-14.2/lib/libc/db/ |
| H A D | README | 27 docs Various USENIX papers, and the formatted manual pages.
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | PKCS12_key_gen_utf8_ex.pod | 67 PKCS12_key_gen_asc() and PKCS12_key_gen_asc_ex() expect an ASCII-formatted password. 71 PKCS12_key_gen_uni() and PKCS12_key_gen_uni_ex() expect a Unicode-formatted password.
|
| /freebsd-14.2/contrib/unifdef/ |
| H A D | README | 12 Pre-formatted documentation can be found in unifdef.txt
|