| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | z8kgen.c | 743 printf ("%s", table->token); in translate() 751 printf ("**** Can't find %s\n", x); in translate() 763 printf ("{"); in chewbits() 772 printf (","); in chewbits() 777 printf ("0,"); in chewbits() 780 printf ("}"); in chewbits() 802 printf ("\"%s\",OPC_%s,0,{", *name, *name); in chewname() 814 printf (","); in chewname() 818 printf ("0"); in chewname() 820 printf ("},"); in chewname() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | z8kgen.c | 743 printf ("%s", table->token); in translate() 751 printf ("**** Can't find %s\n", x); in translate() 763 printf ("{"); in chewbits() 772 printf (","); in chewbits() 777 printf ("0,"); in chewbits() 780 printf ("}"); in chewbits() 802 printf ("\"%s\",OPC_%s,0,{", *name, *name); in chewname() 814 printf (","); in chewname() 818 printf ("0"); in chewname() 820 printf ("},"); in chewname() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genattr.c | 49 printf ("#define HAVE_ATTR_%s\n", XSTR (attr, 0)); in gen_attr() 54 printf ("extern int get_attr_%s (%s);\n", XSTR (attr, 0), in gen_attr() 58 printf ("enum attr_%s {", XSTR (attr, 0)); in gen_attr() 71 printf ("extern enum attr_%s get_attr_%s (%s);\n\n", in gen_attr() 132 printf ("#define DELAY_SLOTS\n"); in main() 133 printf ("extern int num_delay_slots (rtx);\n"); in main() 134 printf ("extern int eligible_for_delay (rtx, int, rtx, int);\n\n"); in main() 135 printf ("extern int const_num_delay_slots (rtx);\n\n"); in main() 143 printf ("#define ANNUL_IFTRUE_SLOTS\n"); in main() 144 printf ("extern int eligible_for_annul_true (rtx, int, rtx, int);\n"); in main() [all …]
|
| H A D | genpeep.c | 69 printf (" insn = ins1;\n"); in gen_peephole() 75 printf (" do { insn = NEXT_INSN (insn);\n"); in gen_peephole() 76 printf (" if (insn == 0) goto L%d; }\n", in gen_peephole() 78 printf (" while (NOTE_P (insn)\n"); in gen_peephole() 79 printf ("\t || (NONJUMP_INSN_P (insn)\n"); in gen_peephole() 80 printf ("\t && (GET_CODE (PATTERN (insn)) == USE\n"); in gen_peephole() 81 printf ("\t\t || GET_CODE (PATTERN (insn)) == CLOBBER)));\n"); in gen_peephole() 83 printf (" if (LABEL_P (insn)\n\ in gen_peephole() 88 printf (" pat = PATTERN (insn);\n"); in gen_peephole() 100 printf (" if (! (%s)) goto L%d;\n", in gen_peephole() [all …]
|
| H A D | genemit.c | 137 printf ("operand%d", XINT (x, 0)); in gen_rtx_scratch() 141 printf ("gen_rtx_SCRATCH (%smode)", GET_MODE_NAME (GET_MODE (x))); in gen_rtx_scratch() 158 printf ("NULL_RTX"); in gen_exp() 172 printf ("copy_rtx (operand%d)", XINT (x, 0)); in gen_exp() 177 printf ("operand%d", XINT (x, 0)); in gen_exp() 181 printf ("gen_rtx_fmt_"); in gen_exp() 183 printf ("e"); in gen_exp() 184 printf (" (GET_CODE (operand%d), ", XINT (x, 0)); in gen_exp() 186 printf ("GET_MODE (operand%d)", XINT (x, 0)); in gen_exp() 188 printf ("%smode", GET_MODE_NAME (GET_MODE (x))); in gen_exp() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/ |
| H A D | c90-printf-1.c | 21 printf ("%d\n", i); in foo() 22 printf ("%+d\n", i); in foo() 23 printf ("%3d\n", i); in foo() 24 printf ("%-3d\n", i); in foo() 25 printf ("%.7d\n", i); in foo() 26 printf ("%+9.4d\n", i); in foo() 27 printf ("%.3ld\n", l); in foo() 28 printf ("%*d\n", i1, i); in foo() 29 printf ("%.*d\n", i2, i); in foo() 30 printf ("%*.*ld\n", i1, i2, l); in foo() [all …]
|
| H A D | c99-printf-1.c | 24 printf ("%hf", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 25 printf ("%hF", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 26 printf ("%he", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 27 printf ("%hE", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 28 printf ("%hg", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 29 printf ("%hG", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 30 printf ("%ha", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 31 printf ("%hA", d); /* { dg-warning "length" "bad use of %h" } */ in foo() 32 printf ("%hc", i); /* { dg-warning "length" "bad use of %h" } */ in foo() 33 printf ("%hs", s); /* { dg-warning "length" "bad use of %h" } */ in foo() [all …]
|
| H A D | ext-1.c | 18 printf ("%qd%qi%qo%qu%qx%qX%qn", q, q, uq, uq, uq, uq, qn); in foo() 19 printf ("%qf", d); /* { dg-warning "length" "bad use of %q" } */ in foo() 20 printf ("%qF", d); /* { dg-warning "length" "bad use of %q" } */ in foo() 21 printf ("%qe", d); /* { dg-warning "length" "bad use of %q" } */ in foo() 22 printf ("%qE", d); /* { dg-warning "length" "bad use of %q" } */ in foo() 23 printf ("%qg", d); /* { dg-warning "length" "bad use of %q" } */ in foo() 24 printf ("%qG", d); /* { dg-warning "length" "bad use of %q" } */ in foo() 25 printf ("%qa", d); /* { dg-warning "length" "bad use of %q" } */ in foo() 26 printf ("%qA", d); /* { dg-warning "length" "bad use of %q" } */ in foo() 27 printf ("%qc", i); /* { dg-warning "length" "bad use of %q" } */ in foo() [all …]
|
| H A D | xopen-1.c | 18 printf ("%C", lc); in foo() 19 printf ("%3C", lc); in foo() 20 printf ("%.3C", lc); /* { dg-warning "precision" "precision with %C" } */ in foo() 21 printf ("%hC", lc); /* { dg-warning "length" "bad %hC" } */ in foo() 22 printf ("%hhC", lc); /* { dg-warning "length" "bad %hhC" } */ in foo() 23 printf ("%lC", lc); /* { dg-warning "length" "bad %lC" } */ in foo() 24 printf ("%llC", lc); /* { dg-warning "length" "bad %llC" } */ in foo() 25 printf ("%jC", lc); /* { dg-warning "length" "bad %jC" } */ in foo() 26 printf ("%zC", lc); /* { dg-warning "length" "bad %zC" } */ in foo() 27 printf ("%tC", lc); /* { dg-warning "length" "bad %tC" } */ in foo() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genattr.c | 92 printf ("#define HAVE_ATTR_%s\n", XSTR (attr, 0)); 97 printf ("extern int get_attr_%s PARAMS ((%s));\n", XSTR (attr, 0), 101 printf ("enum attr_%s {", XSTR (attr, 0)); 114 printf ("extern enum attr_%s get_attr_%s PARAMS ((%s));\n\n", 143 printf ("#define INSN_SCHEDULING\n\n"); 144 printf ("extern int result_ready_cost PARAMS ((rtx));\n"); 145 printf ("extern int function_units_used PARAMS ((rtx));\n\n"); 146 printf ("extern const struct function_unit_desc\n"); 147 printf ("{\n"); 148 printf (" const char *const name;\n"); [all …]
|
| H A D | genpeep.c | 68 printf (" insn = ins1;\n"); 70 printf (" want_jump = 0;\n"); 77 printf (" do { insn = NEXT_INSN (insn);\n"); 78 printf (" if (insn == 0) goto L%d; }\n", 80 printf (" while (GET_CODE (insn) == NOTE\n"); 81 printf ("\t || (GET_CODE (insn) == INSN\n"); 82 printf ("\t && (GET_CODE (PATTERN (insn)) == USE\n"); 83 printf ("\t\t || GET_CODE (PATTERN (insn)) == CLOBBER)));\n"); 85 printf (" if (GET_CODE (insn) == CODE_LABEL\n\ 91 printf (" if (GET_CODE (insn) == JUMP_INSN)\n"); [all …]
|
| H A D | genemit.c | 146 printf ("operand%d", XINT (x, 0)); 150 printf ("gen_rtx_SCRATCH (%smode)", GET_MODE_NAME (GET_MODE (x))); 170 printf ("NULL_RTX"); 184 printf ("copy_rtx (operand%d)", XINT (x, 0)); 189 printf ("operand%d", XINT (x, 0)); 193 printf ("gen_rtx (GET_CODE (operand%d), ", XINT (x, 0)); 195 printf ("GET_MODE (operand%d)", XINT (x, 0)); 197 printf ("%smode", GET_MODE_NAME (GET_MODE (x))); 200 printf (",\n\t\t"); 203 printf (")"); [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | sysinfo.y | 61 printf("#ifdef SYSROFF_SWAP_IN\n"); 64 printf("#ifdef SYSROFF_p\n"); 69 printf("#ifdef SYSROFF_SWAP_OUT\n"); 72 printf("#ifdef SYSROFF_PRINT\n"); 73 printf("#include <stdio.h>\n"); 74 printf("#include <stdlib.h>\n"); 75 printf("#include <ansidecl.h>\n"); 85 printf("#endif\n"); 106 printf("\n\n\n#define IT_%s_CODE 0x%x\n", it,code); 107 printf("struct IT_%s;\n", it); [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | sysinfo.y | 57 printf("#ifdef SYSROFF_SWAP_IN\n"); 60 printf("#ifdef SYSROFF_p\n"); 65 printf("#ifdef SYSROFF_SWAP_OUT\n"); 68 printf("#ifdef SYSROFF_PRINT\n"); 69 printf("#include <stdio.h>\n"); 70 printf("#include <stdlib.h>\n"); 71 printf("#include <ansidecl.h>\n"); 81 printf("#endif\n"); 102 printf("\n\n\n#define IT_%s_CODE 0x%x\n", it,code); 103 printf("struct IT_%s;\n", it); [all …]
|
| /openbsd-src/sys/dev/usb/ |
| H A D | devlist2h.awk | 42 printf("/*\t\$OpenBSD\$\t*/\n\n") > dfile 43 printf("/*\n") > dfile 44 printf(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 46 printf(" *\n") > dfile 47 printf(" * generated from:\n") > dfile 48 printf(" *\t%s\n", VERSION) > dfile 49 printf(" */\n") > dfile 51 printf("/*\t\$OpenBSD\$\t*/\n\n") > hfile 52 printf("/*\n") > hfile 53 printf(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ [all …]
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | print-usbpcap.c | 58 printf("[usb: invalid header length %u!]", hdrlen); in usbpcap_if_print() 64 printf("bus %u %c addr %u: ep%u", in usbpcap_if_print() 70 printf(" %s", usbpcap_xfer_type[uph->uph_xfertype]); in usbpcap_if_print() 72 printf(" ??"); in usbpcap_if_print() 74 printf(" dlen=%u", letoh32(uph->uph_dlen)); in usbpcap_if_print() 83 printf(" stage=%s", in usbpcap_if_print() 86 printf(" stage=?"); in usbpcap_if_print() 97 printf("[usb: invalid data length %u!]", in usbpcap_if_print() 106 printf(" bRequest=%s", in usbpcap_if_print() 109 printf(" bRequest=?"); in usbpcap_if_print() [all …]
|
| H A D | print-gtp.c | 311 printf("GTP (version %i)", version); in gtp_print() 316 printf("[|GTP]"); in gtp_print() 332 printf(" {"); in gtp_decode_ie() 338 printf(" "); in gtp_decode_ie() 344 printf("["); in gtp_decode_ie() 367 printf("]"); in gtp_decode_ie() 377 printf("}"); in gtp_decode_ie() 382 printf(" [|%s]", tok2str(gtp_type, "GTP", gtp_proto)); in gtp_decode_ie() 398 printf("%u", bcd); in gtp_print_tbcd() 401 printf("%u", bcd); in gtp_print_tbcd() [all …]
|
| H A D | print-802_11.c | 129 printf("%s", etheraddr_string(wh->i_addr2)); in ieee80211_hdr() 131 printf(" > %s", etheraddr_string(wh->i_addr1)); in ieee80211_hdr() 133 printf(", bssid %s", etheraddr_string(wh->i_addr3)); in ieee80211_hdr() 137 printf("%s", etheraddr_string(wh->i_addr2)); in ieee80211_hdr() 139 printf(" > %s", etheraddr_string(wh->i_addr3)); in ieee80211_hdr() 141 printf(", bssid %s, > DS", etheraddr_string(wh->i_addr1)); in ieee80211_hdr() 145 printf("%s", etheraddr_string(wh->i_addr3)); in ieee80211_hdr() 147 printf(" > %s", etheraddr_string(wh->i_addr1)); in ieee80211_hdr() 149 printf(", bssid %s, DS >", etheraddr_string(wh->i_addr2)); in ieee80211_hdr() 154 printf("%s", etheraddr_string(w4->i_addr4)); in ieee80211_hdr() [all …]
|
| /openbsd-src/sys/dev/pci/ |
| H A D | devlist2h.awk | 42 printf("/*\n") > dfile 43 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 45 printf(" *\n") > dfile 46 printf(" * generated from:\n") > dfile 47 printf(" *\t%s\n", VERSION) > dfile 48 printf(" */\n\n") > dfile 50 printf("/*\n") > hfile 51 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 53 printf(" *\n") > hfile 54 printf(" * generated from:\n") > hfile [all …]
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | printconf.c | 79 printf("%s/%u", log_addr(&p->addr), p->len); in print_prefix() 85 printf(" prefixlen != %u", p->len_min); in print_prefix() 88 printf(" prefixlen %u >< %u ", p->len_min, p->len_max); in print_prefix() 92 printf(" prefixlen = %u", p->len_min); in print_prefix() 94 printf(" or-longer"); in print_prefix() 96 printf(" maxlen %u", p->len_max); in print_prefix() 98 printf(" prefixlen >= %u", p->len_min); in print_prefix() 100 printf(" prefixlen %u - %u", p->len_min, p->len_max); in print_prefix() 103 printf(" prefixlen %u ??? %u", p->len_min, p->len_max); in print_prefix() 134 printf("* in print_community() [all...] |
| /openbsd-src/sys/arch/alpha/alpha/ |
| H A D | dec_2100_a50.c | 168 printf("ctb->ctb_term_type = 0x%lx\n", in dec_2100_a50_cons_init() 170 printf("ctb->ctb_turboslot = 0x%lx\n", in dec_2100_a50_cons_init() 198 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); 214 printf("\npcidev = %s\n", dev->dv_xname); 235 printf("\nbooted_device = %s\n", dev->dv_xname); 241 printf("\nctrlrdev = %s\n", dev->dv_xname); 267 printf("\nbooted_device = %s\n", dev->dv_xname); 299 printf(" Processor Machine Check (%lx), Code 0x%x\n", 301 printf("CPU state:\n"); 304 printf("\tPAL temp[%d-%d]\t\t= 0x%16lx 0x%16lx\n", i, i+1, [all …]
|
| /openbsd-src/sbin/pdisk/ |
| H A D | dump.c | 55 printf("\nDevice block size=%u, Number of Blocks=%u", in dump_block_zero() 58 printf(" (%s)\n", buf); in dump_block_zero() 60 printf("\n"); in dump_block_zero() 62 printf("DeviceType=0x%x, DeviceId=0x%x\n", map->sbDevType, in dump_block_zero() 65 printf("Drivers-\n"); in dump_block_zero() 68 printf("%d: %3u @ %u, ", i + 1, m[i].ddSize, in dump_block_zero() 70 printf("type=0x%x\n", m[i].ddType); in dump_block_zero() 73 printf("\n"); in dump_block_zero() 83 printf("\nPartition map (with %d byte blocks) on '%s'\n", in dump_partition_map() 95 printf(" #: %*s %-*s %*s %-*s\n", max_type_length, "type", in dump_partition_map() [all …]
|
| /openbsd-src/sys/dev/videomode/ |
| H A D | devlist2h.awk | 43 printf("/*\t$OpenBSD" "$\t*/\n\n") > dfile 44 printf("/*\n") > dfile 45 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 47 printf(" *\n") > dfile 48 printf(" * generated from:\n") > dfile 49 printf(" *\t%s\n", VERSION) > dfile 50 printf(" */\n") > dfile 52 printf("/*\t$OpenBSD" "$\t*/\n\n") > hfile 53 printf("/*\n") > hfile 54 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ [all …]
|
| /openbsd-src/distrib/miniroot/ |
| H A D | list2sh.awk | 4 printf("cd ${OBJDIR}\n"); 5 printf("\n"); 12 printf("echo '%s'\n", $0); 13 printf("test -f ${TARGDIR}/%s && rm -fr ${TARGDIR}/%s\n", $3, $3); 14 printf("cp %s ${TARGDIR}/%s\n", $2, $3); 18 printf("echo '%s'\n", $0); 19 printf("rm -f ${TARGDIR}/%s\n", $2); 23 printf("echo '%s'\n", $0); 24 printf("mkdir -p ${TARGDIR}/%s\n", $2); 28 printf("echo '%s'\n", $0); [all …]
|
| /openbsd-src/usr.sbin/fw_update/ |
| H A D | patterns.c | 83 printf("%s \"%s %s\"\n", driver, v ? v : "", p ? p : ""); in print_devices() 90 printf("%s\n", "acx"); in main() 91 printf("%s\n", "amd"); in main() 92 printf("%s\n", "amd ^cpu0:* AMD"); in main() 93 printf("%s\n", "amdgpu"); in main() 95 printf("%s\n", "amdgpu ^vga*vendor \"ATI\", unknown product"); in main() 96 printf("%s\n", "amdgpu ^vendor \"ATI\", unknown product*class display"); in main() 97 printf("%s\n", "amdsev ^\"AMD*Crypto\""); in main() 98 printf("%s\n", "amdsev ^\"AMD*PSP\""); in main() 99 printf(" in main() [all...] |