Searched refs:deep_remove_dir (Results 1 – 4 of 4) sorted by relevance
27 static int deep_remove_dir (const char *path);478 return deep_remove_dir (f); in unlink_file_dir()490 deep_remove_dir (const char *path) in deep_remove_dir() function526 if (deep_remove_dir (buf)) in deep_remove_dir()
1506 unlink_file_dir, deep_remove_dir): Moved to...1771 * subr.c (deep_remove_dir): Use struct dirent, not struct direct.1789 (deep_remove_dir): New function, helps unlink_file_dir.
465 * filesubr.c (deep_remove_dir): If rmdir returns an error other3162 * filesubr.c (unlink_file_dir,deep_remove_dir): Don't call unlink4194 * filesubr.c (deep_remove_dir): added test of EEXIST for nonempty
1138 * filesubr.c (deep_remove_dir, cvs_temp_file): Ditto.12479 * filesubr.c (deep_remove_dir): Also check for errors from readdir.