Lines Matching +defs:cleanup +defs:dir
77 static char *basedir; /* dir holding master.passwd */
78 static int clean; /* what to remove on cleanup */
81 void cleanup(void);
94 char *changedir(char *path, char *dir);
419 cleanup();
431 cleanup();
443 cleanup();
448 cleanup(void)
477 changedir(char *path, char *dir)
482 if (!dir)
487 snprintf(fixed, sizeof(fixed), "%s/%s", dir, path);