Lines Matching refs:close
780 * struct stat *, int, struct FTW *), int depth, int flags) shall close
794 perror("close");
799 if (close(fd) == -1) {
800 perror("close");
819 "nftw did not close all file descriptors used in traversal\n",
825 if (close(nfd) == -1) {
826 perror("close");
863 if (close(next_fd[0]) == -1) {
864 perror("close next_fd[0]");
869 if (close(next_fd[1]) == -1) {
870 perror("close next_fd[1]");
910 if (close(next_fd[i]) == -1) {
911 perror("close");