Searched refs:fscript (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/script/
H A Dscript.c77 FILE *fscript; variable
132 if ((fscript = fopen(fname, aflg ? "a" : "w")) == NULL)
183 (void)fclose(fscript);
250 (void)fprintf(fscript, "Script started on %s", ctime(&tvec));
274 (void)fflush(fscript);
294 (void)fwrite(obuf, 1, cc, fscript);
318 (void)fclose(fscript);
347 (void)fprintf(fscript,"\nScript done on %s", ctime(&tvec));
348 (void)fclose(fscript);

Completed in 52 milliseconds