Lines Matching defs:tmppath
97 static char *tmppath;
375 tmppath = tmpnam(NULL);
376 tmppath = strdup(tmppath);
377 if (tmppath == NULL) {
382 if (mkdir(tmppath, 0755)) {
384 logerr(pkg_gt(MSG_MKDIR), tmppath);
387 device2 = tmppath;
1828 if (tmppath) {
1829 /* remove any previous tmppath stuff */
1830 rrmdir(tmppath);
1831 free(tmppath);
1832 tmppath = NULL;