Home | History | Annotate | Download | only in lib

Lines Matching defs:dirfd

474   int try = 9999, dirfd = open("/", 0);;
506 } else len = readlinkat(dirfd, new->str, libbuf, sizeof(libbuf));
513 // For .. just move dirfd
515 // Not a symlink: add to linked list, move dirfd, fail if error
522 fd = openat(dirfd, s, 0);
524 close(dirfd);
525 dirfd = fd;
534 close(dirfd);
535 dirfd = open("/", 0);
548 close(dirfd);
577 close(dirfd);