EMULTIHOP         323 lib/common/results.c #ifdef EMULTIHOP // Not available on OpenBSD
EMULTIHOP         324 lib/common/results.c         case EMULTIHOP:         return "EMULTIHOP";
EMULTIHOP         197 maint/gnulib/lib/errno.in.h # ifndef EMULTIHOP
EMULTIHOP         242 maint/gnulib/lib/strerror-override.c     case EMULTIHOP:
EMULTIHOP         137 maint/gnulib/lib/strerrorname_np.c     #if defined EMULTIHOP
EMULTIHOP         138 maint/gnulib/lib/strerrorname_np.c     case EMULTIHOP:       return "EMULTIHOP";
EMULTIHOP          70 maint/gnulib/tests/test-errno.c int e72 = EMULTIHOP;
EMULTIHOP         139 maint/gnulib/tests/test-strerrorname_np.c   #if defined EMULTIHOP
EMULTIHOP         140 maint/gnulib/tests/test-strerrorname_np.c   ASSERT (strcmp (strerrorname_np (EMULTIHOP), "EMULTIHOP") == 0);