/freebsd/lib/libc/stdio/ |
H A D | stdio.3 | 241 .It "asprintf formatted output conversion" 243 .It "dprintf formatted output conversion" 257 .It "fprintf formatted output conversion" 273 .It "fwprintf formatted wide character output conversion" 286 .It "printf formatted output conversion" 300 .It "snprintf formatted output conversion" 301 .It "sprintf formatted output conversion" 304 .It "swprintf formatted wide character output conversion" 312 .It "vasprintf formatted output conversion" 313 .It "vdprintf formatted output conversion" [all …]
|
H A D | printf_l.3 | 39 .Nd formatted output conversion 66 The above functions are used to convert formatted output in the locale
|
/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 | geos | 22 30 string PRG\ formatted\ GEOS\ file Formatted GEOS file
|
H A D | hitachi-sh | 19 # for common object formatted files 27 # display name+variables+flags for common object formatted files
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 155 const auto &Formatted = in process() local 157 assert(Formatted != Text); in process() 161 tooling::Replacement(SourceMgr, Location, Length, Formatted))); in process() 193 std::string Formatted; in format() local 198 Formatted.push_back(C); in format() 199 return Formatted; in format() 209 Formatted.push_back(Separator); in format() 213 Formatted.push_back(C); in format() 217 return Formatted; in format()
|
H A D | Macros.h | 159 /// When getting the formatted lines of the expansion via the \c addLine method 167 /// the macro call tokens fit the semantic structure of the expanded formatted 198 /// Retrieve the formatted \c UnwrappedLine containing the orginal 199 /// macro calls, formatted according to the expanded token stream received 202 /// formatted unwrapped lines handed in via \c addLine(), with the exception 215 /// where in a formatted line "int x;" and "int y;" would both be new separate 296 // The structure in the incoming formatted unwrapped line will be:
|
/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 | 398 * The formatted reason is stored in out_reason. out_reason is initialized 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() [all …]
|
/freebsd/lib/libc/locale/ |
H A D | localeconv.3 | 169 but for internationally formatted monetary quantities. 173 but for internationally formatted monetary quantities. 177 but for internationally formatted monetary quantities. 181 but for internationally formatted monetary quantities. 185 but for internationally formatted monetary quantities. 189 but for internationally formatted monetary quantities.
|
/freebsd/contrib/unbound/util/ |
H A D | log.h | 69 * It has printf formatted arguments. No trailing newline is needed. 143 * @param use_iso: if true, ascii timestamps are formatted in iso format. 152 * Pass printf formatted arguments. No trailing newline is needed. 159 * Pass printf formatted arguments. No trailing newline is needed. 166 * Pass printf formatted arguments. No trailing newline is needed. 182 * Pass printf formatted arguments. No trailing newline is needed. 189 * Pass printf formatted arguments. No trailing newline is needed. 205 * Pass printf formatted arguments. No trailing newline is needed.
|
/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 …]
|
/freebsd/contrib/mandoc/ |
H A D | catman.8 | 37 format and formats all of them, storing the formatted versions in 103 to save individual formatted files to the file system, 366 store the formatted files, of not supporting any configuration file 373 always reformats each page, even if the formatted version is newer
|
H A D | mandocd.8 | 36 It does not require listing all the manuals to be formatted on the 37 command line, and it supports writing each formatted manual to its 58 formatted as a decimal ASCII-encoded integer. 78 input, the second one for formatted output, and the third one
|
/freebsd/usr.sbin/fdformat/ |
H A D | fdformat.8 | 60 as the fill byte for newly formatted sectors. 101 newly formatted medium (without permanently changing the density 154 The floppy is now ready to be high-level formatted with a file system. 165 is printed when the track is being formatted, then a
|
/freebsd/sys/dev/qat/qat_api/common/include/ |
H A D | lac_buffer_desc.h | 108 * Ensure the CpaFlatBuffer is correctly formatted. 111 * Ensures the CpaFlatBuffer is correctly formatted 133 * Ensure the CpaFlatBuffer is correctly formatted. 138 * Ensures the CpaFlatBuffer is correctly formatted 160 * Ensure the CpaBufferList is correctly formatted. 163 * Ensures the CpaBufferList pUserBufferList is correctly formatted 187 * Ensure the CpaBufferList is correctly formatted. 190 * Ensures the CpaBufferList pUserBufferList is correctly formatted
|
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | print.h | 32 // [ostream.formatted.print]/3 in __vprint_nonunicode() 33 // Effects: Behaves as a formatted output function in __vprint_nonunicode() 34 // ([ostream.formatted.reqmts]) of os, except that: in __vprint_nonunicode() 85 // of [ostream.formatted.print]/3 104 // [ostream.formatted.print]/3 in __vprint_unicode()
|
/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 | 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.
|
/freebsd/contrib/libpcap/pcap/ |
H A D | pcap-inttypes.h | 81 * support for %zu in the formatted printing functions. 85 * the formatted printing functions. 88 * for %zu in the formatted printing functions.
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | ossl_store-file.7 | 75 In case a file is formatted as PEM, each called file handler receives 78 formatted files can contain more than one object, the file handlers 81 If the file isn't determined to be formatted as PEM, the content is
|
H A D | provider-decoder.7 | 189 An implementation with that input type decodes PEM formatted data. 192 An implementation with that input type decodes DER formatted data. 195 An implementation with that input type decodes MSBLOB formatted data. 198 An implementation with that input type decodes PVK formatted data.
|
/freebsd/lib/libc/stdlib/ |
H A D | strfmon.3 | 104 specified number of digits are formatted so they will be 120 argument is formatted as an international monetary amount. 124 argument is formatted as a national monetary amount.
|
/freebsd/lib/libc/gen/ |
H A D | err.3 | 46 .Nd formatted error messages 85 family of functions display a formatted error message on the standard 95 -like formatted error message is output.
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_emit.3 | 15 .Nd emit formatted output based on format string and arguments 29 function emits formatted output using the description in a format
|