Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 25 of 2832) sorted by relevance

12345678910>>...114

/netbsd/sys/arch/ia64/disasm/
H A Ddisasm_decode.c54 enum asm_fmt fmt; in asm_decodeA() local
67 fmt = ASM_FMT_A1; in asm_decodeA()
72 fmt = ASM_FMT_A1; in asm_decodeA()
142 fmt = ASM_FMT_A9; in asm_decodeA()
146 fmt = ASM_FMT_A9; in asm_decodeA()
150 fmt = ASM_FMT_A9; in asm_decodeA()
539 enum asm_fmt fmt; in asm_decodeB() local
655 enum asm_fmt fmt; in asm_decodeF() local
906 enum asm_fmt fmt; in asm_decodeI() local
1318 enum asm_fmt fmt; in asm_decodeM() local
[all …]
/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_print.h112 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf()
415 fmt, ##__VA_ARGS__)
418 fmt, ##__VA_ARGS__)
421 fmt, ##__VA_ARGS__)
424 fmt, ##__VA_ARGS__)
503 #define DRM_INFO(fmt, ...) \ argument
505 #define DRM_NOTE(fmt, ...) \ argument
507 #define DRM_WARN(fmt, ...) \ argument
517 #define DRM_ERROR(fmt, ...) \ argument
518 __drm_err(fmt, ##__VA_ARGS__)
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c104 fmt = dtp->u.p.fmt; in reset_fnode_counters()
223 fmt->last = fmt->last->next; in get_fnode()
225 fmt->avail = &fmt->last->array[0]; in get_fnode()
351 fmt->value = -fmt->value; in format_lex()
459 fmt->string = fmt->format_string; in format_lex()
618 format_data *fmt = dtp->u.p.fmt; in parse_format_list() local
1272 format_data *fmt = dtp->u.p.fmt; in format_error() local
1326 format_data *fmt = dtp->u.p.fmt; in revert() local
1397 fmt->last = &fmt->array; in parse_format()
1399 fmt->avail = &fmt->array.array[0]; in parse_format()
[all …]
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c103 fmt = dtp->u.p.fmt; in reset_fnode_counters()
222 fmt->last = fmt->last->next; in get_fnode()
224 fmt->avail = &fmt->last->array[0]; in get_fnode()
350 fmt->value = -fmt->value; in format_lex()
458 fmt->string = fmt->format_string; in format_lex()
617 format_data *fmt = dtp->u.p.fmt; in parse_format_list() local
1279 format_data *fmt = dtp->u.p.fmt; in format_error() local
1333 format_data *fmt = dtp->u.p.fmt; in revert() local
1404 fmt->last = &fmt->array; in parse_format()
1406 fmt->avail = &fmt->array.array[0]; in parse_format()
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dconfigure.tgt37 fmt=
184 d10v-*-*) fmt=elf ;;
185 d30v-*-*) fmt=elf ;;
186 dlx-*-*) fmt=elf ;;
188 bpf-*-*) fmt=elf ;;
191 fr30-*-*) fmt=elf ;;
193 frv-*-*) fmt=elf ;;
315 fmt=elf em=tmips ;;
351 pj*) fmt=elf ;;
368 pru-*-*) fmt=elf ;;
[all …]
/netbsd/external/gpl3/gdb/dist/gas/
H A Dconfigure.tgt37 fmt=
182 d10v-*-*) fmt=elf ;;
183 d30v-*-*) fmt=elf ;;
184 dlx-*-*) fmt=elf ;;
186 bpf-*-*) fmt=elf ;;
189 fr30-*-*) fmt=elf ;;
191 frv-*-*) fmt=elf ;;
309 fmt=elf em=tmips ;;
344 pj*) fmt=elf ;;
358 pru-*-*) fmt=elf ;;
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dconfigure.tgt37 fmt=
182 d10v-*-*) fmt=elf ;;
183 d30v-*-*) fmt=elf ;;
184 dlx-*-*) fmt=elf ;;
186 bpf-*-*) fmt=elf ;;
189 fr30-*-*) fmt=elf ;;
191 frv-*-*) fmt=elf ;;
309 fmt=elf em=tmips ;;
344 pj*) fmt=elf ;;
358 pru-*-*) fmt=elf ;;
[all …]
/netbsd/external/gpl3/binutils/dist/gas/
H A Dconfigure.tgt37 fmt=
188 d10v-*-*) fmt=elf ;;
189 d30v-*-*) fmt=elf ;;
190 dlx-*-*) fmt=elf ;;
192 bpf-*-*) fmt=elf ;;
195 fr30-*-*) fmt=elf ;;
197 frv-*-*) fmt=elf ;;
319 fmt=elf em=tmips ;;
356 pj*) fmt=elf ;;
371 pru-*-*) fmt=elf ;;
[all …]
/netbsd/sys/arch/x68k/stand/common/
H A Dxprintf.c106 if (IS_SJIS1(*fmt) && IS_SJIS2(fmt[1])) { in xvsnprintf()
109 *b++ = *fmt++; in xvsnprintf()
119 *b++ = *fmt++; in xvsnprintf()
125 fmt++; in xvsnprintf()
207 const char *fmt;
240 const char *fmt; in xprintf()
260 const char *fmt; in xerrprintf()
288 if (fmt) {
311 if (fmt) {
333 if (fmt) {
[all …]
/netbsd/sys/kern/
H A Dsubr_prf.c208 va_start(ap, fmt); in panic()
209 vpanic(fmt, ap); in panic()
268 panicstr = fmt; in vpanic()
314 va_start(ap, fmt); in log()
386 va_start(ap, fmt); in addlog()
1285 fmt = fmt0; in kprintf()
1294 for (; *fmt != '%' && *fmt; fmt++) { in kprintf()
1298 if (*fmt == 0) in kprintf()
1349 ch = *fmt++; in kprintf()
1366 ch = *fmt++; in kprintf()
[all …]
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dfloatformat.c184 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
499 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
566 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
653 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
654 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
656 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double()
665 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
666 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
672 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
678 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
[all …]
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dfloatformat.c189 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
487 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
558 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
645 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
646 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
648 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double()
657 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
658 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
664 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
670 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
[all …]
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dfloatformat.c184 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
482 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
553 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
640 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
641 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
643 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double()
652 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
653 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
659 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
665 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
[all …]
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dfloatformat.c200 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
499 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
570 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
657 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
658 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
660 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double()
669 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
670 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
676 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
682 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dfloatformat.c189 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
487 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
558 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
645 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
646 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
648 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double()
657 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
658 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
664 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
670 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
[all …]
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dfloatformat.c184 fmt->exp_start, fmt->exp_len); in floatformat_i387_ext_is_valid()
499 fmt->exp_start, fmt->exp_len); in floatformat_to_double()
566 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double()
653 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
654 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
656 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double()
665 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
666 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
672 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
678 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double()
[all …]
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dmsg.c205 va_start(ap, fmt); in msg_info()
206 vmsg_info(fmt, ap); in msg_info()
221 va_start(ap, fmt); in msg_warn()
222 vmsg_warn(fmt, ap); in msg_warn()
237 va_start(ap, fmt); in msg_error()
238 vmsg_error(fmt, ap); in msg_error()
255 va_start(ap, fmt); in msg_fatal()
256 vmsg_fatal(fmt, ap); in msg_fatal()
278 va_start(ap, fmt); in msg_fatal_status()
301 va_start(ap, fmt); in msg_panic()
[all …]
/netbsd/libexec/ld.elf_so/
H A Dxprintf.c62 switch (*fmt) { in xvsnprintf()
65 *bp++ = *++fmt; in xvsnprintf()
77 fmt++; in xvsnprintf()
82 fmt++; in xvsnprintf()
86 fmt++; in xvsnprintf()
145 fmt += 2; in xvsnprintf()
161 fmt += 2; in xvsnprintf()
173 fmt += 2; in xvsnprintf()
191 fmt += 2; in xvsnprintf()
197 fmt += 2; in xvsnprintf()
[all …]
/netbsd/sys/ufs/chfs/
H A Ddebug.h63 #define chfs_err(fmt, ...) debug_msg(CHFS_ERROR_PREFIX, fmt, ##__VA_ARGS__) argument
64 #define chfs_warn(fmt, ...) debug_msg(CHFS_WARNING_PREFIX, fmt, ##__VA_ARGS__) argument
65 #define chfs_noti(fmt, ...) debug_msg(CHFS_NOTICE_PREFIX, fmt, ##__VA_ARGS__) argument
66 #define dbg(fmt, ...) debug_msg(CHFS_DBG_PREFIX, fmt, ##__VA_ARGS__) argument
67 #define dbg2(fmt, ...) debug_msg(CHFS_DBG2_PREFIX(fmt, ##__VA_ARGS__) argument
68 #define dbg_ebh(fmt, ...) debug_msg(CHFS_DBG_EBH_PREFIX, fmt, ##__VA_ARGS__) argument
70 #define chfs_err(fmt, ...) debug_msg(CHFS_ERROR_PREFIX, fmt, ##__VA_ARGS__) argument
72 #define chfs_noti(fmt, ...) debug_msg(CHFS_NOTICE_PREFIX, fmt, ##__VA_ARGS__) argument
73 #define dbg(fmt, ...) argument
74 #define dbg2(fmt, ...) argument
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c313 fmt = fmt->split_half; in floatformat_is_negative()
345 fmt = fmt->split_half; in floatformat_classify()
438 fmt = fmt->split_half; in floatformat_mantissa()
651 (fmt->split_half ? fmt->split_half : fmt, from, &dto); in from_target()
816 fmt->exp_len, fmt->exp_nan); in to_target()
834 fmt->exp_len, fmt->exp_nan); in to_target()
859 fmt->exp_len, fmt->exp_nan); in to_target()
865 put_field (uto, order, fmt->totalsize, fmt->exp_start, fmt->exp_len, in to_target()
1394 fmt->exp_len, fmt->exp_nan);
1412 fmt->exp_len, fmt->exp_nan);
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c313 fmt = fmt->split_half; in floatformat_is_negative()
345 fmt = fmt->split_half; in floatformat_classify()
438 fmt = fmt->split_half; in floatformat_mantissa()
651 (fmt->split_half ? fmt->split_half : fmt, from, &dto); in from_target()
816 fmt->exp_len, fmt->exp_nan); in to_target()
834 fmt->exp_len, fmt->exp_nan); in to_target()
859 fmt->exp_len, fmt->exp_nan); in to_target()
865 put_field (uto, order, fmt->totalsize, fmt->exp_start, fmt->exp_len, in to_target()
1394 fmt->exp_len, fmt->exp_nan);
1412 fmt->exp_len, fmt->exp_nan);
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddebug.h29 #define gvt_err(fmt, args...) \ argument
30 pr_err("gvt: "fmt, ##args)
35 pr_err("gvt: "fmt, ##args); \
41 pr_debug("gvt: core: "fmt, ##args)
44 pr_debug("gvt: irq: "fmt, ##args)
46 #define gvt_dbg_mm(fmt, args...) \ argument
47 pr_debug("gvt: mm: "fmt, ##args)
53 pr_debug("gvt: dpy: "fmt, ##args)
55 #define gvt_dbg_el(fmt, args...) \ argument
56 pr_debug("gvt: el: "fmt, ##args)
[all …]
/netbsd/distrib/utils/libhack/
H A Dsyslog.c40 va_start(ap, fmt); in syslog()
41 vsyslog(fac, fmt, ap); in syslog()
50 if (strstr(fmt, "%m")) in vsyslog()
60 va_start(ap, fmt); in syslog_ss()
61 vsyslog(priority, fmt, ap); in syslog_ss()
68 vsyslog(priority, fmt, ap); in vsyslog_ss()
75 va_start(ap, fmt); in syslog_r()
76 vsyslog(priority, fmt, ap); in syslog_r()
107 va_start(ap, fmt); in syslogp_r()
124 va_start(ap, fmt); in syslogp_ss()
[all …]
/netbsd/external/bsd/openldap/dist/doc/devel/variadic_debug/
H A D04-variadic.cocci4 let fmtn(fmt,n) =
20 char[] fmt : script:ocaml() { fmtn(fmt,2) };
30 char[] fmt : script:ocaml() { fmtn(fmt,2) };
41 char[] fmt : script:ocaml() { fmtn(fmt,1) };
51 char[] fmt : script:ocaml() { fmtn(fmt,1) };
79 char[] fmt : script:ocaml() { fmtn(fmt,5) };
89 char[] fmt : script:ocaml() { fmtn(fmt,4) };
101 char[] fmt : script:ocaml() { fmtn(fmt,3) };
113 char[] fmt : script:ocaml() { fmtn(fmt,2) };
125 char[] fmt : script:ocaml() { fmtn(fmt,1) };
[all …]
/netbsd/external/bsd/tcpdump/dist/
H A Dsmbutil.c453 fmt++; in smb_fdata1()
460 fmt++; in smb_fdata1()
490 fmt++; in smb_fdata1()
497 fmt++; in smb_fdata1()
506 fmt++; in smb_fdata1()
665 fmt++; in smb_fdata1()
675 fmt++; in smb_fdata1()
697 fmt++; in smb_fdata1()
730 fmt++; in smb_fdata1()
779 fmt++; in smb_fdata1()
[all …]

12345678910>>...114