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

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c779 FILE *f, *fpipe, *tmpf; local
841 tmpf = fdopen(tmpfd, "w");
842 if (tmpf == NULL) {
859 fputs("\n", tmpf);
866 fputs(line, tmpf);
869 fputs(EncodedSubject, tmpf);
872 fputs(Subject, tmpf);
876 fputs(p+8, tmpf);
880 fputs(line, tmpf);
883 fclose(tmpf);
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py2861 tmpf = tempfile.NamedTemporaryFile(dir='/system/volatile',
2863 tmpf.close()
2864 imagetempname = tmpf.name

Completed in 242 milliseconds