ENOPROTOOPT       343 lib/common/results.c         case ENOPROTOOPT:       return "ENOPROTOOPT";
ENOPROTOOPT       669 lib/common/results.c         case ENOPROTOOPT:
ENOPROTOOPT        60 maint/gnulib/lib/strerror-override.c     case ENOPROTOOPT:
ENOPROTOOPT       182 maint/gnulib/lib/strerrorname_np.c     #if defined ENOPROTOOPT
ENOPROTOOPT       183 maint/gnulib/lib/strerrorname_np.c     case ENOPROTOOPT:     return "ENOPROTOOPT";
ENOPROTOOPT        83 maint/gnulib/lib/w32sock.h       errno = ENOPROTOOPT;
ENOPROTOOPT        78 maint/gnulib/tests/test-errno.c int e92 = ENOPROTOOPT;
ENOPROTOOPT       184 maint/gnulib/tests/test-strerrorname_np.c   #if defined ENOPROTOOPT
ENOPROTOOPT       185 maint/gnulib/tests/test-strerrorname_np.c   ASSERT (strcmp (strerrorname_np (ENOPROTOOPT), "ENOPROTOOPT") == 0);