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

123

/opensolaris-onvv-gate/usr/src/ucblib/libcurses/
H A Dclrtoeol.c57 fprintf(outf, "CLRTOEOL: minx = %d, maxx = %d, firstch = %d,"
H A Ddeleteln.c40 fprintf(outf, "DELETELN(%0.2o)\n", win);
H A Derase.c39 fprintf(outf, "WERASE(%0.2o)\n", win);
H A Dinsertln.c40 fprintf(outf, "INSERTLN(%0.2o)\n", win);
H A Dcurses.c46 FILE *outf; /* debug output file */ variable
H A Dcr_put.c60 fprintf(outf, "MVCUR: moving cursor from (%d,%d) to (%d,%d)\n",
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dwclrtoeol.c132 if (outf)
133 fprintf(outf, "CLRTOEOL: line %d begx = %d, maxx = %d, "
H A Dwgetwstr.c61 if (outf)
62 fprintf(outf, "doecho %d, savecb %d\n", doecho, savecb);
H A Dcopywin.c69 if (outf)
70 fprintf(outf, "copywin(%0.2o, %0.2o);\n", Srcwin, Dstwin);
H A Dsetkeymap.c285 if (outf)
286 fprintf(outf, "return key structure %x, ending at %x\n",
H A Dwgetstr.c76 if (outf)
77 fprintf(outf, "doecho %d, savecb %d\n", doecho, savecb);
H A Dcurshdr.h163 #ifndef outf
164 extern FILE *outf;
165 #endif /* outf */
H A Dvidupdate.c216 if (outf)
217 fprintf(outf, "vidupdate oldmode=%o, newmode=%o\n",
/opensolaris-onvv-gate/usr/src/cmd/vi/misc/
H A Dctags.c142 *outf; /* ioptr for tags file */ variable
276 outf = fopen(outfile, aflag ? "a" : "w");
277 if (outf == NULL) {
282 (void) fclose(outf);
1042 (void) fprintf(outf, "%s\t%s\t%c^",
1046 (void) fprintf(outf, "\\\\");
1048 (void) fprintf(outf, "\\%c", searchar);
1050 (void) putc(*sp, outf);
1051 (void) fprintf(outf, "%c\n", searchar);
1065 (void) fprintf(outf, "
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A DMapFiles61 my ($outf) = @ARGV;
69 open($outfh, '>', $outf) || die("Can't open $outf: $!\n");
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Denc.c122 char *inf=NULL,*outf=NULL; local
166 outf= *(++argv);
421 if (outf == NULL)
433 if (BIO_write_filename(out,outf) <= 0)
435 perror(outf);

Completed in 381 milliseconds

123