Searched refs:format (Results 176 - 200 of 786) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-utils.h84 static inline void cvmx_dvprintf(const char *format, va_list ap) argument
89 static inline void cvmx_dprintf(const char *format, ...) __attribute__ ((format(printf, 1, 2)));
90 static inline void cvmx_dprintf(const char *format, ...) argument
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_format.c28 * feeder_format: New generation of generic, any-to-any format converter, as
86 uint32_t format; member in struct:__anon8985
139 AFMT_ENCODING(f->desc->in) == feed_format_ops[i].format)
142 AFMT_ENCODING(f->desc->out) == feed_format_ops[i].format)
277 feeder_format_read_op(uint32_t format) argument
282 if (AFMT_ENCODING(format) == feed_format_ops[i].format)
290 feeder_format_write_op(uint32_t format) argument
295 if (AFMT_ENCODING(format) == feed_format_ops[i].format)
[all...]
/freebsd-9.3-release/sys/xen/xenbus/
H A Dxenbusvar.h236 * \param fmt Printf format string followed by a variable number of
240 __attribute__((format(printf, 3, 4)));
247 * \param fmt Printf format string.
251 __attribute__((format(printf, 3, 0)));
259 * \param fmt Printf format string followed by a variable number of
263 __attribute__((format(printf, 3, 4)));
270 * \param fmt Printf format string.
274 __attribute__((format(printf, 3, 0)));
/freebsd-9.3-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-9.3-release/sys/sys/
H A Dktr.h124 const char *format, u_long arg1, u_long arg2, u_long arg3,
127 #define CTR6(m, format, p1, p2, p3, p4, p5, p6) do { \
129 ktr_tracepoint((m), __FILE__, __LINE__, format, \
133 #define CTR0(m, format) CTR6(m, format, 0, 0, 0, 0, 0, 0)
134 #define CTR1(m, format, p1) CTR6(m, format, p1, 0, 0, 0, 0, 0)
135 #define CTR2(m, format, p1, p2) CTR6(m, format, p1, p2, 0, 0, 0, 0)
136 #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-9.3-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-9.3-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-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c107 int format; member in struct:__anon9
120 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
153 asn1_tags.format = ASN1_GEN_FORMAT_ASCII;
167 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype);
349 arg->format = ASN1_GEN_FORMAT_ASCII;
351 arg->format = ASN1_GEN_FORMAT_UTF8;
353 arg->format = ASN1_GEN_FORMAT_HEX;
355 arg->format = ASN1_GEN_FORMAT_BITLIST;
609 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype) argument
638 if (format !
[all...]
/freebsd-9.3-release/contrib/bind9/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-9.3-release/contrib/dtc/
H A Dsrcpos.h100 __attribute__((format(printf, 2, 3)));
102 __attribute__((format(printf, 2, 3)));
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dx-mingw326 # On MinGW, we use "%IA64d" to print 64-bit integers, and the format-checking
8 WERROR_FLAGS += -Wno-format
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugRangeList.cpp52 OS << format(format_str, Offset, Entries[i].StartAddress,
55 OS << format("%08x <End of list>\n", Offset);
/freebsd-9.3-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-9.3-release/contrib/openbsm/bin/auditdistd/
H A DMakefile.am14 CFLAGS = -Wno-format
/freebsd-9.3-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-9.3-release/sys/dev/sound/usb/
H A Duaudio.h54 uint32_t format);
56 uint32_t format);
/freebsd-9.3-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-9.3-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-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c68 * format. Often more complex operations are necessary.
231 parse_format(const char *s, char *format, int *len) argument
234 if (format != 0) {
239 char *fmt = format;
245 *format++ = '%';
254 *format++ = *s;
258 *format++ = *s++;
268 *format++ = *s++;
271 *format++ = *s++;
279 *format
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmaster.h65 * Structures that implement the "raw" format for master dump.
81 isc_uint32_t format; /* must be member in struct:dns_masterrawheader
128 dns_masterformat_t format);
139 dns_masterformat_t format);
189 dns_masterformat_t format);
202 dns_masterformat_t format);
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc145 int (fprintf)(FILE *stream, const char *format, ...);
147 int (fscanf)(FILE *stream, const char *format, ...);
149 int (printf)(const char *format, ...);
151 int (scanf)(const char *format, ...);
153 int (sprintf)(char *s, const char *format, ...);
155 int (sscanf)(const char *s, const char *format, ...);
156 int (vfprintf)(FILE *stream, const char *format, va_list arg);
157 int (vprintf)(const char *format, va_list arg);
158 int (vsprintf)(char *s, const char *format, va_list arg);
253 size_t (strftime)(char *s, size_t maxsize, const char *format,
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dbucomm.c73 report (const char * format, va_list args)
76 vfprintf (stderr, format, args);
81 fatal VPARAMS ((const char *format, ...))
83 VA_OPEN (args, format);
84 VA_FIXEDARG (args, const char *, format);
86 report (format, args);
92 non_fatal VPARAMS ((const char *format, ...))
94 VA_OPEN (args, format);
95 VA_FIXEDARG (args, const char *, format);
97 report (format, arg
71 report(const char * format, va_list args) argument
79 fatal(const char *format, ...) argument
90 non_fatal(const char *format, ...) argument
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dexc.c58 char format; local
78 format = '\0';
81 format = *p++;
86 format);
107 format == 'o' ? "%o"
108 : format == 'x' ? "%x"
115 format == 'o' ? "%lo"
116 : format == 'x' ? "%lx"
128 if (format)
129 (void) sm_io_putc(stream, SM_TIME_DEFAULT, format);
[all...]

Completed in 304 milliseconds

1234567891011>>