executable_fd     162 maint/gnulib/lib/progreloc.c static int executable_fd = -1;
executable_fd     179 maint/gnulib/lib/progreloc.c   if (executable_fd >= 0)
executable_fd     186 maint/gnulib/lib/progreloc.c       if (fstat (executable_fd, &statexe) >= 0)
executable_fd     255 maint/gnulib/lib/progreloc.c     if (executable_fd < 0)
executable_fd     256 maint/gnulib/lib/progreloc.c       executable_fd = open ("/proc/self/exe", O_EXEC | O_CLOEXEC, 0);
executable_fd     264 maint/gnulib/lib/progreloc.c       if (executable_fd < 0)
executable_fd     265 maint/gnulib/lib/progreloc.c         executable_fd = open (buf, O_EXEC | O_CLOEXEC, 0);
executable_fd     334 maint/gnulib/lib/progreloc.c     if (executable_fd < 0)
executable_fd     335 maint/gnulib/lib/progreloc.c       executable_fd = open ("/proc/self/exe", O_EXEC | O_CLOEXEC, 0);