Searched refs:tmpfile (Results 76 - 100 of 115) sorted by relevance

12345

/opensolaris-onvv-gate/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));
/opensolaris-onvv-gate/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));
/opensolaris-onvv-gate/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));
/opensolaris-onvv-gate/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));
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c2991 FILE *tmpfile; local
3022 * This is an alternative to using the tmpfile method
3075 Bail("cannot open tmpfile");
3080 Bail("tmpfile error");
3083 tmpfile = fdopen(fd, "w");
3084 if (tmpfile == NULL) {
3086 Bail("cannot write to tmpfile");
3110 Bail("write to tmpfile failed (arg too big)");
3112 rtn = fprintf(tmpfile, "\"%s\"\n", field);
3115 rtn = fprintf(tmpfile, "
[all...]
/opensolaris-onvv-gate/usr/src/cmd/acct/
H A Dwtmpfix.c154 if ((Temp = tmpfile()) == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c2196 char *tmpfile; local
2460 if ((tmpfile = strdup(TMPINFILE)) == NULL) {
2465 if ((fd = mkstemp(tmpfile)) == -1 ||
2469 cron_unlink(tmpfile);
2470 free(tmpfile);
2477 cron_unlink(tmpfile);
2478 free(tmpfile);
2489 cron_unlink(tmpfile);
2490 free(tmpfile);
/opensolaris-onvv-gate/usr/src/cmd/latencytop/common/
H A Ddwrapper.c478 if ((fp_script = tmpfile()) == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h426 # define tmpfile PerlSIO_tmpfile macro
/opensolaris-onvv-gate/usr/src/lib/libuuid/common/
H A Duuid.c261 if ((tmp = tmpfile()) == NULL)
/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1448 char tmpfile[PATH_MAX]; local
1503 (void) snprintf(tmpfile, sizeof (tmpfile), "%s%s", root, tmp);
1505 /* Truncate tmpfile first */
1506 fp = fopen(tmpfile, "w");
1508 bam_error(OPEN_FAIL, tmpfile, strerror(errno));
1514 bam_error(CLOSE_FAIL, tmpfile, strerror(errno));
1519 fp = fopen(tmpfile, "a");
1521 bam_error(OPEN_FAIL, tmpfile, strerror(errno));
1529 bam_error(WRITE_FAIL, tmpfile, strerro
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.xs216 fp = tmpfile();
/opensolaris-onvv-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1170 * Create tmpfile (zonecfg.xxxxxx)
1171 * Write XML to tmpfile
1172 * Rename tmpfile to xmlfile (zonecfg.xxxxxx -> foo.xml)
1178 * Create tmpfile (zonecfg.xxxxxx)
1179 * Write XML to tmpfile
1180 * Rename tmpfile to xmlfile (zonecfg.xxxxxx -> foo.xml)
1185 * Create tmpfile (zonecfg.xxxxxx)
1186 * Write XML to tmpfile
1187 * Rename tmpfile to xmlfile (zonecfg.xxxxxx -> bar.xml)
1194 char tmpfile[MAXPATHLE local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c640 "[-?\n@(#)$Id: tmpfile (AT&T Labs Research) 2007-05-07 $\n]"
643 "[+NAME? tmpfile - create a shell variable correspnding to a temporary file]"
690 file = tmpfile();
692 errormsg(SH_DICT, ERROR_system(1), "%s: tmpfile failed", argv[1]);
696 errormsg(SH_DICT, ERROR_system(1), "%s: tmpfile failed", argv[1]);
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c1125 cryptodebug("failed to rename %s to %s: %s", tmpfile,
H A Dadm_uef.c935 cryptodebug("failed to rename %s to %s: %s", tmpfile,
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/
H A Dlpforms.c525 if ((align_fp = tmpfile()) == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/prtfru/
H A Dprtfru.c1325 if ((errlog = tmpfile()) == NULL) {
/opensolaris-onvv-gate/usr/src/lib/libbc/sparc/
H A DMakefile116 tmpfile.o ungetc.o
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm3401 my ($tmpfile,$tmp,$filehandle);
3418 # choose a relatively unpredictable tmpfile sequence number
3421 next unless $tmpfile = new CGITempFile($seqno);
3422 $tmp = $tmpfile->as_string;
3426 die "CGI open of tmpfile: $!\n" unless defined $filehandle;
3470 name => $tmpfile,
3518 my ($tmpfile,$tmp,$filehandle);
3530 # choose a relatively unpredictable tmpfile sequence number
3533 next unless $tmpfile = new CGITempFile($seqno);
3534 $tmp = $tmpfile
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/
H A DMakefile.com437 common/stdio/tmpfile.o \
/opensolaris-onvv-gate/usr/src/lib/libc/i386/
H A DMakefile.com683 tmpfile.o \
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/
H A DMakefile.com715 tmpfile.o \
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com664 tmpfile.o \
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c1722 char tmpfile[NSC_MAXPATH]; local
3248 bzero(tmpfile, NSC_MAXPATH);
3252 (void) strncpy(tmpfile, fromfile,
3266 (void) strncpy(tofile, tmpfile,

Completed in 401 milliseconds

12345