Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c31 static int deep_remove_dir PROTO((const char *path));
439 return deep_remove_dir(f);
454 deep_remove_dir (path) in deep_remove_dir() function
489 if (deep_remove_dir(buf))
/openbsd-src/gnu/usr.bin/cvs/os2/
H A Dfilesubr.c25 static int deep_remove_dir PROTO((const char *path));
399 return deep_remove_dir (f);
415 deep_remove_dir (path) in deep_remove_dir() function
442 if (deep_remove_dir (buf))
H A DChangeLog833 (deep_remove_dir): use EACCESS to determine if directory
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c25 static int deep_remove_dir PROTO((const char *path));
480 return deep_remove_dir (f);
496 deep_remove_dir (path) in deep_remove_dir() function
534 if (deep_remove_dir (buf))
H A DChangeLog433 * filesubr.c (deep_remove_dir, unlink_file_dir): ENOENT can also
445 * filesubr.c (deep_remove_dir): Treat EACCES as well as ENOTEMPTY
719 * filesubr.c (unlink_file_dir, deep_remove_dir): New functions,
/openbsd-src/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c21 static int deep_remove_dir PROTO((const char *path));
477 return deep_remove_dir (f);
493 deep_remove_dir (path) in deep_remove_dir() function
520 if (deep_remove_dir (buf))
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dfilesubr.c23 static int deep_remove_dir PROTO((const char *path));
466 return deep_remove_dir (f);
476 deep_remove_dir (path) in deep_remove_dir() function
514 if (deep_remove_dir(buf))
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 DChangeLog3524 * filesubr.c (deep_remove_dir): Also check for errors from readdir.