Searched refs:format (Results 201 - 225 of 1008) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c25 * from the normal C string format, at least as far as I can tell from
139 /* format read states */
149 /* format flags - Bits */
182 static int dopr(char *buffer, size_t maxlen, const char *format,
192 dopr(char *buffer, size_t maxlen, const char *format, va_list args_in) argument
211 ch = *format++;
223 ch = *format++;
229 ch = *format++;
233 ch = *format++;
237 ch = *format
[all...]
/freebsd-11.0-release/sys/sys/
H A Dktr.h75 const char *format, u_long arg1, u_long arg2, u_long arg3,
78 #define CTR6(m, format, p1, p2, p3, p4, p5, p6) do { \
80 ktr_tracepoint((m), __FILE__, __LINE__, format, \
84 #define CTR0(m, format) CTR6(m, format, 0, 0, 0, 0, 0, 0)
85 #define CTR1(m, format, p1) CTR6(m, format, p1, 0, 0, 0, 0, 0)
86 #define CTR2(m, format, p1, p2) CTR6(m, format, p1, p2, 0, 0, 0, 0)
87 #define CTR3(m, format, p
[all...]
H A Ddvdio.h51 u_char format; member in struct:dvd_struct
61 unsigned char format; member in struct:dvd_authinfo
/freebsd-11.0-release/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp1 //===-- clang-format/ClangFormat.cpp - Clang format tool ------------------===//
11 /// \brief This file implements a clang-format tool that automatically formats
36 static cl::OptionCategory ClangFormatCategory("Clang-format options");
51 "-length, clang-format will format up to the end\n"
56 LineRanges("lines", cl::desc("<start line>:<end line> - format a range of\n"
65 cl::desc(clang::format::StyleOptionHelpDescription),
70 "fallback in case clang-format is invoked with\n"
71 "-style=file, but can not find the .clang-format\
111 namespace format { namespace in namespace:clang
240 static bool format(StringRef FileName) { function in namespace:clang::format
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c172 enum varobj_display_formats format; local
188 error ("mi_cmd_var_set_format: Must specify the format as: \"natural\", \"binary\", \"decimal\", \"hexadecimal\", or \"octal\"");
193 format = FORMAT_NATURAL;
195 format = FORMAT_BINARY;
197 format = FORMAT_DECIMAL;
199 format = FORMAT_HEXADECIMAL;
201 format = FORMAT_OCTAL;
203 error ("mi_cmd_var_set_format: Unknown display format: must be: \"natural\", \"binary\", \"decimal\", \"hexadecimal\", or \"octal\"");
205 /* Set the format of VAR to given format */
216 enum varobj_display_formats format; local
[all...]
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dreg.cpp52 error("can't alter format of read-only register");
65 general_reg::general_reg() : format('1'), width(0), inc(0)
83 static const char *number_value_to_ascii(int value, char format, int width) argument
86 switch(format) {
101 const char *s = format == 'i' ? "zwmdclxvi" : "ZWMDCLXVI";
104 error("magnitude of `%1' too big for i or I format", n);
184 *p++ = format == 'a' ? lowercase_array[d - 1] :
211 return number_value_to_ascii(n, format, width);
236 format = f;
240 static const char *number_format_to_ascii(char format, in argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c109 int format; member in struct:__anon6170
125 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
168 asn1_tags.format = ASN1_GEN_FORMAT_ASCII;
187 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
381 arg->format = ASN1_GEN_FORMAT_ASCII;
383 arg->format = ASN1_GEN_FORMAT_UTF8;
385 arg->format = ASN1_GEN_FORMAT_HEX;
387 arg->format = ASN1_GEN_FORMAT_BITLIST;
637 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype) argument
666 if (format !
[all...]
/freebsd-11.0-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmdefs.h522 #define SM_DBG0(format) tdsmLogDebugString(gSMDebugLevel, 0, format)
523 #define SM_DBG1(format) tdsmLogDebugString(gSMDebugLevel, 1, format)
524 #define SM_DBG2(format) tdsmLogDebugString(gSMDebugLevel, 2, format)
525 #define SM_DBG3(format) tdsmLogDebugString(gSMDebugLevel, 3, format)
526 #define SM_DBG4(format) tdsmLogDebugString(gSMDebugLevel, 4, format)
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Drtbl.h74 __attribute__ ((format (printf, 3, 0)));
81 __attribute__ ((format (printf, 3, 0)));
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DLogging.h67 LogIfAllCategoriesSet (uint32_t mask, const char *format, ...);
70 LogIfAnyCategoriesSet (uint32_t mask, const char *format, ...);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c486 *fs_format = bfd->format;
494 switch (bfd->format)
576 /* Where the format number is stored. */
577 #define FORMAT_FILE "format" argument
584 int format,
693 if (format >= SVN_FS_BASE__MIN_NODE_ORIGINS_FORMAT)
703 if (format >= SVN_FS_BASE__MIN_MISCELLANY_FORMAT)
713 if (format >= SVN_FS_BASE__MIN_REP_SHARING_FORMAT)
743 int format = SVN_FS_BASE__FORMAT_NUMBER;
753 /* select format numbe
738 int format = SVN_FS_BASE__FORMAT_NUMBER; local
812 check_format(int format) argument
832 int format; local
1305 int format; local
[all...]
H A Dnode-rev.c62 /* Add a record in the node origins index table if our format
64 if (bfd->format >= SVN_FS_BASE__MIN_NODE_ORIGINS_FORMAT)
121 format supports it. */
122 if (origin_also && (bfd->format >= SVN_FS_BASE__MIN_NODE_ORIGINS_FORMAT))
/freebsd-11.0-release/contrib/openbsm/bin/auditdistd/
H A DMakefile.am10 CFLAGS = -Wno-format
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandReturnObject.h97 Printf(const char* format, ...) __attribute__ ((format (printf, 2, 3)));
H A DSBError.h59 SetErrorStringWithFormat (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp52 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress);
54 OS << format("%08x <End of list>\n", Offset);
/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Dstring.h141 isc_string_printf(char *target, size_t size, const char *format, ...)
144 * Print 'format' to 'target' which is a pointer to a string of at least
150 * 'format' == NULL or points to a NUL terminated string.
161 * ISC_R_SUCCESS -- 'format' was successfully printed to 'target'.
162 * ISC_R_NOSPACE -- 'format' could not be printed to 'target' since it
167 isc_string_printf_truncate(char *target, size_t size, const char *format, ...)
170 * Print 'format' to 'target' which is a pointer to a string of at least
176 * 'format' == NULL or points to a NUL terminated string.
/freebsd-11.0-release/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp166 StringRef format = Log.getFormat(); local
168 size_t percent = format.find('%');
170 out << format; local
173 assert(format[percent] == '%');
175 if (percent > 0) out << format.substr(0, percent);
177 switch (format[percent+1]) {
181 default: llvm_unreachable("unknown format character");
184 format = format.substr(percent+2);
/freebsd-11.0-release/contrib/dtc/
H A Dsrcpos.h112 __attribute__((format(printf, 3, 0)));
115 __attribute__((format(printf, 3, 4)));
/freebsd-11.0-release/sys/net/
H A Drss_config.h98 #define RSS_DEBUG(format, ...) do { \
103 printf("RSS (%s:%u): " format, __func__, __LINE__,\
/freebsd-11.0-release/sys/dev/sound/usb/
H A Duaudio.h54 uint32_t format);
56 uint32_t format);
/freebsd-11.0-release/lib/libcrypt/
H A Dcrypt.c75 * Returns the name of the currently selected format.
85 * Selects the format to use for subsequent crypt(3) invocations.
88 crypt_set_format(const char *format) argument
93 if (strcasecmp(cf->name, format) == 0) {
103 * magic string (e.g. "$6$" for sha512), the corresponding format is used;
104 * otherwise, the currently selected format is used.
/freebsd-11.0-release/usr.sbin/ppp/
H A Dlog.h83 __attribute__ ((format (printf, 2, 3)));
85 __attribute__ ((format (printf, 2, 3)));
H A Dprompt.h74 __attribute__ ((format (printf, 2, 3)));
80 __attribute__ ((format (printf, 2, 0)));
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c215 if (ffd->format >= SVN_FS_FS__MIN_PACKED_FORMAT)
410 if (ffd->format >= SVN_FS_FS__MIN_PACK_LOCK_FORMAT)
413 if (ffd->format >= SVN_FS_FS__MIN_TXN_CURRENT_FORMAT)
424 /* Check that BUF, a nul-terminated buffer of text from format file PATH,
436 /* Return the error SVN_ERR_FS_UNSUPPORTED_FORMAT if FS's format
437 number is not the same as a format number supported by this
440 check_format(int format)
444 if (format == SVN_FS_FS__PACKED_REVPROP_SQLITE_DEV_FORMAT)
446 _("Found format '%d', only created by "
450 format);
438 check_format(int format) argument
1092 int format, max_files_per_dir; local
1164 int format, max_files_per_dir; local
1691 svn_fs_fs__create_file_tree(svn_fs_t *fs, const char *path, int format, int shard_size, svn_boolean_t use_log_addressing, apr_pool_t *pool) argument
1794 int format = SVN_FS_FS__FORMAT_NUMBER; local
[all...]

Completed in 885 milliseconds

1234567891011>>