fd_safer           30 maint/gnulib/lib/creat-safer.c   return fd_safer (creat (file, mode));
fd_safer           33 maint/gnulib/lib/mkstemp-safer.c   return fd_safer (mkstemp (templ));
fd_safer           61 maint/gnulib/lib/mkstemp-safer.c   return fd_safer (mkstemps (templ, suffixlen));
fd_safer           45 maint/gnulib/lib/open-safer.c   return fd_safer (open (file, flags, mode));
fd_safer           45 maint/gnulib/lib/openat-safer.c   return fd_safer (openat (fd, file, flags, mode));
fd_safer           38 maint/gnulib/lib/pipe-safer.c           fd[i] = fd_safer (fd[i]);
fd_safer           21 maint/gnulib/lib/unistd-safer.h int fd_safer (int);
fd_safer           41 maint/gnulib/tests/test-posix_spawn-chdir.c       int f = fd_safer (dup (fd));
fd_safer           71 maint/gnulib/tests/test-posix_spawn-chdir.c   if (pipe (ifd) < 0 || (ifd[0] = fd_safer (ifd[0])) < 0)
fd_safer           41 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c       int f = fd_safer (dup (fd));
fd_safer           70 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c   if (pipe (ofd) < 0 || (ofd[1] = fd_safer (ofd[1])) < 0)
fd_safer           63 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c       int f = fd_safer (dup (fd));
fd_safer           92 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c   if (pipe (ifd) < 0 || (ifd[0] = fd_safer (ifd[0])) < 0)
fd_safer           44 maint/gnulib/tests/test-posix_spawn-fchdir.c       int f = fd_safer (dup (fd));
fd_safer           80 maint/gnulib/tests/test-posix_spawn-fchdir.c   if (pipe (ifd) < 0 || (ifd[0] = fd_safer (ifd[0])) < 0)