fdopendir_with_dup   40 lib/fdopendir.c static DIR *fdopendir_with_dup (int, int, struct saved_cwd const *);
fdopendir_with_dup  103 lib/fdopendir.c   DIR *dir = fdopendir_with_dup (fd, -1, NULL);
fdopendir_with_dup  113 lib/fdopendir.c           dir = fdopendir_with_dup (fd, -1, &cwd);
fdopendir_with_dup  149 lib/fdopendir.c           dir = fdopendir_with_dup (fd, dupfd, cwd);