Searched defs:tmpfile (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libast/common/stdio/
H A Dtmpfile.c27 tmpfile(void) function
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dtmpfile.c30 * tmpfile - return a pointer to an update file that can be
121 tmpfile(void) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm83 $fh = tmpfile();
86 $fh = tmpfile();
115 tmpnam() and tmpfile() functions are provided if required.
158 tmpfile
169 'POSIX' => [qw/ tmpnam tmpfile /],
1089 the description of tmpfile() elsewhere in this document).
1550 and tmpfile() functions described in L<POSIX>
1605 =item B<tmpfile>
1609 $fh = tmpfile();
1620 sub tmpfile { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dnostdio.h68 #undef tmpfile macro
79 #define tmpfile() _CANNOT _tmpfile_ macro
H A Dfakesdio.h55 #undef tmpfile macro
74 #define tmpfile() PerlIO_tmpfile() macro
H A DXSUB.h426 # define tmpfile PerlSIO_tmpfile macro
H A Dperl.h1901 # define tmpfile tmpfile64 macro
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c1038 FILE *pfile, *tmpfile; local
1091 if ((tmpfile = fdopen(tmpfd, "w")) == NULL) {
1101 if (xmlDocFormatDump(tmpfile, doc, 1) == -1) {
1103 (void) fclose(tmpfile);
1115 if (fclose(tmpfile) != 0)
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h231 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
341 #define tmpfile _ast_tmpfile macro
463 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h210 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
320 #define tmpfile _ast_tmpfile macro
442 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h231 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
341 #define tmpfile _ast_tmpfile macro
463 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h210 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
320 #define tmpfile _ast_tmpfile macro
442 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h231 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
341 #define tmpfile _ast_tmpfile macro
463 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h210 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
320 #define tmpfile _ast_tmpfile macro
442 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h231 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
341 #define tmpfile _ast_tmpfile macro
463 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h210 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
320 #define tmpfile _ast_tmpfile macro
442 extern __MANGLE__ FILE* tmpfile __PROTO__((void));
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1051 char *tmpfile; local
1085 if ((tmpfile = tempnam(_PATH_SYSVOL, "diirc")) == NULL) {
1097 vfsent.vfs_special + sizeof (META_DEV) - 1, tmpfile);
1101 if (system(buf) == 0 && (fp = fopen(tmpfile, "r")) != NULL) {
1115 (void) unlink(tmpfile);
1116 free(tmpfile);
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1635 * Create tmpfile (zonecfg.xxxxxx)
1636 * Write XML to tmpfile
1637 * Rename tmpfile to xmlfile (zonecfg.xxxxxx -> foo.xml)
1643 * Create tmpfile (zonecfg.xxxxxx)
1644 * Write XML to tmpfile
1645 * Rename tmpfile to xmlfile (zonecfg.xxxxxx -> foo.xml)
1650 * Create tmpfile (zonecfg.xxxxxx)
1651 * Write XML to tmpfile
1652 * Rename tmpfile to xmlfile (zonecfg.xxxxxx -> bar.xml)
1659 char tmpfile[MAXPATHLE local
[all...]

Completed in 95 milliseconds