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

12345

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c808 if ((tmp_nlst = tmpfile()) == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1189 * arg_parse() puts the parser into command parsing mode. Create a tmpfile
1191 * yyin to the value returned by tmpfile. Write the command into the file.
1198 if ((yyin = tmpfile()) == NULL)
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/
H A DMakefile641 tmpfile.o \
/opensolaris-onvv-gate/usr/src/cmd/cpio/
H A Dcpio.c9423 FILE *tmpfile; local
9445 msg(EXTN, "cannot open tmpfile %s%s", tmpdir, suffix);
9449 msg(EXTN, "cannot unlink tmpfile %s", tmpfname);
9452 if ((tmpfile = fdopen(tmpfd, "w+")) == NULL) {
9453 msg(EXTN, "cannot fdopen tmpfile %s", tmpfname);
9460 if (fputs(buf, tmpfile) == EOF) {
9461 msg(EXTN, "problem writing to tmpfile %s", tmpfname);
9506 if (fseek(tmpfile, 0L, SEEK_SET) == -1) {
9507 msg(EXTN, "cannot fseek on tmpfile %s", tmpfname);
9510 In_p = tmpfile;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1588 TMP_FILE=$(mktemp -q -t kclient-tmpfile.XXXXXX)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Diperlsys.h351 #define PerlSIO_tmpfile() tmpfile()
H A Dperl.h1901 # define tmpfile tmpfile64 macro
H A Dperlio.c347 * FileHandle::tmpfile
355 return tmpfile();
383 * loadable extensions e.g. for FileHandle::tmpfile
4867 # else /* !HAS_MKSTEMP, fallback to stdio tmpfile(). */
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc1304 /* tmpfile.c */
1305 FILE *tmpfile(void);
H A Dmapfile-vers2339 tmpfile;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c934 if ((yyin = tmpfile()) == NULL)
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1587 FILE *ofp = tmpfile();
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dparser_gram.y1989 * arg_parse() puts the parser into command parsing mode. Create a tmpfile
1991 * yyin to the value returned by tmpfile. Write the command into the file.
1998 if ((yyin = tmpfile()) == NULL) {
2000 "Exiting: Cannot create tmpfile: %s", strerror(errno));
2006 "Cannot write tmpfile: %s", strerror(errno));
2010 "Cannot seek tmpfile: %s", strerror(errno));
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Druntime-perl-584.mf942 path=usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/tmpfile.al \
1723 path=usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/tmpfile.al \
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c6795 if ((yyin = tmpfile()) == NULL) {

Completed in 245 milliseconds

12345