saved_cwd 84 lib/at-func.c struct saved_cwd saved_cwd; saved_cwd 110 lib/at-func.c if (save_cwd (&saved_cwd) != 0) saved_cwd 112 lib/at-func.c if (0 <= fd && fd == saved_cwd.desc) saved_cwd 117 lib/at-func.c free_cwd (&saved_cwd); saved_cwd 125 lib/at-func.c free_cwd (&saved_cwd); saved_cwd 133 lib/at-func.c if (restore_cwd (&saved_cwd) != 0) saved_cwd 136 lib/at-func.c free_cwd (&saved_cwd); saved_cwd 99 lib/fdopendir.c static DIR *fdopendir_with_dup (int, int, struct saved_cwd const *); saved_cwd 100 lib/fdopendir.c static DIR *fd_clone_opendir (int, struct saved_cwd const *); saved_cwd 134 lib/fdopendir.c struct saved_cwd cwd; saved_cwd 159 lib/fdopendir.c fdopendir_with_dup (int fd, int older_dupfd, struct saved_cwd const *cwd) saved_cwd 199 lib/fdopendir.c fd_clone_opendir (int fd, struct saved_cwd const *cwd) saved_cwd 58 lib/save-cwd.c save_cwd (struct saved_cwd *cwd) saved_cwd 72 lib/save-cwd.c restore_cwd (const struct saved_cwd *cwd) saved_cwd 86 lib/save-cwd.c free_cwd (struct saved_cwd *cwd) saved_cwd 30 lib/save-cwd.h int save_cwd (struct saved_cwd *cwd); saved_cwd 31 lib/save-cwd.h int restore_cwd (const struct saved_cwd *cwd); saved_cwd 32 lib/save-cwd.h void free_cwd (struct saved_cwd *cwd);