/freebsd/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 | 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/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()
|
/freebsd/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
|
H A D | ibm6000 | 9 # use subroutine (./coff) to display name+flags+variables for common object formatted files
|
/freebsd/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/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/contrib/libarchive/libarchive/test/ |
H A D | test_archive_read_open2.c | 59 test(int formatted, archive_open_callback *o, archive_read_callback *r, 64 if (formatted) in test() 60 test(int formatted,archive_open_callback * o,archive_read_callback * r,archive_skip_callback * s,archive_close_callback * c,int rv,const char * msg) test() argument
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | bluetooth.txt | 4 uniquely assigned to the Bluetooth device, formatted with least significant
|
/freebsd/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/contrib/one-true-awk/testdir/ |
H A D | tt.15 | 3 # output: text formatted into lines of <= 72 characters
|
/freebsd/contrib/ncurses/misc/ |
H A D | chkdef.cmd | 37 * formatted. 82 /* The input was not properly formatted */
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | ostream.cppm |
|
/freebsd/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/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/crypto/heimdal/lib/asn1/ |
H A D | asn1_err.et | 18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding"
|
/freebsd/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/lib/libc/db/ |
H A D | README | 26 docs Various USENIX papers, and the formatted manual pages.
|
/freebsd/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.
|