Home
last modified time | relevance | path

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

/coreutils/src/
Drmdir.c134 int rmdir_errno = errno; in remove_parents() local
139 if (ignorable_failure (rmdir_errno, dir)) in remove_parents()
146 if (rmdir_errno != ENOTDIR) in remove_parents()
157 error (0, rmdir_errno, _(error_msg), quoteaf (dir)); in remove_parents()
248 int rmdir_errno = errno; in main() local
249 if (ignorable_failure (rmdir_errno, dir)) in main()
258 if (rmdir_errno == ENOTDIR) in main()
287 error (0, rmdir_errno, _("failed to remove %s"), quoteaf (dir)); in main()