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

/osnet-11/usr/src/lib/libcurses/screen/
H A D_newterm.c49 newterm(char *type, FILE *fout, FILE *fin) argument
51 return (newscreen(type, 0, 0, 0, fout, fin));
H A Dllib-lcurses1262 SCREEN *newterm(char *type, FILE *fout, FILE *fin);
/osnet-11/usr/src/lib/libfstyp/common/
H A Dlibfstyp_module.h50 int fstyp_mod_dump(fstyp_mod_handle_t handle, FILE *fout, FILE *ferr);
H A Dlibfstyp.h74 int fstyp_dump(fstyp_handle_t handle, FILE *fout, FILE *ferr);
H A Dlibfstyp.c64 FILE *fout, FILE *ferr);
262 fstyp_dump(struct fstyp_handle *h, FILE *fout, FILE *ferr) argument
274 return (mp->ops.fstyp_dump(mp->mod_handle, fout, ferr));
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c1027 FILE* fout; local
1030 fout = fopen(filename, "w");
1031 if (!fout) return 0;
1036 if (!fwrite(extract_buffer, PED_SECTOR_SIZE_DEFAULT, 1, fout))
1040 return (fclose(fout) == 0 ? 1 : 0);
1043 fclose(fout);
1054 FILE* fout; local
1057 fout = fopen(filename, "w");
1058 if (!fout) return 0;
1069 1, fout))
1083 FILE* fout; local
1128 FILE* fout; local
1157 FILE* fout; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsfsasl.c352 ** fout -- the sm_io file encrypted data to be written to
361 ** The arguments "fin" and "fout" are replaced with the new
366 sfdcsasl(fin, fout, conn, tmo)
368 SM_FILE_T **fout;
395 info.fp = *fout;
408 sm_io_setinfo(*fout, SM_IO_WHAT_TIMEOUT, &tmo);
411 *fout = newout;
922 ** fout -- data output source being replaced
930 ** The arguments "fin" and "fout" are replaced with the new
932 ** The original "fin" and "fout" ar
[all...]

Completed in 22 milliseconds