Home
last modified time | relevance | path

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

/illumos-gate/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;
/illumos-gate/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_013_pos.ksh67 log_mustnot user_run $QUSER1 mkfile 1 $OFILE
75 log_mustnot user_run $QUSER2 mkfile 1 $OFILE
H A Duserquota_common.kshlib51 [[ -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
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c468 OFILE *op; in doend()
587 OFILE *op; in openfile()
591 OFILE *fop; in openfile()
603 fop = (OFILE *)NULL; in openfile()
606 if (fop == (OFILE *)NULL) in openfile()
613 if (fop == (OFILE *)NULL) in openfile()
665 awkclose(OFILE *op) in awkclose()
H A Dawk.h260 typedef struct OFILE { struct
264 } OFILE; typedef
298 void awkclose(OFILE *op);
407 extern OFILE *ofiles;
H A Dawk1.c247 ofiles = (OFILE *)emalloc(sizeof (OFILE)*NIOSTREAM); in awkvarinit()
249 (void) memset((wchar_t *)ofiles, 0, sizeof (OFILE) * NIOSTREAM); in awkvarinit()
253 OFILE *fp; in awkvarinit()
H A Dawk0.c107 OFILE *ofiles; /* Remembered open files (print) */
H A Dawk4.c518 register OFILE *op; in f_close()