SIGRESTART        210 maint/gnulib/lib/sigabbrev_np.c     #if defined SIGRESTART
SIGRESTART        211 maint/gnulib/lib/sigabbrev_np.c     case SIGRESTART:  return "RESTART";
SIGRESTART        297 maint/gnulib/lib/sigdescr_np.c     #if defined SIGRESTART
SIGRESTART        298 maint/gnulib/lib/sigdescr_np.c     case SIGRESTART:
SIGRESTART        196 maint/gnulib/tests/test-sigabbrev_np.c   #ifdef SIGRESTART
SIGRESTART        197 maint/gnulib/tests/test-sigabbrev_np.c   ASSERT (strcmp (sigabbrev_np (SIGRESTART), "RESTART") == 0);
SIGRESTART        198 maint/gnulib/tests/test-sigdescr_np.c   #ifdef SIGRESTART
SIGRESTART        199 maint/gnulib/tests/test-sigdescr_np.c   ASSERT (strcmp (sigdescr_np (SIGRESTART), "Checkpoint restart") == 0);