Lines Matching defs:tmpdir
90 char *tmpdir, *subdir, *parsefs();
130 tmpdir = mktemp("/tmp/underXXXXXX");
136 tmpdir, errno, strerror(errno));
140 if (mkdir(tmpdir, 0777))
142 perror(tmpdir);
148 tmpdir, errno, strerror(errno));
156 if (mount_nfs(dir, tmpdir, error))
160 strcpy(dirbuf, tmpdir);
164 if (umount_nfs(dir, tmpdir))
166 rmdir(tmpdir);