Searched refs:outf (Results 1 - 25 of 66) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dtrace.c52 if (outf == NULL) {
53 outf = fopen("trace", "a");
54 if (outf == NULL) {
58 fprintf(outf, "trace turned on\n");
68 if (outf != NULL) {
69 fprintf(outf, "trace turned off\n");
70 fclose(outf);
71 outf = NULL;
H A Dwmove.c53 if (outf) {
54 fprintf(outf, "MOVE to win ");
56 fprintf(outf, "stdscr ");
58 fprintf(outf, "%o ", win);
59 fprintf(outf, "(%d, %d)\n", y, x);
H A Dcbreak.c90 if (outf)
91 fprintf(outf, "cbreak(), file %x, flags %x\n",
94 if (outf)
95 fprintf(outf, "cbreak(), file %x, flags %x\n",
H A Dnocbreak.c62 if (outf)
63 fprintf(outf, "nocbreak(), file %x, flags %x\n",
66 if (outf)
67 fprintf(outf, "nocbreak(), file %x, flags %x\n",
H A Dnoraw.c62 if (outf)
63 fprintf(outf, "noraw(), file %x, flags %x\n",
66 if (outf)
67 fprintf(outf, "noraw(), file %x, flags %x\n",
H A Draw.c67 if (outf)
68 fprintf(outf, "raw(), file %x, iflag %x, cflag %x\n",
71 if (outf)
72 fprintf(outf, "raw(), file %x, flags %x\n",
H A Dchkinput.c128 if (outf) {
129 (void) fprintf(outf, "Found a character on the input "
139 if (outf) {
140 (void) fprintf(outf, "Reading ahead\n");
149 if (outf)
158 if (outf)
159 (void) fprintf(outf, "No input waiting\n");
181 if (outf)
183 (void) fprintf(outf, "inputQ[%d] = %c\n", i, inputQ[i]);
H A Dring.c53 if (outf)
54 fprintf(outf, "_ring().\n");
H A Dscr_dump.c60 if (outf)
61 (void) fprintf(outf, "scr_dump: cannot open "
H A Doutch.c63 if (outf)
65 fprintf(outf, "^%c", c^0100);
67 fprintf(outf, "%c", c&0177);
69 if (outf)
70 fprintf(outf, "_outch: char '%s' term %x file %x=%d\n",
H A Dsavetty.c72 if (outf)
73 fprintf(outf, "savetty(), file %x, SP %x, flags %x,%x,%x,%x\n",
77 if (outf)
78 fprintf(outf, "savetty(), file %x, SP %x, flags %x\n",
H A Dflushinp.c52 if (outf)
53 fprintf(outf, "flushinp(), file %x, SP %x\n",
H A Dresetty.c55 if (outf)
56 fprintf(outf, "resetty(), file %x, SP %x, flags %x, "
68 if (outf)
69 fprintf(outf, "resetty(), file %x, SP %x, flags %x, "
86 if (outf)
87 fprintf(outf, "resetty(), file %x, SP %x, flags %x\n",
H A Dmakenew.c58 if (outf)
59 fprintf(outf, "MAKENEW(%d, %d, %d, %d)\n",
129 if (outf) {
130 fprintf(outf, "MAKENEW: win->_clear = %d\n", win->_clear);
131 fprintf(outf, "MAKENEW: win->_flags = %0.2o\n", win->_flags);
132 fprintf(outf, "MAKENEW: win->_maxy = %d\n", win->_maxy);
133 fprintf(outf, "MAKENEW: win->_maxx = %d\n", win->_maxx);
134 fprintf(outf, "MAKENEW: win->_begy = %d\n", win->_begy);
135 fprintf(outf, "MAKENEW: win->_begx = %d\n", win->_begx);
H A Dinit_costs.c114 if (outf) {
115 fprintf(outf, "icfixed %d=%d+%d\n", _COST(icfixed),
118 fprintf(outf, "from ich1 %x '%s' %d\n", insert_character,
120 fprintf(outf, "ip %x '%s' %d\n", insert_padding,
122 fprintf(outf, "dcfixed %d\n", _COST(dcfixed));
H A Dwaddch.c66 if (outf)
68 fprintf(outf, "'%c'", rawc);
70 fprintf(outf, "'%c' %o, raw %o", c, c, rawc);
125 if ((win->_attrs) && outf)
126 fprintf(outf, "(attrs %o, %o=>%o)", win->_attrs,
160 if (outf) {
163 fprintf(outf, "ERR because "
167 fprintf(outf, "line: '");
170 fprintf(outf, "%c",
172 fprintf(outf, "'\
[all...]
H A Dsetcurscreen.c55 if (outf)
56 fprintf(outf, "setterm: old %x, new %x\n", rv, new);
H A Dtstp.c57 if (outf)
58 (void) fflush(outf);
/opensolaris-onvv-gate/usr/src/cmd/audio/utilities/
H A DAudioLib.cc77 AudioFile* outf; local
81 outf = new AudioFile(path, (FileAccess)WriteOnly);
82 if (outf == 0)
86 if ((err = outf->SetHeader(hdr)) || (err = outf->Create())) {
87 delete outf;
92 err = AudioCopy(input, outf);
95 delete outf;
/opensolaris-onvv-gate/usr/src/ucblib/libcurses/
H A Dputchar.c30 fprintf(outf, "_PUTCHAR(%s)\n", unctrl(c));
H A Dinitscr.c39 fprintf(outf, "INITSCR()\n");
49 fprintf(outf, "INITSCR: term = %s\n", sp);
59 fprintf(outf, "INITSCR: curscr = 0%o\n", curscr);
64 fprintf(outf, "LINES = %d, COLS = %d\n", LINES, COLS);
72 fprintf(outf, "INITSCR: stdscr = 0%o\n", stdscr);
H A Daddstr.c34 fprintf(outf, "WADDSTR(\"%s\")\n", str);
H A Dscroll.c36 fprintf(outf, "SCROLL(%0.2o)\n", win);
52 fprintf(outf, "SCROLL: win == curscr\n");
H A Dgetch.c40 fprintf(outf, "WGETCH: _echoit = %c, _rawmode = %c\n",
49 fprintf(outf, "WGETCH got '%s'\n", unctrl(inp));
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh44 outf=/tmp/sched.args.$$
48 $dtrace -c '/usr/bin/sleep 10' -o $outf -qs /dev/stdin <<EOF
109 ' $outf
120 rm $outf

Completed in 133 milliseconds

123