Searched refs:mkstemp (Results 76 - 100 of 108) sorted by relevance

12345

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c1132 if ((mkstemp(fllint) == -1) ||
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c834 if (mkstemp(tmpfile_name) == -1) {
1165 if (mkstemp(tmpfile_name) == -1) {
H A Dadm_kef.c765 if (mkstemp(tmpfile_name) == -1) {
H A Dadm_kef_util.c1015 if (mkstemp(tmpfile_name) == -1) {
/illumos-gate/usr/src/man/man3c/
H A DMakefile241 mkstemp.3c \
1959 mkdtemp.3c := LINKSRC = mkstemp.3c
1960 mkostemp.3c := LINKSRC = mkstemp.3c
1961 mkostemps.3c := LINKSRC = mkstemp.3c
1962 mkstemps.3c := LINKSRC = mkstemp.3c
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c1108 outfd = mkstemp(tmppath);
1110 configd_critical("\"%s\" backup failed: mkstemp(%s): %s\n",
1515 if ((dstfd = mkstemp(tmppath)) < 0) {
1516 configd_critical("Backend copy failed: mkstemp %s: %s\n",
/illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c826 fd = mkstemp(fname);
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c1049 if ((fd = mkstemp(tmp)) == -1) {
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile73 mkstemp.o mktemp.o mlock.o mlockall.o\
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c80 #define STAT_TEMPLATE_SUFFIX ".XXXXXX" /* suffix of mkstemp() arg */
1184 * it will fail at mkstemp call below.
1199 fd = mkstemp(template);
/illumos-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c1269 * unique char sequence by mkstemp()
1281 if ((fildes = mkstemp(*tmpfile)) != -1) {
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c810 tmpfd = mkstemp(tmpf_name);
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c713 if ((outfd = mkstemp(tmpnam)) == -1) {
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dmodify.c1072 if (mkstemp(tmpfile_name) == -1) {
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c1840 /* mkstemp replaces XXXXXX with a unique string */
1848 if ((fd = mkstemp(tmp_file)) == -1) {
2269 /* mkstemp replaces XXXXXX with a unique string */
2279 if ((fd = mkstemp(tmp_file)) == -1) {
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c1586 if (mkstemp(crlfile_tmp) == -1) {
1690 if (mkstemp(user_certfile) == -1) {
H A Dpolicy.c1085 tmpfd = mkstemp(tmpfilename);
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com502 mkstemp.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com492 mkstemp.o \
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1169 if ((fd = mkstemp(tmp_name)) < 0) {
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c1378 if ((s->fd = mkstemp(path)) < 0) {
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc328 int fd = mkstemp(m2_file);
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile466 mkstemp.o \
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1933 if ((ofd = mkstemp(template)) < 0) {
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com534 mkstemp.o \

Completed in 451 milliseconds

12345