Searched refs:OFILE (Results 1 – 10 of 10) sorted by relevance
50 open(OFILE, ">report_bufsize.h") ||54 print OFILE <<TEXT;104 print OFILE "#elif REPORT_BUFSIZE == $i\n";105 print OFILE "#warning \"The correct buffer size is $i\"\n";108 print OFILE <<TEXT;114 close OFILE;
62 log_mustnot user_run $QUSER1 $MKFILE 1 $OFILE70 log_mustnot user_run $QUSER1 $MKFILE 1 $OFILE
47 [[ -f $OFILE ]] && log_must $RM -f $OFILE
65 log_mustnot user_run $QUSER1 $MKFILE 1 $OFILE
43 export OFILE=$TESTDIR/of
470 OFILE *op; in doend()589 OFILE *op; in openfile()593 OFILE *fop; in openfile()605 fop = (OFILE *)NULL; in openfile()608 if (fop == (OFILE *)NULL) in openfile()615 if (fop == (OFILE *)NULL) in openfile()667 awkclose(OFILE *op) in awkclose()
262 typedef struct OFILE { struct266 } OFILE; typedef300 void awkclose(OFILE *op);409 extern OFILE *ofiles;
249 ofiles = (OFILE *)emalloc(sizeof (OFILE)*NIOSTREAM); in awkvarinit()251 (void) memset((wchar_t *)ofiles, 0, sizeof (OFILE) * NIOSTREAM); in awkvarinit()255 OFILE *fp; in awkvarinit()
109 OFILE *ofiles; /* Remembered open files (print) */
519 register OFILE *op; in f_close()