| /src/bin/stty/ |
| stty.h | 58 enum FMT { STTY_NOTSET, STTY_GFLAG, STTY_BSD, STTY_POSIX };
|
| /src/sys/arch/alpha/alpha/ |
| dec_6600.c | 237 #define FMT "%-30s = 0x%016lx\n" 239 IPRINTF(indent, FMT, "Software Error Summary Flags", ls->flags); 241 IPRINTF(indent, FMT, "CPU Device Interrupt Requests", ls->dir); 244 IPRINTF(indent, FMT, "Cchip Miscellaneous Register", ls->misc); 247 IPRINTF(indent, FMT, "Pchip 0 Error Register", ls->p0_error); 251 IPRINTF(indent, FMT, "Pchip 1 Error Register", ls->p1_error);
|
| /src/usr.bin/systat/ |
| syscall.c | 247 #define FMT "compile kernel with \"options SYSCALL_%s\" to get syscall %s" 249 mvprintw(l, c, FMT, "STATS", "counts"); 253 mvprintw(l, c, FMT, "TIMES", "times");
|
| /src/crypto/external/bsd/netpgp/dist/src/hkpd/ |
| hkpd.c | 215 char fmt[10]; local 227 #define FMT "options=(mr|json)" 232 (void) regcomp(&fmtterm, FMT, REG_EXTENDED); 268 (void) snprintf(fmt, sizeof(fmt), "%.*s", 272 fmt[0] = 0x0; 292 if (strcmp(fmt, "json") == 0) { 297 } else if ((cp = netpgp_get_key(netpgp, search, fmt)) != NULL) { 301 response(newsock, code, search, 0, cp, cc, fmt); 306 if (strcmp(fmt, "json") == 0) [all...] |
| /src/sbin/gpt/ |
| show.c | 268 #define FMT (xshow & SHOW_HEX) ? " %*jx" : " %*ju" 280 printf(FMT, gpt->lbawidth, sz); 595 printf(FMT, gpt->lbawidth, (uintmax_t)m->map_start); 596 printf(FMT, gpt->lbawidth, (uintmax_t)m->map_size);
|
| /src/usr.bin/locale/ |
| locale.c | 695 #define FMT "%-20s %-12s %-7s %-20s\n" 698 printf(FMT, "Keyword", "Category", "Type", "Comment"); 701 printf(FMT,
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| tic6x-dis.c | 31 #define FMT(name, num_bits, cst_bits, mask, fields) \ 34 #undef FMT 110 /* If instruction format FMT has a field FIELD, return a pointer to 114 tic6x_field_from_fmt (const tic6x_insn_format *fmt, tic6x_insn_field_id field) 118 for (f = 0; f < fmt->num_fields; f++) 119 if (fmt->fields[f].field_id == field) 120 return &fmt->fields[f]; 311 const tic6x_insn_format *const fmt local 339 if (fmt->num_bits != num_bits) 341 if ((opcode & fmt->mask) != fmt->cst_bits [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tic6x-dis.c | 31 #define FMT(name, num_bits, cst_bits, mask, fields) \ 34 #undef FMT 110 /* If instruction format FMT has a field FIELD, return a pointer to 114 tic6x_field_from_fmt (const tic6x_insn_format *fmt, tic6x_insn_field_id field) 118 for (f = 0; f < fmt->num_fields; f++) 119 if (fmt->fields[f].field_id == field) 120 return &fmt->fields[f]; 311 const tic6x_insn_format *const fmt local 339 if (fmt->num_bits != num_bits) 341 if ((opcode & fmt->mask) != fmt->cst_bits [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| tic6x-dis.c | 31 #define FMT(name, num_bits, cst_bits, mask, fields) \ 34 #undef FMT 110 /* If instruction format FMT has a field FIELD, return a pointer to 114 tic6x_field_from_fmt (const tic6x_insn_format *fmt, tic6x_insn_field_id field) 118 for (f = 0; f < fmt->num_fields; f++) 119 if (fmt->fields[f].field_id == field) 120 return &fmt->fields[f]; 311 const tic6x_insn_format *const fmt local 339 if (fmt->num_bits != num_bits) 341 if ((opcode & fmt->mask) != fmt->cst_bits [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tic6x-dis.c | 31 #define FMT(name, num_bits, cst_bits, mask, fields) \ 34 #undef FMT 110 /* If instruction format FMT has a field FIELD, return a pointer to 114 tic6x_field_from_fmt (const tic6x_insn_format *fmt, tic6x_insn_field_id field) 118 for (f = 0; f < fmt->num_fields; f++) 119 if (fmt->fields[f].field_id == field) 120 return &fmt->fields[f]; 311 const tic6x_insn_format *const fmt local 339 if (fmt->num_bits != num_bits) 341 if ((opcode & fmt->mask) != fmt->cst_bits [all...] |
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeMIPS_common.c | 1269 #define FMT(op) (((op & SLJIT_F32_OP) ^ SLJIT_F32_OP) << (21 - 8)) 1288 FAIL_IF(push_inst(compiler, (TRUNC_W_S ^ (flags >> 19)) | FMT(op) | FS(src) | FD(TMP_FREG1), MOVABLE_INS)); 1381 return push_inst(compiler, inst | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS); 1413 FAIL_IF(push_inst(compiler, MOV_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); 1419 FAIL_IF(push_inst(compiler, NEG_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); 1422 FAIL_IF(push_inst(compiler, ABS_S | FMT(op) | FS(src) | FD(dst_r), MOVABLE_INS)); 1495 FAIL_IF(push_inst(compiler, ADD_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); 1499 FAIL_IF(push_inst(compiler, SUB_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); 1503 FAIL_IF(push_inst(compiler, MUL_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)); 1507 FAIL_IF(push_inst(compiler, DIV_S | FMT(op) | FT(src2) | FS(src1) | FD(dst_r), MOVABLE_INS)) [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| tic6x.h | 117 #define FMT(name, num_bits, cst_bits, mask, fields) \ 120 #undef FMT 127 /* If instruction format FMT has a field FIELD, return a pointer to 130 const tic6x_insn_field *tic6x_field_from_fmt (const tic6x_insn_format *fmt,
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| tic6x.h | 117 #define FMT(name, num_bits, cst_bits, mask, fields) \ 120 #undef FMT 127 /* If instruction format FMT has a field FIELD, return a pointer to 130 const tic6x_insn_field *tic6x_field_from_fmt (const tic6x_insn_format *fmt,
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| tic6x.h | 117 #define FMT(name, num_bits, cst_bits, mask, fields) \ 120 #undef FMT 127 /* If instruction format FMT has a field FIELD, return a pointer to 130 const tic6x_insn_field *tic6x_field_from_fmt (const tic6x_insn_format *fmt,
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| tic6x.h | 117 #define FMT(name, num_bits, cst_bits, mask, fields) \ 120 #undef FMT 127 /* If instruction format FMT has a field FIELD, return a pointer to 130 const tic6x_insn_field *tic6x_field_from_fmt (const tic6x_insn_format *fmt,
|