Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 25 of 1908) sorted by relevance

12345678910>>...77

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenattr.c47 printf ("#define HAVE_ATTR_%s\n", XSTR (attr, 0));
51 printf ("extern enum %s get_attr_%s (%s);\n\n",
57 printf ("extern int get_attr_%s (%s);\n", XSTR (attr, 0),
60 printf ("extern enum attr_%s get_attr_%s (%s);\n\n",
186 printf ("extern int num_delay_slots (rtx);\n"); in main()
187 printf ("extern int eligible_for_delay (rtx, int, rtx, int);\n\n"); in main()
188 printf ("extern int const_num_delay_slots (rtx);\n\n"); in main()
196 printf ("#define ANNUL_IFTRUE_SLOTS\n"); in main()
197 printf ("extern int eligible_for_annul_true (rtx, int, rtx, int);\n"); in main()
203 printf ("#define ANNUL_IFFALSE_SLOTS\n"); in main()
[all …]
H A Dgenemit.c80 printf ("operand%d", XINT (x, 0)); in gen_rtx_scratch()
84 printf ("gen_rtx_SCRATCH (%smode)", GET_MODE_NAME (GET_MODE (x))); in gen_rtx_scratch()
101 printf ("NULL_RTX"); in gen_exp()
115 printf ("copy_rtx (operand%d)", XINT (x, 0)); in gen_exp()
120 printf ("operand%d", XINT (x, 0)); in gen_exp()
124 printf ("gen_rtx_fmt_"); in gen_exp()
126 printf ("e"); in gen_exp()
127 printf (" (GET_CODE (operand%d), ", XINT (x, 0)); in gen_exp()
129 printf ("GET_MODE (operand%d)", XINT (x, 0)); in gen_exp()
131 printf ("%smode", GET_MODE_NAME (GET_MODE (x))); in gen_exp()
[all …]
H A Dgenpeep.c68 printf (" insn = ins1;\n"); in gen_peephole()
74 printf (" do { insn = NEXT_INSN (insn);\n"); in gen_peephole()
75 printf (" if (insn == 0) goto L%d; }\n", in gen_peephole()
77 printf (" while (NOTE_P (insn)\n"); in gen_peephole()
78 printf ("\t || (NONJUMP_INSN_P (insn)\n"); in gen_peephole()
79 printf ("\t && (GET_CODE (PATTERN (insn)) == USE\n"); in gen_peephole()
80 printf ("\t\t || GET_CODE (PATTERN (insn)) == CLOBBER)));\n"); in gen_peephole()
82 printf (" if (LABEL_P (insn)\n\ in gen_peephole()
87 printf (" pat = PATTERN (insn);\n"); in gen_peephole()
99 printf (" if (! (%s)) goto L%d;\n", in gen_peephole()
[all …]
H A Dgcov-dump.c126 printf ("Usage: gcov-dump [OPTION] ... gcovfiles\n"); in print_usage()
127 printf ("Print coverage file contents\n"); in print_usage()
128 printf (" -h, --help Print this help\n"); in print_usage()
129 printf (" -v, --version Print version number\n"); in print_usage()
130 printf (" -l, --long Dump record contents too\n"); in print_usage()
131 printf (" -p, --positions Dump record positions\n"); in print_usage()
137 printf ("gcov-dump %s%s\n", pkgversion_string, version_string); in print_version()
138 printf ("Copyright (C) 2012 Free Software Foundation, Inc.\n"); in print_version()
139 printf ("This is free software; see the source for copying conditions.\n" in print_version()
149 printf ("%s:", filename); in print_prefix()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenattr.c45 printf ("#define HAVE_ATTR_%s 1\n", XSTR (attr, 0)); in gen_attr()
49 printf ("extern enum %s get_attr_%s (%s);\n\n", in gen_attr()
56 printf ("extern int get_attr_%s (%s);\n", XSTR (attr, 0), in gen_attr()
59 printf ("extern enum attr_%s get_attr_%s (%s);\n\n", in gen_attr()
194 printf ("extern int num_delay_slots (rtx_insn *);\n"); in main()
195 printf ("extern int eligible_for_delay (rtx_insn *, int, rtx_insn *, int);\n\n"); in main()
196 printf ("extern int const_num_delay_slots (rtx_insn *);\n\n"); in main()
197 printf ("#define ANNUL_IFTRUE_SLOTS %d\n", have_annul_true); in main()
198 printf ("extern int eligible_for_annul_true (rtx_insn *, int, rtx_insn *, int);\n"); in main()
199 printf ("#define ANNUL_IFFALSE_SLOTS %d\n", have_annul_false); in main()
[all …]
H A Dgenemit.c70 printf ("operand%d", XINT (x, 0)); in gen_rtx_scratch()
74 printf ("gen_rtx_SCRATCH (%smode)", GET_MODE_NAME (GET_MODE (x))); in gen_rtx_scratch()
92 printf ("NULL_RTX"); in gen_exp()
106 printf ("copy_rtx (operand%d)", XINT (x, 0)); in gen_exp()
111 printf ("operand%d", XINT (x, 0)); in gen_exp()
115 printf ("gen_rtx_fmt_"); in gen_exp()
117 printf ("e"); in gen_exp()
118 printf (" (GET_CODE (operand%d), ", XINT (x, 0)); in gen_exp()
120 printf ("GET_MODE (operand%d)", XINT (x, 0)); in gen_exp()
122 printf ("%smode", GET_MODE_NAME (GET_MODE (x))); in gen_exp()
[all …]
H A Dgenpeep.c62 printf (" insn = ins1;\n"); in gen_peephole()
68 printf (" do { insn = NEXT_INSN (insn);\n"); in gen_peephole()
69 printf (" if (insn == 0) goto L%d; }\n", info->index); in gen_peephole()
70 printf (" while (NOTE_P (insn)\n"); in gen_peephole()
71 printf ("\t || (NONJUMP_INSN_P (insn)\n"); in gen_peephole()
72 printf ("\t && (GET_CODE (PATTERN (insn)) == USE\n"); in gen_peephole()
73 printf ("\t\t || GET_CODE (PATTERN (insn)) == CLOBBER)));\n"); in gen_peephole()
75 printf (" if (LABEL_P (insn)\n\ in gen_peephole()
79 printf (" pat = PATTERN (insn);\n"); in gen_peephole()
91 printf (" if (! (%s)) goto L%d;\n", in gen_peephole()
[all …]
H A Dgentarget-def.c190 printf ("\nstatic bool\n"); in def_target_insn()
191 printf ("target_have_%s (void)\n", name); in def_target_insn()
192 printf ("{\n"); in def_target_insn()
193 printf (" return "); in def_target_insn()
195 printf (";\n"); in def_target_insn()
196 printf ("}\n"); in def_target_insn()
200 printf ("\nstatic rtx_insn *\n"); in def_target_insn()
201 printf ("target_gen_%s ", name); in def_target_insn()
211 printf ("\n{\n"); in def_target_insn()
213 printf (" gcc_checking_assert (targetm.have_%s ());\n", name); in def_target_insn()
[all …]
/dflybsd-src/games/battlestar/
H A Dcommand5.c51 printf("Kissed.\n"); in kiss()
56 printf("She squirms and avoids your "); in kiss()
72 printf("Her lips are warm and her body "); in kiss()
73 printf("robust. She pulls you down to "); in kiss()
103 printf("Loved.\n"); in love()
107 printf("She cuddles up to you, and her mouth "); in love()
108 printf("starts to work:\n'That was my "); in love()
109 printf("sister's amulet. The lovely "); in love()
110 printf("goddess, Purl, was she. The Empire\n"); in love()
111 printf("captured her just after the Darkness "); in love()
[all …]
/dflybsd-src/crypto/openssh/
H A Dconfigure112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
137 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
258 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
264 printf "%s\n" "$0: This script requires a shell more modern than all"
265 printf "%s\n" "$0: the shells that I found on your system."
267 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
270 printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
955 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
981 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
[all …]
/dflybsd-src/usr.sbin/usbconfig/
H A Ddump.c101 printf("%s%s = 0x%04x ", plevel, field, value); in dump_field()
108 printf(" <IN>\n"); in dump_field()
110 printf(" <OUT>\n"); in dump_field()
116 printf(" <CONTROL>\n"); in dump_field()
121 printf(" <ISOCHRONOUS>\n"); in dump_field()
124 printf(" <ASYNC-ISOCHRONOUS>\n"); in dump_field()
127 printf(" <ADAPT-ISOCHRONOUS>\n"); in dump_field()
130 printf(" <SYNC-ISOCHRONOUS>\n"); in dump_field()
135 printf(" <BULK>\n"); in dump_field()
138 printf(" <INTERRUPT>\n"); in dump_field()
[all …]
/dflybsd-src/usr.sbin/pciconf/
H A Dcap.c56 printf("powerspec %d supports D0%s%s D3 current D%d", in cap_power()
70 printf("AGP "); in cap_agp()
72 printf("v3 "); in cap_agp()
74 printf("8x "); in cap_agp()
76 printf("4x "); in cap_agp()
79 printf("4x "); in cap_agp()
81 printf("2x "); in cap_agp()
83 printf("1x "); in cap_agp()
86 printf("SBA "); in cap_agp()
88 printf("enabled at "); in cap_agp()
[all …]
/dflybsd-src/sys/tools/
H A Dusbdevs2h.awk43 printf("/*\n") > file
44 printf(" * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
46 printf(" */\n") > file
57 printf("#define\tUSB_VENDOR_%s\t%s\t", vendors[nvendors, 1],
65 printf("\t/* ") > hfile
71 printf("(") > hfile
78 printf("%s", $f) > hfile
80 printf(" ") > hfile
86 printf("%s", vendors[nvendors, i]) > hfile
88 printf(" ") > hfile
[all …]
/dflybsd-src/usr.sbin/mptable/
H A Dmptable.c315 printf( "MPTable, version %d.%d.%d\n", VMAJOR, VMINOR, VDELTA ); in main()
362 printf( "\n MP FPS found in %s @ physical addr: 0x%08lx\n", in main()
418 printf( "\n" ); in apic_probe()
422 printf( " looking for EBDA pointer @ 0x%04x, ", EBDA_POINTER ); in apic_probe()
428 printf( "found, searching EBDA @ 0x%08lx\n", target ); in apic_probe()
438 printf( "NOT found\n" ); in apic_probe()
447 printf( " searching CMOS 'top of mem' @ 0x%08lx (%dK)\n", in apic_probe()
460 printf( " searching default 'top of mem' @ 0x%08lx (%ldK)\n", in apic_probe()
472 printf( " searching BIOS @ 0x%08x\n", BIOS_BASE ); in apic_probe()
482 printf( " searching extended BIOS @ 0x%08x\n", BIOS_BASE2 ); in apic_probe()
[all …]
/dflybsd-src/sbin/hammer2/
H A Dprint_inode.c47 printf("%02X", *p); in hexdump_inode()
49 printf("\n"); in hexdump_inode()
51 printf(" "); in hexdump_inode()
54 printf("\n"); in hexdump_inode()
72 printf("ioctl(HAMMER2IOC_INODE_GET) failed\n"); in print_inode()
80 printf("version = %u\n", meta->version); in print_inode()
81 printf("pfs_subtype = %u (%s)\n", meta->pfs_subtype, in print_inode()
83 printf("uflags = 0x%x\n", (unsigned int)meta->uflags); in print_inode()
84 printf("rmajor = %u\n", meta->rmajor); in print_inode()
85 printf("rminor = %u\n", meta->rminor); in print_inode()
[all …]
/dflybsd-src/usr.bin/kdump/
H A Dmkioctls30 printf '/*\\\\n'
31 printf ' * We should probably install some of these to /usr/include/sys\\\\n'
32 printf ' */\\\\n'
33 printf '#include <bus/firewire/firewire.h>\\\\n'
34 printf '#include <bus/iicbus/iic.h>\\\\n'
35 printf '#include <bus/u4b/storage/rio500_usb.h>\\\\n'
36 printf '#include <dev/acpica/acpiio_mcall.h>\\\\n'
37 printf '#include <dev/disk/iscsi/initiator/iscsi.h>\\\\n'
38 printf '#include <dev/disk/isp/isp_ioctl.h>\\\\n'
39 printf '#include <dev/disk/nvme/nvme_ident.h>\\\\n'
[all …]
/dflybsd-src/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk112 printf("\n#error overflow v=%f, please reduce %d\n", v, o);
321 printf("\n");
322 printf("/*\n");
323 printf(" * quality = %d\n", quality);
324 printf(" * window = %s\n", wname(beta));
326 printf(" * beta: %.2f\n", beta);
327 printf(" * stop: -%.2f dB\n", \
330 printf(" * length = %d\n", nmult);
331 printf(" * bandwidth = %.2f%%", rolloff * 100.0);
333 printf(" + %.2f%% = %.2f%% (nyquist hover: %.2f%%)", \
[all …]
H A Dsnd_fxdiv_gen.awk93 printf("#ifndef _SND_FXDIV_GEN_H_\n");
94 printf("#define _SND_FXDIV_GEN_H_\n\n");
96 printf("/*\n");
97 printf(" * Generated using snd_fxdiv_gen.awk, heaven, wind and awesome.\n");
98 printf(" *\n");
99 printf(" * DO NOT EDIT!\n");
100 printf(" */\n\n");
101 printf("#ifdef SND_USE_FXDIV\n\n");
103 printf("/*\n");
104 printf(" * Fast unsigned 32bit integer division and rounding, accurate for\n");
[all …]
/dflybsd-src/sbin/dumpfs/
H A Ddumpfs.c135 printf("magic\t%x\ttime\t%s", afs.fs_magic, ctime(&fs_time)); in dumpfs()
136 printf("id\t[ %x %x ]\n", afs.fs_id[0], afs.fs_id[1]); in dumpfs()
137 printf("cylgrp\t%s\tinodes\t%s\n", in dumpfs()
140 printf("nbfree\t%d\tndir\t%d\tnifree\t%d\tnffree\t%d\n", in dumpfs()
143 printf("ncg\t%d\tncyl\t%d\tsize\t%d\tblocks\t%d\n", in dumpfs()
145 printf("bsize\t%d\tshift\t%d\tmask\t0x%08x\n", in dumpfs()
147 printf("fsize\t%d\tshift\t%d\tmask\t0x%08x\n", in dumpfs()
149 printf("frag\t%d\tshift\t%d\tfsbtodb\t%d\n", in dumpfs()
151 printf("cpg\t%d\tbpg\t%d\tfpg\t%d\tipg\t%d\n", in dumpfs()
153 printf("minfree\t%d%%\toptim\t%s\tmaxcontig %d\tmaxbpg\t%d\n", in dumpfs()
[all …]
/dflybsd-src/usr.sbin/pfctl/
H A Dpf_print_state.c57 printf("(%s", addr->v.ifname); in print_addr()
59 printf(":network"); in print_addr()
61 printf(":broadcast"); in print_addr()
63 printf(":peer"); in print_addr()
65 printf(":0"); in print_addr()
68 printf(":*"); in print_addr()
70 printf(":%d", addr->p.dyncnt); in print_addr()
72 printf(")"); in print_addr()
77 printf("<%s:*>", addr->v.tblname); in print_addr()
79 printf("<%s:%d>", addr->v.tblname, in print_addr()
[all …]
/dflybsd-src/usr.bin/dfregress/fe/text/
H A Dfe_text.c60 printf("%c", c); in print_row()
61 printf("\n"); in print_row()
69 i = printf("Test case"); in print_header()
71 printf(" "); in print_header()
72 printf("Result\n"); in print_header()
108 printf("\n\n"); in print_summary()
110 printf("Summary:\n\n"); in print_summary()
113 printf("Tests not built:\t%d\n", count_by_result[RESULT_BUILDFAIL]); in print_summary()
115 printf("Tests not run:\t\t%.0f\n", total_tests - total_run); in print_summary()
117 printf("Tests pre-failed:\t%d\n", count_by_result[RESULT_PREFAIL]); in print_summary()
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Daslhelp.c176 printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); in Usage()
177 printf ("%s\n\n", ASL_COMPLIANCE); in Usage()
180 printf ("\nGeneral:\n"); in Usage()
189 printf ("\nHelp:\n"); in Usage()
197 printf ("\nPreprocessor:\n"); in Usage()
203 printf ("\nErrors, Warnings, and Remarks:\n"); in Usage()
214 printf ("\nAML Bytecode Generation (*.aml):\n"); in Usage()
224 printf ("\nListings:\n"); in Usage()
231 printf ("\nFirmware Support - C Text Output:\n"); in Usage()
237 printf ("\nFirmware Support - Assembler Text Output:\n"); in Usage()
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/tools/acpibin/
H A Dabcompare.c203 printf ("Header signature is invalid\n"); in AbValidateHeader()
269 printf ("Signature : %4.4s\n", Header->Signature); in AbPrintHeaderInfo()
270 printf ("Length : %8.8X\n", Header->Length); in AbPrintHeaderInfo()
271 printf ("Revision : %2.2X\n", Header->Revision); in AbPrintHeaderInfo()
272 printf ("Checksum : %2.2X\n", Header->Checksum); in AbPrintHeaderInfo()
273 printf ("OEM ID : %.6s\n", Header->OemId); in AbPrintHeaderInfo()
274 printf ("OEM Table ID : %.8s\n", Header->OemTableId); in AbPrintHeaderInfo()
275 printf ("OEM Revision : %8.8X\n", Header->OemRevision); in AbPrintHeaderInfo()
276 printf ("ASL Compiler ID : %.4s\n", Header->AslCompilerId); in AbPrintHeaderInfo()
277 printf ("Compiler Revision : %8.8X\n", Header->AslCompilerRevision); in AbPrintHeaderInfo()
[all …]
/dflybsd-src/games/trek/
H A Dsrscan.c85 printf("\nShort range sensor scan\n"); in srscan()
88 printf(" "); in srscan()
90 printf("%d ", i); in srscan()
92 printf("\n"); in srscan()
97 printf("%d ", i); in srscan()
99 printf("%c ", Sect[i][j]); in srscan()
100 printf("%d", i); in srscan()
102 printf(" "); in srscan()
107 printf("stardate %.2f", Now.date); in srscan()
110 printf("condition %s", Color[Ship.cond]); in srscan()
[all …]
/dflybsd-src/contrib/lvm2/dist/test/api/
H A Dtest.c56 printf("'lv_activate vgname lvname: " in _show_help()
58 printf("'lv_deactivate vgname lvname: " in _show_help()
60 printf("'vg_remove_lv vgname lvname': " in _show_help()
62 printf("'vg_create_lv_linear vgname lvname size_in_bytes': " in _show_help()
64 printf("'scan_vgs': " in _show_help()
66 printf("'list_vg_names': " in _show_help()
68 printf("'list_vg_ids': " in _show_help()
70 printf("'vg_list_pvs vgname': " in _show_help()
72 printf("'vg_list_lvs vgname': " in _show_help()
74 printf("'vgs_open': " in _show_help()
[all …]

12345678910>>...77