Home
last modified time | relevance | path

Searched refs:deep_remove_dir (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c27 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() function
526 if (deep_remove_dir (buf)) in deep_remove_dir()
H A DChangeLog-93951506 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.
H A DChangeLog-96465 * filesubr.c (deep_remove_dir): If rmdir returns an error other
3162 * filesubr.c (unlink_file_dir,deep_remove_dir): Don't call unlink
4194 * filesubr.c (deep_remove_dir): added test of EEXIST for nonempty
H A DChangeLog1138 * filesubr.c (deep_remove_dir, cvs_temp_file): Ditto.
12479 * filesubr.c (deep_remove_dir): Also check for errors from readdir.