tempnam
char *tempnam(const char *, const char *);
if ((body_file_name = tempnam(dir, NULL)) == NULL) {
rp->outfile = tempnam(TMPDIR, PFX);
if ((tfname = tempnam("", "ea")) == NULL) {
extern char *tempnam();
if ( (temp_file = tempnam(temp_dir, "post")) == NULL )
if ( (temp_file = tempnam(TEMPDIR, "dpost")) == NULL )
if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL )
if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL )
workp = tempnam(".", "xx");
if ((crle.c_tempname = tempnam(MSG_ORIG(MSG_TMP_DIR),
return (tempnam(buffer, 0));
artmpfile.tmp_name = tempnam(TMPDIR, "mcs2");
elftmpfile.tmp_name = tempnam(TMPDIR, "mcs1");
est->sc_repo_doorname = tempnam(est->sc_repo_doordir, "scfdr");
dirname = tempnam(a_tmpdir, a_suffix);
*r_zoneAdminFile = tempnam(a_zoneTempDir, "zadmn");
listfile = tempnam(tmpdir, "list");
t_pkgmap = tempnam(tmpdir, "tmpmap");
t_pkginfo = tempnam(tmpdir, "pkginfo");
*r_zoneAdminFile = tempnam(a_zoneTempDir, "zadmn");
tempout = tempnam(NULL, "temp1");
input = tempnam(NULL, "sedinp");
char *tmps = tempnam("/var/tmp", "truss");
if ((outfile = tempnam("/var/log", "zone")) == NULL) {
extern char *tempnam(const char *, const char *);
if (!(file = tempnam("/var/run", NULL))) {
if ((tmpfile = tempnam("/tmp", "diirc")) == NULL) {
#define m_tempname(code) tempnam(__m_getenv("TMPDIR"), (code))
tmpfname = tempnam("/tmp", "tpmtok");
if ((out_path = tempnam(TEST_XML_OUT_DIR, TEST_XML_OUT_PREFIX)) ==
if ((ctx->i_stderr = tempnam(ctx->i_tmpdir, "cw")) == NULL) {
fopen((need_add_file = tempnam(NULL, "add")), "w")) == NULL) {
fopen((need_rm_file = tempnam(NULL, "rm")), "w")) == NULL) {
fopen((differ_file = tempnam(NULL, "diff")), "w")) == NULL) {
extern char *tempnam(const char *, const char *);