Searched refs:tempnam (Results 51 - 65 of 65) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com686 tempnam.o \
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1086 if ((tmpfile = tempnam("/tmp", "diirc")) == NULL) {
1087 logdmsg(("is_root_controller: tempnam: failed: %s\n",
/illumos-gate/usr/src/cmd/ed/
H A Ded.c119 "tempnam failed", /* 69 */
470 if ((tfname = tempnam("", "ea")) == NULL) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c2917 *r_zoneAdminFile = tempnam(a_zoneTempDir, "zadmn");
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile663 tempnam.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile1251 tempnam.3c \
2353 tempnam.3c := LINKSRC = tmpnam.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1332 /* tempnam.c */
1333 char *tempnam(const char *dir, const char *pfx);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com743 tempnam.o \
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c316 tmpfname = tempnam("/tmp", "tpmtok");
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c458 tname = tempnam("/var/tmp", "slvm_");
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c2901 *r_zoneAdminFile = tempnam(a_zoneTempDir, "zadmn");
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c594 char *tmps = tempnam("/var/tmp", "truss");
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2217 * the tempnam() function uses malloc(3C) to allocate space for the
2222 rp->outfile = tempnam(TMPDIR, PFX);
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3474 if ((outfile = tempnam("/var/log", "zone")) == NULL) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c772 est->sc_repo_doorname = tempnam(est->sc_repo_doordir, "scfdr");

Completed in 178 milliseconds

123