Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 25 of 147) sorted by relevance

123456

/src/contrib/atf/atf-c/
H A Dutils.c211 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 Dtc.c1026 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 Dixgbe_82599.c1579 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 Dif_fdir.c116 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 Darm12 # 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 Dhitachi-sh19 # for common object formatted files
27 # display name+variables+flags for common object formatted files
H A Dgeos22 30 string PRG\ formatted\ GEOS\ file Formatted GEOS file
/src/contrib/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp48 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 Dossl_store-file.pod28 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 Dprovider-decoder.pod132 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 Dprovider-encoder.pod155 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 Dtest_archive_read_open2.c59 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 Dbluetooth.txt4 uniquely assigned to the Bluetooth device, formatted with least significant
/src/contrib/ntp/
H A DREADME.hackers7 Dave likes this code indented formatted in a consistent way.
H A Ddot.emacs1 ;; This is how Dave Mills likes to see the NTP code formatted.
/src/contrib/unbound/
H A Dax_build_date_epoch.m412 # formatted according to FORMAT if specified, otherwise it is formatted as
/src/contrib/one-true-awk/testdir/
H A Dtt.153 # output: text formatted into lines of <= 72 characters
/src/contrib/llvm-project/libcxx/modules/std/
H A Dostream.inc31 // [ostream.formatted.print], print functions
/src/crypto/krb5/src/lib/krb5/error_tables/
H A Dasn1_err.et10 error_code ASN1_BAD_FORMAT, "ASN.1 badly-formatted encoding"
/src/contrib/ncurses/misc/
H A Dchkdef.cmd37 * formatted.
82 /* The input was not properly formatted */
/src/contrib/llvm-project/lld/
H A DCODE_OWNERS.TXT6 The list is sorted by surname and formatted to allow easy grepping and
/src/crypto/heimdal/lib/asn1/
H A Dasn1_err.et18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding"
/src/contrib/llvm-project/compiler-rt/
H A DCREDITS.TXT6 The list is sorted by surname and formatted to allow easy grepping and
/src/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in91 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 DREADME26 docs Various USENIX papers, and the formatted manual pages.

123456