Searched refs:fmt (Results 126 - 150 of 2576) sorted by relevance

1234567891011>>

/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A Dscanf.c38 gmp_scanf (const char *fmt, ...) argument
42 va_start (ap, fmt);
44 ret = __gmp_doscan (&__gmp_fscanf_funs, stdin, fmt, ap);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dfatal.c40 LogLevel level, const char *suffix, const char *fmt, ...)
44 va_start(args, fmt);
45 sshlogv(file, func, line, showfunc, level, suffix, fmt, args);
39 sshfatal(const char *file, const char *func, int line, int showfunc, LogLevel level, const char *suffix, const char *fmt, ...) argument
/netbsd-current/sys/lib/libkern/
H A Dkern_assert.c43 kern_assert(const char *fmt, ...) argument
50 va_start(ap, fmt);
51 vpanic(fmt, ap);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/
H A Dprint-ts.py39 fmt = sys.argv[1] variable
41 fmt = '[%b %d %H:%M:%S]' variable
46 sys.stdout.write("{} [{}] {}".format(datetime.datetime.now().strftime(fmt),
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_asprintf.c49 openpam_asprintf(char **str, const char *fmt, ...) argument
54 va_start(ap, fmt);
55 ret = vasprintf(str, fmt, ap);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/
H A Dprint-ts.py39 fmt = sys.argv[1] variable
41 fmt = "[%b %d %H:%M:%S]" variable
47 "{} [{}] {}".format(datetime.datetime.now().strftime(fmt), mypid, line)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Derrors.cc29 warning (const char *fmt, ...) argument
33 va_start (ap, fmt);
34 vwarning (fmt, ap);
41 error (const char *fmt, ...) argument
45 va_start (ap, fmt);
46 verror (fmt, ap);
53 internal_error_loc (const char *file, int line, const char *fmt, ...) argument
57 va_start (ap, fmt);
58 internal_verror (file, line, fmt, ap);
65 internal_warning_loc (const char *file, int line, const char *fmt, argument
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcslog.h25 #define LogMessage(dest, priority, layer, fmt, ...) \
28 fprintf(dest, "%s " fmt "\n", layer, ## __VA_ARGS__); \
31 syslog(priority, "TrouSerS " fmt "\n", ## __VA_ARGS__); \
37 #define LogDebug(fmt, ...) LogMessage(stdout, LOG_DEBUG, APPID, "%s:%d " fmt, __FILE__, __LINE__, ##__VA_ARGS__)
38 #define LogDebugFn(fmt, ...) LogMessage(stdout, LOG_DEBUG, APPID, "%s:%d %s: " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__)
66 #define LogError(fmt, ...) LogMessage(stderr, LOG_ERR, APPID, "ERROR: %s:%d " fmt, __FILE__, __LINE__, ##__VA_ARGS__)
67 #define LogWarn(fmt,
[all...]
/netbsd-current/usr.sbin/tcpdchk/
H A Dfakelog.c38 vsyslog(int severity, const char *fmt, va_list ap) argument
42 vprintf(percent_m(buf, fmt), ap);
52 syslog(int severity, const char *fmt, ...) argument
56 va_start(ap, fmt);
57 vsyslog(severity, fmt, ap);
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-abort.c38 const char *fmt,
45 va_start (ap, fmt);
46 sim_io_evprintf (sd, fmt, ap);
53 va_start (ap, fmt);
54 vfprintf (stderr, fmt, ap);
35 sim_engine_abort(SIM_DESC sd, sim_cpu *cpu, sim_cia cia, const char *fmt, ...) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcomplaints.c39 complaint_internal (const char *fmt, ...) argument
43 if (++counters[fmt] > stop_whining)
46 va_start (args, fmt);
49 (*deprecated_warning_hook) (fmt, args);
53 vfprintf_filtered (gdb_stderr, fmt, args);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-abort.c43 const char *fmt,
50 va_start (ap, fmt);
51 sim_io_evprintf (sd, fmt, ap);
58 va_start (ap, fmt);
59 vfprintf (stderr, fmt, ap);
40 sim_engine_abort(SIM_DESC sd, sim_cpu *cpu, sim_cia cia, const char *fmt, ...) argument
/netbsd-current/lib/libc/stdio/
H A Dvsprintf.c64 vsprintf_l(char *str, locale_t loc, const char *fmt, va_list ap)
71 _DIAGASSERT(fmt != NULL);
78 ret = __vfprintf_unlocked_l(&f, loc, fmt, ap);
84 vsprintf(char *str, const char *fmt, va_list ap) argument
86 return vsprintf_l(str, _current_locale(), fmt, ap);
90 sprintf_l(char *str, locale_t loc, char const *fmt, ...) argument
95 va_start(ap, fmt);
96 ret = vsprintf_l(str, loc, fmt, ap);
103 sprintf(char *str, char const *fmt, ...) argument
108 va_start(ap, fmt);
[all...]
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dreactivatetest.c72 error(const char *fmt, ...) argument
77 va_start(ap, fmt);
78 (void)vfprintf(stderr, fmt, ap);
80 if (*fmt) {
81 fmt += strlen(fmt);
82 if (fmt[-1] != '\n')
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c102 format_data *fmt; local
104 fmt = dtp->u.p.fmt;
107 fmt->array.array[0].current = NULL;
109 for (f = fmt->array.array[0].u.child; f; f = f->next)
153 u->format_hash_table[hash].hashed_fmt = dtp->u.p.fmt;
186 next_char (format_data *fmt, int literal) argument
192 if (fmt->format_string_len == 0)
195 fmt->format_string_len--;
196 c = toupper (*fmt
216 get_fnode(format_data *fmt, fnode **head, fnode **tail, format_token t) argument
260 free_format_data(format_data *fmt) argument
294 format_lex(format_data *fmt) argument
618 format_data *fmt = dtp->u.p.fmt; local
1272 format_data *fmt = dtp->u.p.fmt; local
1326 format_data *fmt = dtp->u.p.fmt; local
1347 format_data *fmt; local
1491 format_data *fmt = dtp->u.p.fmt; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c101 format_data *fmt; local
103 fmt = dtp->u.p.fmt;
106 fmt->array.array[0].current = NULL;
108 for (f = fmt->array.array[0].u.child; f; f = f->next)
152 u->format_hash_table[hash].hashed_fmt = dtp->u.p.fmt;
185 next_char (format_data *fmt, int literal) argument
191 if (fmt->format_string_len == 0)
194 fmt->format_string_len--;
195 c = safe_toupper (*fmt
215 get_fnode(format_data *fmt, fnode **head, fnode **tail, format_token t) argument
259 free_format_data(format_data *fmt) argument
293 format_lex(format_data *fmt) argument
617 format_data *fmt = dtp->u.p.fmt; local
1279 format_data *fmt = dtp->u.p.fmt; local
1333 format_data *fmt = dtp->u.p.fmt; local
1354 format_data *fmt; local
1498 format_data *fmt = dtp->u.p.fmt; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dfloatformat.c66 static int floatformat_always_valid (const struct floatformat *fmt,
70 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
170 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
174 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
183 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
184 fmt->exp_start, fmt->exp_len);
185 int_bit = get_field (ufrom, fmt->byteorder, fmt
290 floatformat_ibm_long_double_is_valid(const struct floatformat *fmt, const void *from) argument
401 mant_bits_set(const struct floatformat *fmt, const unsigned char *ufrom) argument
467 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
607 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
707 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dfloatformat.c66 static int floatformat_always_valid (const struct floatformat *fmt,
70 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
186 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
190 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
199 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
200 fmt->exp_start, fmt->exp_len);
201 int_bit = get_field (ufrom, fmt->byteorder, fmt
290 floatformat_ibm_long_double_is_valid(const struct floatformat *fmt, const void *from) argument
418 mant_bits_set(const struct floatformat *fmt, const unsigned char *ufrom) argument
484 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
624 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
724 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dfloatformat.c71 static int floatformat_always_valid (const struct floatformat *fmt,
75 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
175 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
179 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
188 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
189 fmt->exp_start, fmt->exp_len);
190 int_bit = get_field (ufrom, fmt->byteorder, fmt
295 floatformat_ibm_long_double_is_valid(const struct floatformat *fmt, const void *from) argument
406 mant_bits_set(const struct floatformat *fmt, const unsigned char *ufrom) argument
472 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
612 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
712 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dfloatformat.c66 static int floatformat_always_valid (const struct floatformat *fmt,
70 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
170 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
174 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
183 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
184 fmt->exp_start, fmt->exp_len);
185 int_bit = get_field (ufrom, fmt->byteorder, fmt
290 floatformat_ibm_long_double_is_valid(const struct floatformat *fmt, const void *from) argument
418 mant_bits_set(const struct floatformat *fmt, const unsigned char *ufrom) argument
484 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
620 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
720 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dfloatformat.c71 static int floatformat_always_valid (const struct floatformat *fmt,
75 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
191 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
195 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
204 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
205 fmt->exp_start, fmt->exp_len);
206 int_bit = get_field (ufrom, fmt->byteorder, fmt
295 floatformat_ibm_long_double_is_valid(const struct floatformat *fmt, const void *from) argument
423 mant_bits_set(const struct floatformat *fmt, const unsigned char *ufrom) argument
489 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
629 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
729 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dfloatformat.c66 static int floatformat_always_valid (const struct floatformat *fmt,
70 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
186 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
190 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
199 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
200 fmt->exp_start, fmt->exp_len);
201 int_bit = get_field (ufrom, fmt->byteorder, fmt
290 floatformat_ibm_long_double_is_valid(const struct floatformat *fmt, const void *from) argument
418 mant_bits_set(const struct floatformat *fmt, const unsigned char *ufrom) argument
484 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
620 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
720 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-current/lib/libcurses/
H A Dprintw.c55 printw(const char *fmt,...) argument
60 va_start(ap, fmt);
61 ret = vw_printw(stdscr, fmt, ap);
70 wprintw(WINDOW *win, const char *fmt,...) argument
75 va_start(ap, fmt);
76 ret = vw_printw(win, fmt, ap);
86 mvprintw(int y, int x, const char *fmt,...) argument
93 va_start(ap, fmt);
94 ret = vw_printw(stdscr, fmt, ap);
100 mvwprintw(WINDOW * win, int y, int x, const char *fmt, argument
119 vw_printw(WINDOW *win, const char *fmt, va_list ap) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dlog.c113 event_err(int eval, const char *fmt, ...) argument
117 va_start(ap, fmt);
118 event_logv_(EVENT_LOG_ERR, strerror(errno), fmt, ap);
124 event_warn(const char *fmt, ...) argument
128 va_start(ap, fmt);
129 event_logv_(EVENT_LOG_WARN, strerror(errno), fmt, ap);
134 event_sock_err(int eval, evutil_socket_t sock, const char *fmt, ...) argument
139 va_start(ap, fmt);
140 event_logv_(EVENT_LOG_ERR, evutil_socket_error_to_string(err), fmt, ap);
146 event_sock_warn(evutil_socket_t sock, const char *fmt, argument
157 event_errx(int eval, const char *fmt, ...) argument
168 event_warnx(const char *fmt, ...) argument
178 event_msgx(const char *fmt, ...) argument
188 event_debugx_(const char *fmt, ...) argument
198 event_logv_(int severity, const char *errstr, const char *fmt, va_list ap) argument
[all...]
/netbsd-current/external/bsd/libevent/dist/
H A Dlog.c105 event_err(int eval, const char *fmt, ...) argument
109 va_start(ap, fmt);
110 event_logv_(EVENT_LOG_ERR, strerror(errno), fmt, ap);
116 event_warn(const char *fmt, ...) argument
120 va_start(ap, fmt);
121 event_logv_(EVENT_LOG_WARN, strerror(errno), fmt, ap);
126 event_sock_err(int eval, evutil_socket_t sock, const char *fmt, ...) argument
131 va_start(ap, fmt);
132 event_logv_(EVENT_LOG_ERR, evutil_socket_error_to_string(err), fmt, ap);
138 event_sock_warn(evutil_socket_t sock, const char *fmt, argument
149 event_errx(int eval, const char *fmt, ...) argument
160 event_warnx(const char *fmt, ...) argument
170 event_msgx(const char *fmt, ...) argument
180 event_debugx_(const char *fmt, ...) argument
190 event_logv_(int severity, const char *errstr, const char *fmt, va_list ap) argument
[all...]

Completed in 417 milliseconds

1234567891011>>