Searched refs:fmt (Results 276 - 300 of 2576) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dtm.h36 isc_tm_strptime(const char *buf, const char *fmt, struct tm *tm);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
H A Dlog.h39 #define log_error_r(fmt, ...) \
40 log_error(fmt ": %s", ##__VA_ARGS__, isc_result_totext(result))
/netbsd-current/external/bsd/pdisk/dist/
H A Derrors.c131 fatal(int value, const char *fmt, ...) argument
136 va_start(ap, fmt);
137 vfprintf(stderr, fmt, ap);
160 error(int value, const char *fmt, ...) argument
165 va_start(ap, fmt);
166 vfprintf(stderr, fmt, ap);
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_superblock_util.c56 #define DPRINTF(fmt, args...) printf("%s: " fmt, __func__, ##args)
57 #define DPRINTF_(fmt, args...) printf(fmt, ##args)
59 #define DPRINTF(fmt, args...) ((void)0)
60 #define DPRINTF_(fmt, args...) ((void)0)
/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A Dsscanffuns.c42 scan (const char **sp, const char *fmt, ...)
47 va_start(ap, fmt);
48 ret = vsscanf(*sp, fmt, ap);
55 scan (const char **sp, const char *fmt, ...) argument
61 va_start (ap, fmt);
65 ret = sscanf (*sp, fmt, p1, p2);
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Ddebug.c47 void (lutil_debug)( int debug, int level, const char *fmt, ... ) argument
54 va_start( vl, fmt );
55 vsnprintf( buffer, sizeof(buffer), fmt, vl );
62 void eb_syslog( int pri, const char *fmt, ... ) argument
67 va_start( vl, fmt );
68 vsnprintf( buffer, sizeof(buffer), fmt, vl );
H A Detest.c123 char fmt[2]; local
125 fmt[0] = *s;
126 fmt[1] = '\0';
128 fprintf(stderr, "encode: %s\n", fmt );
134 rc = ber_printf( ber, fmt, atoi(buf) );
142 rc = ber_printf( ber, fmt );
148 rc = ber_printf( ber, fmt, buf, strlen(buf) );
153 rc = ber_printf( ber, fmt, buf );
158 rc = ber_printf( ber, fmt, tag );
162 fprintf( stderr, "encode: unknown fmt
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgraphviz.cc37 graphviz_out::print (const char *fmt, ...) argument
42 va_start (ap, fmt);
45 text.format_spec = fmt;
55 graphviz_out::println (const char *fmt, ...) argument
62 va_start (ap, fmt);
65 text.format_spec = fmt;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgraphviz.cc37 graphviz_out::print (const char *fmt, ...) argument
42 va_start (ap, fmt);
45 text.format_spec = fmt;
55 graphviz_out::println (const char *fmt, ...) argument
62 va_start (ap, fmt);
65 text.format_spec = fmt;
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dbsd-asprintf.c35 vasprintf(char **str, const char *fmt, va_list ap) argument
46 ret = vsnprintf(string, INIT_SZ, fmt, ap2);
60 ret = vsnprintf(newstr, len, fmt, ap2);
76 int asprintf(char **str, const char *fmt, ...) argument
82 va_start(ap, fmt);
83 ret = vasprintf(str, fmt, ap);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c91 floatformat_totalsize_bytes (const struct floatformat *fmt) argument
93 return ((fmt->totalsize + FLOATFORMAT_CHAR_BIT - 1)
99 floatformat_precision (const struct floatformat *fmt) argument
103 if (fmt->split_half)
104 return 2 * floatformat_precision (fmt->split_half);
108 int prec = fmt->man_len;
109 if (fmt->intbit == floatformat_intbit_no)
119 floatformat_normalize_byteorder (const struct floatformat *fmt, argument
126 if (fmt->byteorder == floatformat_little
127 || fmt
300 floatformat_is_negative(const struct floatformat *fmt, const bfd_byte *uval) argument
325 floatformat_classify(const struct floatformat *fmt, const bfd_byte *uval) argument
413 floatformat_mantissa(const struct floatformat *fmt, const bfd_byte *val) argument
483 floatformat_printf_format(const struct floatformat *fmt, const char *format, char length) argument
599 from_target(const struct floatformat *fmt, const gdb_byte *from, T *to) const argument
742 to_target(const struct floatformat *fmt, const T *from, gdb_byte *to) const argument
945 const struct floatformat *fmt = floatformat_from_type (type); local
1202 const struct floatformat *fmt = floatformat_from_type (type); local
1232 from_target(const struct floatformat *fmt, const gdb_byte *orig_from, gdb_mpfr &to) const argument
1347 to_target(const struct floatformat *fmt, const gdb_mpfr &from, gdb_byte *orig_to) const argument
1514 const struct floatformat *fmt = floatformat_from_type (type); local
2212 const struct floatformat *fmt = floatformat_from_type (type); local
2352 const struct floatformat *fmt = floatformat_from_type (type); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c91 floatformat_totalsize_bytes (const struct floatformat *fmt) argument
93 return ((fmt->totalsize + FLOATFORMAT_CHAR_BIT - 1)
99 floatformat_precision (const struct floatformat *fmt) argument
103 if (fmt->split_half)
104 return 2 * floatformat_precision (fmt->split_half);
108 int prec = fmt->man_len;
109 if (fmt->intbit == floatformat_intbit_no)
119 floatformat_normalize_byteorder (const struct floatformat *fmt, argument
126 if (fmt->byteorder == floatformat_little
127 || fmt
300 floatformat_is_negative(const struct floatformat *fmt, const bfd_byte *uval) argument
325 floatformat_classify(const struct floatformat *fmt, const bfd_byte *uval) argument
413 floatformat_mantissa(const struct floatformat *fmt, const bfd_byte *val) argument
483 floatformat_printf_format(const struct floatformat *fmt, const char *format, char length) argument
599 from_target(const struct floatformat *fmt, const gdb_byte *from, T *to) const argument
742 to_target(const struct floatformat *fmt, const T *from, gdb_byte *to) const argument
945 const struct floatformat *fmt = floatformat_from_type (type); local
1202 const struct floatformat *fmt = floatformat_from_type (type); local
1232 from_target(const struct floatformat *fmt, const gdb_byte *orig_from, gdb_mpfr &to) const argument
1347 to_target(const struct floatformat *fmt, const gdb_mpfr &from, gdb_byte *orig_to) const argument
1514 const struct floatformat *fmt = floatformat_from_type (type); local
2212 const struct floatformat *fmt = floatformat_from_type (type); local
2352 const struct floatformat *fmt = floatformat_from_type (type); local
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Derrors.h148 #define PGP_SYSTEM_ERROR_1(err,code,sys,fmt,arg) do { \
150 pgp_push_error(err,code,0,__FILE__,__LINE__,fmt,arg); \
157 #define PGP_ERROR_1(err,code,fmt,arg) do { \
158 pgp_push_error(err,code,0,__FILE__,__LINE__,fmt,arg); \
160 #define PGP_ERROR_2(err,code,fmt,arg,arg2) do { \
161 pgp_push_error(err,code,0,__FILE__,__LINE__,fmt,arg,arg2); \
163 #define PGP_ERROR_3(err,code,fmt,arg,arg2,arg3) do { \
164 pgp_push_error(err,code,0,__FILE__,__LINE__,fmt,arg,arg2,arg3); \
166 #define PGP_ERROR_4(err,code,fmt,arg,arg2,arg3,arg4) do { \
167 pgp_push_error(err,code,0,__FILE__,__LINE__,fmt,ar
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dxmalloc.c109 xasprintf(char **ret, const char *fmt, ...) argument
114 va_start(ap, fmt);
115 i = xvasprintf(ret, fmt, ap);
122 xvasprintf(char **ret, const char *fmt, va_list ap) argument
126 i = vasprintf(ret, fmt, ap);
135 xsnprintf(char *str, size_t len, const char *fmt, ...) argument
140 va_start(ap, fmt);
141 i = xvsnprintf(str, len, fmt, ap);
148 xvsnprintf(char *str, size_t len, const char *fmt, va_list ap) argument
155 i = vsnprintf(str, len, fmt, a
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-utils.cc78 string_printf (const char* fmt, ...)
83 va_start (vp, fmt);
84 size = vsnprintf (NULL, 0, fmt, vp);
91 va_start (vp, fmt);
92 vsprintf (&str[0], fmt, vp); /* ARI: vsprintf */
101 string_vprintf (const char* fmt, va_list args)
107 size = vsnprintf (NULL, 0, fmt, vp);
114 vsprintf (&str[0], fmt, args); /* ARI: vsprintf */
123 string_appendf (std::string &str, const char *fmt, ...)
127 va_start (vp, fmt);
[all...]
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dopentest.c211 error(const char *fmt, ...) argument
216 va_start(ap, fmt);
217 (void)vfprintf(stderr, fmt, ap);
219 if (*fmt) {
220 fmt += strlen(fmt);
221 if (fmt[-1] != '\n')
230 warning(const char *fmt, ...) argument
235 va_start(ap, fmt);
236 (void)vfprintf(stderr, fmt, a
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dfalcon.h26 #define FLCN_PRINTK(t,f,fmt,a...) do { \
28 nvkm_##t((f)->owner, "%s: "fmt"\n", (f)->name, ##a); \
30 nvkm_##t((f)->owner, fmt"\n", ##a); \
32 #define FLCN_DBG(f,fmt,a...) FLCN_PRINTK(debug, (f), fmt, ##a)
33 #define FLCN_ERR(f,fmt,a...) FLCN_PRINTK(error, (f), fmt, ##a)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr_blocks.c40 void ERR_set_error(int lib, int reason, const char *fmt, ...) argument
44 va_start(args, fmt);
45 ERR_vset_error(lib, reason, fmt, args);
49 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) argument
62 if (fmt != NULL) {
90 printed_len = BIO_vsnprintf(buf, buf_size, fmt, args);
115 if (fmt != NULL)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcomp_com.c130 Ccm_Fmttype_t fmt; /* Format type */ member in struct:ccm_attrs
160 switch (ccm_attrs[vindex].fmt)
252 switch (ccm_attrs[vindex].fmt)
335 switch (ccm_attrs[vindex].fmt)
525 switch (ccm_attrs[vindex].fmt)
850 ccm_attrs[vindex].fmt = CCMFMT_S1S2;
857 ccm_attrs[vindex].fmt = CCMFMT_S1S2;
864 ccm_attrs[vindex].fmt = CCMFMT_S1;
871 ccm_attrs[vindex].fmt = CCMFMT_S1;
878 ccm_attrs[vindex].fmt
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-dejagnu.h70 pass (const char* fmt, ...) argument
75 va_start (ap, fmt);
76 vsnprintf (buffer, sizeof (buffer), fmt, ap);
85 xpass (const char* fmt, ...) argument
90 va_start (ap, fmt);
91 vsnprintf (buffer, sizeof (buffer), fmt, ap);
100 fail (const char* fmt, ...) argument
105 va_start (ap, fmt);
106 vsnprintf (buffer, sizeof (buffer), fmt, ap);
115 xfail (const char* fmt, argument
130 untested(const char* fmt, ...) argument
145 unresolved(const char* fmt, ...) argument
160 note(const char* fmt, ...) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-dejagnu.h70 pass (const char* fmt, ...) argument
75 va_start (ap, fmt);
76 vsnprintf (buffer, sizeof (buffer), fmt, ap);
85 xpass (const char* fmt, ...) argument
90 va_start (ap, fmt);
91 vsnprintf (buffer, sizeof (buffer), fmt, ap);
100 fail (const char* fmt, ...) argument
105 va_start (ap, fmt);
106 vsnprintf (buffer, sizeof (buffer), fmt, ap);
115 xfail (const char* fmt, argument
130 untested(const char* fmt, ...) argument
145 unresolved(const char* fmt, ...) argument
160 note(const char* fmt, ...) argument
[all...]
/netbsd-current/usr.bin/printf/
H A Dprintf.c133 char *fmt, *start; local
202 for (fmt = format; (ch = *fmt++) != '\0';) {
205 fmt = conv_escape(fmt, &c_ch, 0);
209 if (ch != '%' || (*fmt == '%' && ++fmt)) {
218 start = fmt - 1;
221 fmt += strspn(fmt, SKIP
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.h713 void store_fpr (SIM_STATE, int fpr, FP_formats fmt, uint64_t value);
771 void fp_cmp (SIM_STATE, uint64_t op1, uint64_t op2, FP_formats fmt,
773 #define Compare(op1,op2,fmt,cond,cc) \
774 fp_cmp(SIM_ARGS, op1, op2, fmt, 0, cond, cc)
776 FP_formats fmt, int cond);
777 #define R6Compare(op1,op2,fmt,cond) fp_r6_cmp(SIM_ARGS, op1, op2, fmt, cond)
778 uint64_t fp_classify(SIM_STATE, uint64_t op, FP_formats fmt);
779 #define Classify(op, fmt) fp_classify(SIM_ARGS, op, fmt)
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/format1/
H A Dformat1.c130 vg->cmd = fid->fmt->cmd;
147 if (!import_pvs(fid->fmt, mem, vg, pvs, &vg->pvs, &vg->pv_count))
153 if (!import_extents(fid->fmt->cmd, vg, pvs))
179 vg_name = strip_dir(vg_name, fid->fmt->cmd->dev_dir);
182 (fid->fmt, vg_name, fid->fmt->cmd->filter, mem, &pvs))
210 if (!export_pv(fid->fmt->cmd, mem, vg, &dl->pvd, pv) ||
257 r = (_flatten_vg(fid, mem, vg, &pvds, fid->fmt->cmd->dev_dir,
258 fid->fmt->cmd->filter) &&
259 write_disks(fid->fmt,
266 _format1_pv_read(const struct format_type *fmt, const char *pv_name, struct physical_volume *pv, struct dm_list *mdas __attribute((unused)), int scan_label_only __attribute((unused))) argument
298 _format1_pv_setup(const struct format_type *fmt, uint64_t pe_start, uint32_t extent_count, uint32_t extent_size, unsigned long data_alignment __attribute((unused)), unsigned long data_alignment_offset __attribute((unused)), int pvmetadatacopies __attribute((unused)), uint64_t pvmetadatasize __attribute((unused)), struct dm_list *mdas __attribute((unused)), struct physical_volume *pv, struct volume_group *vg __attribute((unused))) argument
356 _format1_pv_write(const struct format_type *fmt, struct physical_volume *pv, struct dm_list *mdas __attribute((unused)), int64_t sector __attribute((unused))) argument
456 _format1_create_instance(const struct format_type *fmt, const char *vgname __attribute((unused)), const char *vgid __attribute((unused)), void *private __attribute((unused))) argument
488 _format1_destroy(const struct format_type *fmt) argument
512 struct format_type *fmt = dm_malloc(sizeof(*fmt)); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer-logging.h40 void log (const char *fmt, ...)
42 void log_va (const char *fmt, va_list *ap)
45 void log_partial (const char *fmt, ...)
47 void log_va_partial (const char *fmt, va_list *ap)
52 void enter_scope (const char *scope_name, const char *fmt, va_list *ap)
77 log_scope (logger *logger, const char *name, const char *fmt, ...)
110 log_scope::log_scope (logger *logger, const char *name, const char *fmt, ...): argument
118 va_start (ap, fmt);
119 m_logger->enter_scope (m_name, fmt, &ap);
151 void log (const char *fmt,
183 log(const char *fmt, ...) const argument
[all...]

Completed in 447 milliseconds

<<11121314151617181920>>