Lines Matching defs:tmpdir
439 const char *tmpdir;
447 tmpdir = getenv("TMPDIR");
448 if (tmpdir == NULL)
449 tmpdir = _PATH_TMP;
450 snprintf(cname, sizeof(cname), "%s/config.tmp.XXXXXX", tmpdir);
1634 const char *tmpdir;
1642 tmpdir = getenv("TMPDIR");
1643 if (tmpdir == NULL)
1644 tmpdir = _PATH_TMP;
1645 (void)snprintf(line, sizeof(line), "%s/config.tmp.XXXXXX", tmpdir);