Lines Matching refs:tmppath
98 static char *tmppath; variable
376 tmppath = tmpnam(NULL); in _pkgtrans()
377 tmppath = strdup(tmppath); in _pkgtrans()
378 if (tmppath == NULL) { in _pkgtrans()
383 if (mkdir(tmppath, 0755)) { in _pkgtrans()
385 logerr(pkg_gt(MSG_MKDIR), tmppath); in _pkgtrans()
388 device2 = tmppath; in _pkgtrans()
1828 if (tmppath) { in cleanup()
1830 (void) rrmdir(tmppath); in cleanup()
1831 free(tmppath); in cleanup()
1832 tmppath = NULL; in cleanup()