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

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D6.cc48 wostringstream fmt; local
49 fmt.imbue(loc);
50 OutIt out(fmt);
51 mp.put(out, intl, fmt, L'*', val);
52 VERIFY( fmt.good() );
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/printf/
H A Dfprintf.c36 gmp_fprintf (FILE *fp, const char *fmt, ...) argument
46 va_start (ap, fmt);
49 const char *fmt; local
52 fmt = va_arg (ap, const char *);
55 ret = __gmp_doprnt (&__gmp_fprintf_funs, fp, fmt, ap);
H A Dsnprintf.c36 gmp_snprintf (char *buf, size_t size, const char *fmt, ...) argument
47 va_start (ap, fmt);
52 const char *fmt; local
56 fmt = va_arg (ap, const char *);
59 ASSERT (! MEM_OVERLAP_P (buf, size, fmt, strlen(fmt)+1));
61 ret = __gmp_doprnt (&__gmp_snprintf_funs, &d, fmt, ap);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
H A Dfscanf.c36 gmp_fscanf (FILE *fp, const char *fmt, ...) argument
45 va_start (ap, fmt);
48 const char *fmt; local
51 fmt = va_arg (ap, const char *);
54 ret = __gmp_doscan (&__gmp_fscanf_funs, fp, fmt, ap);
/netbsd-6-1-5-RELEASE/usr.sbin/tcpdchk/
H A Dfakelog.c41 vsyslog(int severity, const char *fmt, va_list ap) argument
45 vprintf(percent_m(buf, fmt), ap);
55 syslog(int severity, const char *fmt, ...) argument
59 va_start(ap, fmt);
60 vsyslog(severity, fmt, ap);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dfloatformat.c65 static int floatformat_always_valid (const struct floatformat *fmt,
69 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
169 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
173 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
182 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
183 fmt->exp_start, fmt->exp_len);
184 int_bit = get_field (ufrom, fmt->byteorder, fmt
289 floatformat_ibm_long_double_is_valid(const struct floatformat *fmt, const void *from) argument
391 mant_bits_set(const struct floatformat *fmt, const unsigned char *ufrom) argument
457 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
608 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
708 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dfloatformat.c65 static int floatformat_always_valid (const struct floatformat *fmt,
69 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
153 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
157 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
166 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
167 fmt->exp_start, fmt->exp_len);
168 int_bit = get_field (ufrom, fmt->byteorder, fmt
273 floatformat_ibm_long_double_is_valid(const struct floatformat *fmt, const void *from) argument
375 mant_bits_set(const struct floatformat *fmt, const unsigned char *ufrom) argument
441 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
592 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
692 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dfloatformat.c65 static int floatformat_always_valid (const struct floatformat *fmt,
69 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
169 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
173 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
182 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
183 fmt->exp_start, fmt->exp_len);
184 int_bit = get_field (ufrom, fmt->byteorder, fmt
289 floatformat_ibm_long_double_is_valid(const struct floatformat *fmt, const void *from) argument
391 mant_bits_set(const struct floatformat *fmt, const unsigned char *ufrom) argument
457 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
604 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
704 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddoublest.c117 floatformat_normalize_byteorder (const struct floatformat *fmt, argument
124 if (fmt->byteorder == floatformat_little
125 || fmt->byteorder == floatformat_big)
126 return fmt->byteorder;
128 words = fmt->totalsize / FLOATFORMAT_CHAR_BIT;
134 if (fmt->byteorder == floatformat_vax)
150 gdb_assert (fmt->byteorder == floatformat_littlebyte_bigword);
169 convert_floatformat_to_doublest (const struct floatformat *fmt, argument
184 gdb_assert (fmt->totalsize
190 kind = floatformat_classify (fmt, fro
397 convert_doublest_to_floatformat(CONST struct floatformat *fmt, const DOUBLEST *from, void *to) argument
538 floatformat_is_negative(const struct floatformat *fmt, const bfd_byte *uval) argument
559 floatformat_classify(const struct floatformat *fmt, const bfd_byte *uval) argument
639 floatformat_mantissa(const struct floatformat *fmt, const bfd_byte *val) argument
707 floatformat_to_doublest(const struct floatformat *fmt, const void *in, DOUBLEST *out) argument
737 floatformat_from_doublest(const struct floatformat *fmt, const DOUBLEST *in, void *out) argument
829 const struct floatformat *fmt = floatformat_from_type (type); local
842 const struct floatformat *fmt = floatformat_from_type (type); local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dldap_log.h146 extern void eb_syslog(int pri, const char *fmt, ...);
153 #define Log0( level, severity, fmt ) \
156 lutil_debug( ldap_debug, (level), (fmt) ); \
158 syslog( LDAP_LEVEL_MASK((severity)), (fmt) ); \
160 #define Log1( level, severity, fmt, arg1 ) \
163 lutil_debug( ldap_debug, (level), (fmt), (arg1) ); \
165 syslog( LDAP_LEVEL_MASK((severity)), (fmt), (arg1) ); \
167 #define Log2( level, severity, fmt, arg1, arg2 ) \
170 lutil_debug( ldap_debug, (level), (fmt), (arg1), (arg2) ); \
172 syslog( LDAP_LEVEL_MASK((severity)), (fmt), (arg
[all...]
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dprintw.c57 printw(const char *fmt,...) argument
62 va_start(ap, fmt);
63 ret = vw_printw(stdscr, fmt, ap);
72 wprintw(WINDOW *win, const char *fmt,...) argument
77 va_start(ap, fmt);
78 ret = vw_printw(win, fmt, ap);
88 mvprintw(int y, int x, const char *fmt,...) argument
95 va_start(ap, fmt);
96 ret = vw_printw(stdscr, fmt, ap);
102 mvwprintw(WINDOW * win, int y, int x, const char *fmt, argument
142 vw_printw(WINDOW *win, const char *fmt, va_list ap) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dpo-lex.h81 # define po_gram_error(fmt, ...) \
83 char *totalfmt = xasprintf ("%s%s", "%s:%lu:%d: ", fmt); \
90 if (*fmt == '.') \
99 # define po_gram_error_at_line(pos, fmt, ...) \
103 fmt, __VA_ARGS__ + 0); \
105 if (*fmt == '.') \
117 # define po_gram_error(fmt, args...) \
119 char *totalfmt = xasprintf ("%s%s", "%s:%d:%d: ", fmt); \
125 if (*fmt == '.') \
134 # define po_gram_error_at_line(pos, fmt, arg
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dfloatformat.c64 static int floatformat_always_valid (const struct floatformat *fmt,
68 floatformat_always_valid (const struct floatformat *fmt ATTRIBUTE_UNUSED,
144 static int floatformat_i387_ext_is_valid (const struct floatformat *fmt,
148 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
158 fmt->exp_start, fmt->exp_len);
159 int_bit = get_field (ufrom, fmt->byteorder, fmt
304 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
479 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
575 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D920726-1.c9 int first(char *buf, char *fmt, ...) argument
16 va_start(args, fmt);
17 for (pos = 0; fmt[pos]; pos++)
18 if (fmt[pos] == 'i')
25 *bp++ = fmt[pos];
32 struct spurious second(char *buf,char *fmt, ...) argument
39 va_start(args, fmt);
40 for (pos = 0; fmt[pos]; pos++)
41 if (fmt[pos] == 'i')
48 *bp++ = fmt[po
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D920726-1.c9 int first(char *buf, char *fmt, ...) argument
16 va_start(args, fmt);
17 for (pos = 0; fmt[pos]; pos++)
18 if (fmt[pos] == 'i')
25 *bp++ = fmt[pos];
32 struct spurious second(char *buf,char *fmt, ...) argument
39 va_start(args, fmt);
40 for (pos = 0; fmt[pos]; pos++)
41 if (fmt[pos] == 'i')
48 *bp++ = fmt[po
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dsim-main.h76 #define MAYBE_TRACE(type, cpu, fmt, ...) \
80 fmt, ## __VA_ARGS__); \
82 #define TRACE_INSN(cpu, fmt, ...) MAYBE_TRACE (INSN, cpu, fmt, ## __VA_ARGS__)
83 #define TRACE_DECODE(cpu, fmt, ...) MAYBE_TRACE (DECODE, cpu, fmt, ## __VA_ARGS__)
84 #define TRACE_EXTRACT(cpu, fmt, ...) MAYBE_TRACE (EXTRACT, cpu, fmt, ## __VA_ARGS__)
85 #define TRACE_SYSCALL(cpu, fmt, ...) MAYBE_TRACE (EVENTS, cpu, fmt, ## __VA_ARGS_
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/kern/
H A Dprintf.c39 vcmn_err(int ce, const char *fmt, va_list adx) argument
44 vprintf(fmt, adx);
51 fmt, adx);
58 cmn_err(int ce, const char *fmt, ...) argument
62 va_start(adx, fmt);
63 vcmn_err(ce, fmt, adx);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dcmn_err.h91 snprintf(buf, sizeof(buf), "ZFS(cont): %s\n", fmt);
94 snprintf(buf, sizeof(buf), "ZFS: NOTICE: %s\n", fmt);
97 snprintf(buf, sizeof(buf), "ZFS: WARNING: %s\n", fmt);
100 snprintf(buf, sizeof(buf), "ZFS(panic): %s\n", fmt);
116 va_start(adx, fmt);
117 vcmn_err(ce, fmt, adx);
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A D_err.c22 err(int eval, const char *fmt, ...)
26 va_start(ap, fmt);
27 _verr(eval, fmt, ap);
H A D_errx.c22 errx(int eval, const char *fmt, ...)
26 va_start(ap, fmt);
27 _verrx(eval, fmt, ap);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/perl/GMP/
H A DMpf.pm73 my $fmt;
76 $fmt = $#;
79 if ($fmt !~ /^((%%|[^%])*%[-+ .\d]*)([eEfgG](%%|[^%])*)$/) {
82 $fmt = $1 . 'F' . $3;
84 $fmt = '%.Fg';
86 GMP::sprintf_internal ($fmt, $_[0]);
/netbsd-6-1-5-RELEASE/usr.bin/tail/
H A Dmisc.c66 xerr(int fatal, const char *fmt, ...) argument
70 va_start(ap, fmt);
71 vwarn(fmt, ap);
79 xerrx(int fatal, const char *fmt, ...) argument
83 va_start(ap, fmt);
84 vwarnx(fmt, ap);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/src/
H A Dmsg.c61 * @param fmt message format string
65 saslc__msg_syslog(bool flag, int priority, const char *fmt, ...) argument
73 va_start(ap, fmt);
74 if (asprintf(&tmp, "libsaslc: %s", fmt) != -1) {
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dpam_error.c61 const char *fmt,
68 va_start(ap, fmt);
69 r = pam_vprompt(pamh, PAM_ERROR_MSG, &rsp, fmt, ap);
60 pam_error(const pam_handle_t *pamh, const char *fmt, ...) argument
H A Dpam_info.c61 const char *fmt,
68 va_start(ap, fmt);
69 r = pam_vprompt(pamh, PAM_TEXT_INFO, &rsp, fmt, ap);
60 pam_info(const pam_handle_t *pamh, const char *fmt, ...) argument

Completed in 321 milliseconds

1234567891011>>