Home
last modified time | relevance | path

Searched full:format (Results 1 – 25 of 5148) sorted by relevance

12345678910>>...206

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrFormats.td10 // X86 Instruction Format Definitions.
13 // Format specifies the encoding used by the instruction. This is part of the
16 class Format<bits<7> val> {
20 def Pseudo : Format<0>;
21 def RawFrm : Format<1>;
22 def AddRegFrm : Format<2>;
23 def RawFrmMemOffs : Format<3>;
24 def RawFrmSrc : Format<4>;
25 def RawFrmDst : Format<5>;
26 def RawFrmDstSrc : Format<6>;
[all …]
/freebsd-13-stable/contrib/libarchive/libarchive/
HDlibarchive-formats.540 The following provides a brief description of each format supported
43 Note that just because a format is supported by libarchive does not
44 imply that a program that uses libarchive will support that format.
56 formats as well as v7 tar format and a subset of the legacy GNU tar format.
70 library can read most GNU-format tar archives.
74 archives, nor the old GNU long filename format.
80 library can write GNU tar format, including long filename
85 library can read and write POSIX-compliant pax interchange format
87 Pax interchange format archives are an extension of the older ustar
88 format that adds a separate entry with additional attributes stored
[all …]
HDcpio.530 .Nd format of cpio archive files
34 archive format collects any number of files, directories, and other
37 .Ss General Format
56 .Ss PWB format
59 format is the original format, when cpio was introduced as part of the
62 Each entry begins with a header in the following format:
86 are in PDP-endian format, which has little-endian shorts, and
104 it also holds a couple of bits that are irrelevant to the cpio format,
155 The size of the file. Note that this archive format is limited to 16
170 .Ss New Binary Format
[all …]
/freebsd-13-stable/contrib/kyua/utils/format/
HDformatter.cpp29 #include "utils/format/formatter.hpp"
35 #include "utils/format/exceptions.hpp"
40 namespace format = utils::format;
49 /// \param format The original format string provided by the user; needed for
65 find_next_placeholder(const std::string& format, in find_next_placeholder() argument
75 throw format::bad_format_error(format, "Trailing %"); in find_next_placeholder()
83 throw format::bad_format_error(format, "Unterminated placeholder '" + in find_next_placeholder()
91 /// \param format The format string; for error reporting purposes only.
98 to_int(const std::string& format, const std::string& str, const char* what) in to_int() argument
103 throw format::bad_format_error(format, "Invalid " + std::string(what) + in to_int()
[all …]
HDMakefile.am.inc29 libutils_a_SOURCES += utils/format/containers.hpp
30 libutils_a_SOURCES += utils/format/containers.ipp
31 libutils_a_SOURCES += utils/format/exceptions.cpp
32 libutils_a_SOURCES += utils/format/exceptions.hpp
33 libutils_a_SOURCES += utils/format/formatter.cpp
34 libutils_a_SOURCES += utils/format/formatter.hpp
35 libutils_a_SOURCES += utils/format/formatter_fwd.hpp
36 libutils_a_SOURCES += utils/format/formatter.ipp
37 libutils_a_SOURCES += utils/format/macros.hpp
40 tests_utils_formatdir = $(pkgtestsdir)/utils/format
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupFormat.cpp20 {LLDB_OPT_SET_1, false, "format", 'f', OptionParser::eRequiredArgument,
22 "Specify a format to be used for display."},
23 {LLDB_OPT_SET_2, false, "gdb-format", 'G', OptionParser::eRequiredArgument,
25 "Specify a format using a GDB format specifier string."},
28 "The size in bytes to use when displaying with the selected format."},
35 lldb::Format default_format, uint64_t default_byte_size, in OptionGroupFormat()
109 Format format = eFormatDefault; in SetOptionValue() local
113 ParserGDBFormatLetter(execution_context, gdb_format_str[0], format, in SetOptionValue()
120 // something is wrong. Also, if none of the format, size or count was in SetOptionValue()
123 (format == eFormatInvalid && byte_size == 0 && count == 0)) { in SetOptionValue()
[all …]
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDformat16 // [format.context], class template basic_format_context
21 // [format.args], class template basic_format_args
26 // [format.fmt.string], class template basic_format_string
34 basic_format_string(runtime-format-string<charT> s) noexcept : str(s.str) {} // since C++26
45 template<class charT> struct runtime-format-string { // since C++26, exposition-only
50 runtime-format-string(basic_string_view<charT> s) noexcept : str(s) {}
52 runtime-format-string(const runtime-format-string&) = delete;
53 runtime-format-string& operator=(const runtime-format-string&) = delete;
56 runtime-format-string<char> runtime_format(string_view fmt) noexcept {
59 runtime-format-string<wchar_t> runtime_format(wstring_view fmt) noexcept {
[all …]
/freebsd-13-stable/sys/amd64/vmm/
HDvmm_ktr.h39 #define VCPU_CTR0(vm, vcpuid, format) \ argument
40 CTR2(KTR_VMM, "vm %s[%d]: " format, vm_name((vm)), (vcpuid))
42 #define VCPU_CTR1(vm, vcpuid, format, p1) \ argument
43 CTR3(KTR_VMM, "vm %s[%d]: " format, vm_name((vm)), (vcpuid), (p1))
45 #define VCPU_CTR2(vm, vcpuid, format, p1, p2) \ argument
46 CTR4(KTR_VMM, "vm %s[%d]: " format, vm_name((vm)), (vcpuid), (p1), (p2))
48 #define VCPU_CTR3(vm, vcpuid, format, p1, p2, p3) \ argument
49 CTR5(KTR_VMM, "vm %s[%d]: " format, vm_name((vm)), (vcpuid), (p1), (p2), (p3))
51 #define VCPU_CTR4(vm, vcpuid, format, p1, p2, p3, p4) \ argument
52 CTR6(KTR_VMM, "vm %s[%d]: " format, vm_name((vm)), (vcpuid), \
[all …]
/freebsd-13-stable/usr.bin/hexdump/
HDhexdump.160 format.
78 same sixteen bytes in %_p format enclosed in ``|'' characters.
89 Specify a format string to be used for displaying data.
91 Specify a file that contains one or more newline separated format strings.
154 data according to the format strings specified by the
160 A format string contains any number of format units, separated by
162 A format unit contains up to three items: an iteration count, a byte
163 count, and a format.
167 Each format is applied iteration count times.
171 each iteration of the format.
[all …]
/freebsd-13-stable/contrib/ldns/ldns/
HDhost2str.h79 * Output format specifier
98 * Output format struct with additional data for flags that use them.
110 * Standard output format record that disables commenting in the textual
115 * Standard output format record that annotated only DNSKEY RR's with comment
120 * The default output format record. Same as ldns_output_format_onlykeyids.
124 * Standard output format record that shows all DNSKEY related information in
131 * Initialize output format storage to the default value.
144 * Set an output format flag.
151 * Clear an output format flag.
158 * Makes sure the LDNS_FMT_RFC3597 is set in the output format.
[all …]
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
HDuu_pname.c47 uu_die_internal(int status, const char *format, va_list alist) __NORETURN;
89 uu_warn_internal(int err, const char *format, va_list alist) in uu_warn_internal() argument
94 (void) vfprintf(stderr, format, alist); in uu_warn_internal()
96 if (strrchr(format, '\n') == NULL) in uu_warn_internal()
101 uu_vwarn(const char *format, va_list alist) in uu_vwarn() argument
103 uu_warn_internal(errno, format, alist); in uu_vwarn()
108 uu_warn(const char *format, ...) in uu_warn() argument
111 va_start(alist, format); in uu_warn()
112 uu_warn_internal(errno, format, alist); in uu_warn()
117 uu_die_internal(int status, const char *format, va_list alist) in uu_die_internal() argument
[all …]
/freebsd-13-stable/contrib/unbound/util/
HDlog.h72 * @param format: printf-style format string. Arguments follow.
75 const char* format, ...) ATTR_FORMAT(printf, 2, 3);
142 * Set if the time value is printed in ISO8601 format.
143 * @param use_iso: if true, ascii timestamps are formatted in iso format.
153 * @param format: printf-style format string. Arguments follow.
155 void log_info(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
160 * @param format: printf-style format string. Arguments follow.
162 void log_err(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
167 * @param format: printf-style format string. Arguments follow.
169 void log_warn(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
[all …]
/freebsd-13-stable/sys/contrib/libsodium/packaging/dotnet-core/
HDprepare.py53 self.projfile = os.path.join(self.builddir, '{0}.{1}.pkgproj'.format(PACKAGE, package_version))
54 self.propsfile = os.path.join(self.builddir, '{0}.props'.format(PACKAGE))
55 self.pkgfile = os.path.join(BUILDDIR, '{0}.{1}.nupkg'.format(PACKAGE, package_version))
60 …self.url = 'https://download.libsodium.org/libsodium/releases/libsodium-{0}-msvc.zip'.format(versi…
63 self.itemfile = '{0}/Release/v140/dynamic/libsodium.dll'.format(platform)
69 f.write('{0}: {1}\n'.format(self.packfile, self.tempfile))
73 f.write('{0}: {1}\n'.format(self.tempfile, self.cachefile))
75 f.write('\tcd {0} && unzip -q -DD -o {1} \'{2}\'\n'.format(
84 …omebrew/bottles/download_file?file_path=libsodium-{0}.{1}.bottle.tar.gz'.format(version.libsodium_…
87 self.itemfile = 'libsodium/{0}/lib/libsodium.dylib'.format(version.libsodium_version)
[all …]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
HDstructure46 revprops.db SQLite database of the packed revprops (format 5 only)
64 format File containing the format number of this filesystem
67 min-unpacked-revprop Same for revision properties (format 5 only)
70 Files in the revprops directory are in the hash dump format used by
73 The format of the "current" file is:
75 * Format 3 and above: a single line of the form
79 * Format 2 and below: a single line of the form "<youngest-revision>
98 It is only available with format 7 and newer repositories. Older formats
112 config format. It is automatically generated when you create a new
127 The "format" file defines what features are permitted within the
[all …]
/freebsd-13-stable/contrib/libxo/doc/
HDformat-strings.rst2 .. index:: Format Strings
5 Format Strings
8 libxo uses format strings to control the rendering of data into the
9 various output styles. Each format string contains a set of zero or
12 zero, one, or two format descriptors. The modifiers tell libxo what
13 the field is and how to treat it, while the format descriptors are
14 formatting instructions using printf-style format strings, telling
15 libxo how to format the field. The field description is placed inside
17 ("/") before each format descriptors. Text may be intermixed with
18 field descriptions within the format string.
[all …]
/freebsd-13-stable/crypto/openssl/doc/man1/
HDpkcs8.pod6 pkcs8 - PKCS#8 format private key conversion tool
36 The B<pkcs8> command processes private keys in PKCS#8 format. It can handle
37 both unencrypted PKCS#8 PrivateKeyInfo format and EncryptedPrivateKeyInfo
38 format with a variety of PKCS#5 (v1.5 and v2.0) and PKCS#12 algorithms.
52 reversed: it reads a private key and writes a PKCS#8 format key.
56 This specifies the input format: see L<KEY FORMATS> for more details. The default
57 format is PEM.
61 This specifies the output format: see L<KEY FORMATS> for more details. The default
62 format is PEM.
66 When this option is present and B<-topk8> is not a traditional format private
[all …]
/freebsd-13-stable/usr.bin/clang/llvm-size/
HDllvm-size.150 Equivalent to \fI\%\-\-format\fP with a value of \fBsysv\fP\&.
60 Equivalent to \fI\%\-\-format\fP with a value of \fBberkeley\fP\&.
65 Include ELF common symbol sizes in bss size for \fBberkeley\fP output format, or
78 Mach\-O files in \fBdarwin\fP format.
82 .B \-\-format=<format>
83 Set the output format to the \fB<format>\fP specified. Available \fB<format>\fP
93 $ llvm\-size \-\-format=berkeley test.o test2.o
102 For Mach\-O files, the output format is slightly different:
108 $ llvm\-size \-\-format=berkeley macho.obj macho2.obj
124 $ llvm\-size \-\-format=sysv test.elf test2.o
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
HDRemarkFormat.cpp20 Expected<Format> llvm::remarks::parseFormat(StringRef FormatStr) { in parseFormat()
21 auto Result = StringSwitch<Format>(FormatStr) in parseFormat()
22 .Cases("", "yaml", Format::YAML) in parseFormat()
23 .Case("yaml-strtab", Format::YAMLStrTab) in parseFormat()
24 .Case("bitstream", Format::Bitstream) in parseFormat()
25 .Default(Format::Unknown); in parseFormat()
27 if (Result == Format::Unknown) in parseFormat()
29 "Unknown remark format: '%s'", in parseFormat()
35 Expected<Format> llvm::remarks::magicToFormat(StringRef MagicStr) { in magicToFormat()
37 StringSwitch<Format>(MagicStr) in magicToFormat()
[all …]
HDRemarkParser.cpp52 llvm::remarks::createRemarkParser(Format ParserFormat, StringRef Buf) { in createRemarkParser()
54 case Format::YAML: in createRemarkParser()
56 case Format::YAMLStrTab: in createRemarkParser()
59 "The YAML with string table format requires a parsed string table."); in createRemarkParser()
60 case Format::Bitstream: in createRemarkParser()
62 case Format::Unknown: in createRemarkParser()
64 "Unknown remark parser format."); in createRemarkParser()
70 llvm::remarks::createRemarkParser(Format ParserFormat, StringRef Buf, in createRemarkParser()
73 case Format::YAML: in createRemarkParser()
75 "The YAML format can't be used with a string " in createRemarkParser()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCompression.h24 // compression::Format, which is used for compressed debug sections in some
26 // compression::Format members for non-debugging purposes.
76 enum class Format { enum
81 inline Format formatFor(DebugCompressionType Type) { in formatFor()
86 return Format::Zlib; in formatFor()
88 return Format::Zstd; in formatFor()
94 constexpr Params(Format F) in Params()
95 : format(F), level(F == Format::Zlib ? zlib::DefaultCompression in Params()
97 constexpr Params(Format F, int L, bool Ldm = false)
98 : format(F), level(L), zstdEnableLdm(Ldm) {} in format() function
[all …]
HDARMEHABI.h40 // Format: 00xxxxxx
44 // Format: 01xxxxxx
48 // Format: 10000000 00000000
52 // Format: 1000xxxx xxxxxxxx
57 // Format: 1001xxxx
62 // Format: 10100xxx
66 // Format: 10101xxx
70 // Format: 10110000
74 // Format: 10110100
78 // Format: 10110001 0000xxxx
[all …]
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_dbg.h8 #define _sdp_printk(func, line, level, sk, format, arg...) \ argument
10 printk(level "%s:%d %p sdp_sock(%d:%d %d:%d): " format "\n", \
16 #define sdp_printk(level, sk, format, arg...) \ argument
17 _sdp_printk(__func__, __LINE__, level, sk, format, ## arg)
18 #define sdp_warn(sk, format, arg...) \ argument
19 sdp_printk(KERN_WARNING, sk, format , ## arg)
64 #define sdp_prf1(sk, s, format, arg...) ({ \ argument
74 snprintf(l->msg, sizeof(l->msg) - 1, format, ## arg); \
81 //#define sdp_prf(sk, s, format, arg...)
82 #define sdp_prf(sk, s, format, arg...) sdp_prf1(sk, s, format, ## arg) argument
[all …]
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDformat.inc11 // [format.context], class template basic_format_context
18 // [format.args], class template basic_format_args
25 // [format.fmt.string], class template basic_format_string
35 // [format.functions], formatting functions
36 using std::format;
45 // [format.formatter], formatter
49 // [format.formattable], concept formattable
53 // [format.parse.ctx], class template basic_format_parse_context
61 // [format.range], formatting of ranges
62 // [format.range.fmtkind], variable template format_kind
[all …]
/freebsd-13-stable/contrib/ntp/libparse/
HDclk_meinberg.c67 * (Standard Format)
90 * Extended data format (PZFUERL for PZF type clocks)
115 * With newer GPS receiver types the Uni Erlangen string format can be configured at the device.
185 static struct format meinberg_fmt[] =
196 { /* special extended FAU Erlangen extended format */
205 { /* special extended FAU Erlangen GPS format */
240 "Meinberg Standard", /* Meinberg simple format - beware */
249 "Meinberg Extended", /* Meinberg enhanced format */
258 "Meinberg GPS Extended", /* Meinberg FAU GPS format */
267 * convert simple type format
[all …]
/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-log.c69 CVMX_LOG_TYPE_PRINTF, /**< Constant printf format string with two 64bit arguments */
244 * Log a constant printf style format string with 0 to 4
248 * @param format Constant printf style format string.
250 void cvmx_log_printf0(const char *format) in cvmx_log_printf0() argument
253 __cvmx_log_write(CAST64(format)); in cvmx_log_printf0()
258 * Log a constant printf style format string with 0 to 4
262 * @param format Constant printf style format string.
263 * @param number1 64bit argument to the printf format string
265 void cvmx_log_printf1(const char *format, uint64_t number1) in cvmx_log_printf1() argument
268 __cvmx_log_write(CAST64(format)); in cvmx_log_printf1()
[all …]

12345678910>>...206