SIGLOST           174 maint/gnulib/lib/sig2str.c #ifdef SIGLOST
SIGLOST           174 maint/gnulib/lib/sigabbrev_np.c     #if defined SIGLOST && SIGLOST != SIGABRT && SIGLOST != SIGPWR
SIGLOST           175 maint/gnulib/lib/sigabbrev_np.c     case SIGLOST:     return "LOST";
SIGLOST           244 maint/gnulib/lib/sigdescr_np.c     #if defined SIGLOST && SIGLOST != SIGABRT && SIGLOST != SIGPWR
SIGLOST           245 maint/gnulib/lib/sigdescr_np.c     case SIGLOST:
SIGLOST           127 maint/gnulib/lib/siglist.h #elif defined(SIGPWR) && (!defined(SIGLOST) || (SIGPWR != SIGLOST))
SIGLOST           130 maint/gnulib/lib/siglist.h #ifdef SIGLOST
SIGLOST           131 maint/gnulib/lib/siglist.h   init_sig (SIGLOST, "LOST", N_("Resource lost"))
SIGLOST          1244 maint/gnulib/lib/sigsegv.c # ifdef SIGLOST
SIGLOST          1245 maint/gnulib/lib/sigsegv.c   sigaddset (&action.sa_mask,SIGLOST);