| /src/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() 222 atf_dynstr_length(&formatted)) != -1); 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() 323 found = grep_string(atf_dynstr_cstring(&formatted), line); 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 [all …]
|
| H A D | tc.c | 1026 atf_dynstr_t formatted; in _atf_tc_expect_exit() local 1032 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); in _atf_tc_expect_exit() 1035 create_resfile(ctx, "expected_exit", exitcode, &formatted); in _atf_tc_expect_exit() 1043 atf_dynstr_t formatted; in _atf_tc_expect_signal() local 1049 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); in _atf_tc_expect_signal() 1052 create_resfile(ctx, "expected_signal", signo, &formatted); in _atf_tc_expect_signal() 1059 atf_dynstr_t formatted; in _atf_tc_expect_death() local 1065 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2)); in _atf_tc_expect_death() 1068 create_resfile(ctx, "expected_death", -1, &formatted); in _atf_tc_expect_death() 1075 atf_dynstr_t formatted; in _atf_tc_expect_timeout() local [all …]
|
| /src/sys/dev/ixgbe/ |
| H A D | ixgbe_82599.c | 1579 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK); in ixgbe_fdir_add_signature_filter_82599() 1580 flow_type = input.formatted.flow_type & in ixgbe_fdir_add_signature_filter_82599() 1681 input->formatted.bkt_hash = bucket_hash & 0x1FFF; in ixgbe_atr_compute_perfect_hash_82599() 1695 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599() 1697 mask |= (u32)IXGBE_NTOHS(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599() 1742 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599() 1746 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599() 1756 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599() 1759 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599() 1760 input_mask->formatted.src_port) { in ixgbe_fdir_set_input_mask_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()
|
| /src/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 57 # 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
|
| H A D | geos | 22 30 string PRG\ formatted\ GEOS\ file Formatted GEOS file
|
| /src/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()
|
| /src/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 | 132 An implementation with that input type decodes PEM formatted data. 136 An implementation with that input type decodes DER formatted data. 140 An implementation with that input type decodes MSBLOB formatted data. 144 An implementation with that input type decodes PVK formatted data.
|
| H A D | provider-encoder.pod | 155 An implementation with that output type outputs PEM formatted data. 159 An implementation with that output type outputs DER formatted data. 163 An implementation with that output type outputs MSBLOB formatted data. 167 An implementation with that output type outputs PVK formatted data.
|
| /src/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()
|
| /src/sys/contrib/device-tree/Bindings/net/ |
| H A D | bluetooth.txt | 4 uniquely assigned to the Bluetooth device, formatted with least significant
|
| /src/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.
|
| /src/contrib/unbound/ |
| H A D | ax_build_date_epoch.m4 | 12 # formatted according to FORMAT if specified, otherwise it is formatted as
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | tt.15 | 3 # output: text formatted into lines of <= 72 characters
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | ostream.inc | 31 // [ostream.formatted.print], print functions
|
| /src/crypto/krb5/src/lib/krb5/error_tables/ |
| H A D | asn1_err.et | 10 error_code ASN1_BAD_FORMAT, "ASN.1 badly-formatted encoding"
|
| /src/contrib/ncurses/misc/ |
| H A D | chkdef.cmd | 37 * formatted. 82 /* The input was not properly formatted */
|
| /src/contrib/llvm-project/lld/ |
| H A D | CODE_OWNERS.TXT | 6 The list is sorted by surname and formatted to allow easy grepping and
|
| /src/crypto/heimdal/lib/asn1/ |
| H A D | asn1_err.et | 18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding"
|
| /src/contrib/llvm-project/compiler-rt/ |
| H A D | CREDITS.TXT | 6 The list is sorted by surname and formatted to allow easy grepping and
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-storeutl.pod.in | 91 The arg must be formatted as C</type0=value0/type1=value1/type2=...>. 110 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
|
| /src/lib/libc/db/ |
| H A D | README | 26 docs Various USENIX papers, and the formatted manual pages.
|