Home
last modified time | relevance | path

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

123456

/freebsd-14.2/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()
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 Dtc.c975 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 Dixgbe_82599.c1729 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 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()
/freebsd-14.2/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
H A Dhitachi-sh19 # 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 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()
/freebsd-14.2/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()
/freebsd-14.2/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.pod130 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 Dprovider-encoder.pod153 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 Dbluetooth.txt4 uniquely assigned to the Bluetooth device, formatted with least significant
/freebsd-14.2/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.
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dtt.153 # output: text formatted into lines of <= 72 characters
/freebsd-14.2/sys/amd64/conf/
H A DGENERIC-MMCCAM10 # Access GPT-formatted and labeled root volume
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dostream.inc31 // [ostream.formatted.print], print functions
/freebsd-14.2/contrib/ncurses/misc/
H A Dchkdef.cmd37 * formatted.
82 /* The input was not properly formatted */
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in89 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 DCODE_OWNERS.TXT6 The list is sorted by surname and formatted to allow easy grepping and
/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dasn1_err.et18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding"
/freebsd-14.2/contrib/llvm-project/compiler-rt/
H A DCREDITS.TXT6 The list is sorted by surname and formatted to allow easy grepping and
/freebsd-14.2/lib/libc/db/
H A DREADME27 docs Various USENIX papers, and the formatted manual pages.
/freebsd-14.2/crypto/openssl/doc/man3/
H A DPKCS12_key_gen_utf8_ex.pod67 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 DREADME12 Pre-formatted documentation can be found in unifdef.txt

123456