Searched refs:deep_remove_dir (Results 1 – 10 of 10) sorted by relevance
31 static int deep_remove_dir PROTO((const char *path));439 return deep_remove_dir(f);454 deep_remove_dir (path) in deep_remove_dir() function489 if (deep_remove_dir(buf))
25 static int deep_remove_dir PROTO((const char *path));399 return deep_remove_dir (f);415 deep_remove_dir (path) in deep_remove_dir() function442 if (deep_remove_dir (buf))
833 (deep_remove_dir): use EACCESS to determine if directory
25 static int deep_remove_dir PROTO((const char *path));480 return deep_remove_dir (f);496 deep_remove_dir (path) in deep_remove_dir() function534 if (deep_remove_dir (buf))
433 * filesubr.c (deep_remove_dir, unlink_file_dir): ENOENT can also445 * filesubr.c (deep_remove_dir): Treat EACCES as well as ENOTEMPTY719 * filesubr.c (unlink_file_dir, deep_remove_dir): New functions,
21 static int deep_remove_dir PROTO((const char *path));477 return deep_remove_dir (f);493 deep_remove_dir (path) in deep_remove_dir() function520 if (deep_remove_dir (buf))
23 static int deep_remove_dir PROTO((const char *path));466 return deep_remove_dir (f);476 deep_remove_dir (path) in deep_remove_dir() function514 if (deep_remove_dir(buf))
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
3524 * filesubr.c (deep_remove_dir): Also check for errors from readdir.