fdopendir_with_dup 99 lib/fdopendir.c static DIR *fdopendir_with_dup (int, int, struct saved_cwd const *); fdopendir_with_dup 127 lib/fdopendir.c DIR *dir = fdopendir_with_dup (fd, -1, NULL); fdopendir_with_dup 137 lib/fdopendir.c dir = fdopendir_with_dup (fd, -1, &cwd); fdopendir_with_dup 172 lib/fdopendir.c dir = fdopendir_with_dup (fd, dupfd, cwd);