Home
last modified time | relevance | path

Searched refs:fdopendir_with_dup (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfdopendir.c40 static DIR *fdopendir_with_dup (int, int, struct saved_cwd const *);
103 DIR *dir = fdopendir_with_dup (fd, -1, NULL); in fdopendir()
113 dir = fdopendir_with_dup (fd, -1, &cwd); in fdopendir()
136 fdopendir_with_dup (int fd, int older_dupfd, struct saved_cwd const *cwd) in fdopendir_with_dup() function
149 dir = fdopendir_with_dup (fd, dupfd, cwd); in fdopendir_with_dup()