Home
last modified time | relevance | path

Searched refs:OFILE (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/sgs/tools/
H A Dlibconv_mk_report_bufsize.pl50 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;
/titanic_50/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserquota_001_pos.ksh62 log_mustnot user_run $QUSER1 $MKFILE 1 $OFILE
70 log_mustnot user_run $QUSER1 $MKFILE 1 $OFILE
H A Duserquota_common.kshlib47 [[ -f $OFILE ]] && log_must $RM -f $OFILE
H A Duserquota_010_pos.ksh65 log_mustnot user_run $QUSER1 $MKFILE 1 $OFILE
H A Duserquota.cfg43 export OFILE=$TESTDIR/of
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk2.c470 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()
H A Dawk.h262 typedef struct OFILE { struct
266 } OFILE; typedef
300 void awkclose(OFILE *op);
409 extern OFILE *ofiles;
H A Dawk1.c249 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()
H A Dawk0.c109 OFILE *ofiles; /* Remembered open files (print) */
H A Dawk4.c519 register OFILE *op; in f_close()