dirfd            1192 lib-src/emacsclient.c connect_socket (int dirfd, char const *addr, int s, uid_t uid)
dirfd            1207 lib-src/emacsclient.c   if (dirfd != AT_FDCWD)
dirfd            1211 lib-src/emacsclient.c       if (fstat (dirfd, &st) != 0)
dirfd            1225 lib-src/emacsclient.c       if (fchdir (dirfd) != 0)
dirfd            1240 lib-src/emacsclient.c   if (dirfd != AT_FDCWD && fchdir (wdfd) != 0)
dirfd             196 lib/dirent.in.h #  if !(defined __cplusplus && defined GNULIB_NAMESPACE) || defined dirfd
dirfd             200 lib/dirent.in.h _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
dirfd             201 lib/dirent.in.h _GL_CXXALIAS_RPL (dirfd, int, (DIR *));
dirfd             210 lib/dirent.in.h #  if defined __cplusplus && defined GNULIB_NAMESPACE && defined dirfd
dirfd             213 lib/dirent.in.h static inline int (dirfd) (DIR *dp) { return dirfd (dp); }
dirfd             216 lib/dirent.in.h #  if !(@HAVE_DECL_DIRFD@ || defined dirfd)
dirfd             217 lib/dirent.in.h _GL_FUNCDECL_SYS (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
dirfd             219 lib/dirent.in.h _GL_CXXALIAS_SYS (dirfd, int, (DIR *));
dirfd             221 lib/dirent.in.h _GL_CXXALIASWARN (dirfd);
dirfd             225 lib/dirent.in.h _GL_WARN_ON_USE (dirfd, "dirfd is unportable - "
dirfd              83 lib/fdopendir.c   _gl_unregister_dirp_fd (dirfd (dirp));
dirfd             201 lib/fdopendir.c           if (dp && dirfd (dp) < 0)
dirfd            4016 src/msdos.c    utimensat (int dirfd, const char *pathname,
dirfd            4025 src/msdos.c      if (dirfd != AT_FDCWD)
dirfd            4049 src/msdos.c    faccessat (int dirfd, const char * path, int mode, int flags)
dirfd            4056 src/msdos.c      if (dirfd != AT_FDCWD
dirfd            2335 src/sysdep.c   emacs_fstatat (int dirfd, char const *filename, void *st, int flags)
dirfd            2338 src/sysdep.c     while ((r = fstatat (dirfd, filename, st, flags)) != 0 && errno == EINTR)
dirfd            2344 src/sysdep.c   sys_openat (int dirfd, char const *file, int oflags, int mode)
dirfd            2347 src/sysdep.c     return openat (dirfd, file, oflags, mode);
dirfd            2352 src/sysdep.c     eassert (dirfd == AT_FDCWD);
dirfd            2366 src/sysdep.c   emacs_openat (int dirfd, char const *file, int oflags, int mode)
dirfd            2372 src/sysdep.c     while ((fd = sys_openat (dirfd, file, oflags, mode)) < 0 && errno == EINTR)
dirfd            4100 src/w32.c      faccessat (int dirfd, const char * path, int mode, int flags)
dirfd            4108 src/w32.c        if (dirfd != AT_FDCWD