Lines Matching full:dirfd
400 int try = 9999, dirfd = open("/", 0);;
432 } else len=readlinkat(dirfd, new->str, buf, 4096);
439 // For .. just move dirfd
441 // Not a symlink: add to linked list, move dirfd, fail if error
448 fd = openat(dirfd, s, 0);
450 close(dirfd);
451 dirfd = fd;
460 close(dirfd);
461 dirfd = open("/", 0);
474 close(dirfd);
503 close(dirfd);