Searched refs:NUM_SIGS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsdiff.c69 #define NUM_SIGS (sizeof sigs / sizeof *sigs) macro
89 #define handler_index_of_SIGINT (NUM_SIGS - 2)
90 #define handler_index_of_SIGPIPE (NUM_SIGS - 1)
94 static struct sigaction initial_action[NUM_SIGS];
98 static RETSIGTYPE (*initial_action[NUM_SIGS]) ();
795 for (i = 0; i < NUM_SIGS; i++)
799 for (i = 0; i < NUM_SIGS; i++)
825 for (i = 0; i < NUM_SIGS; i++)
/macosx-10.10/gpatch-3/patch/
H A Dutil.c671 #define NUM_SIGS (sizeof (sigs) / sizeof (*sigs)) macro
754 for (i = 0; i < NUM_SIGS; i++)
777 for (i = 0; i < NUM_SIGS; i++)
793 for (i = 0; i < NUM_SIGS; i++)

Completed in 65 milliseconds