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

/freebsd-11.0-release/tools/test/testfloat/
H A Dtestfloat.c40 static void catchSIGINT( int signalCode ) function
247 (void) signal( SIGINT, catchSIGINT );
248 (void) signal( SIGTERM, catchSIGINT );
H A Dtestsoftfloat.c39 static void catchSIGINT( int signalCode ) function
989 (void) signal( SIGINT, catchSIGINT );
990 (void) signal( SIGTERM, catchSIGINT );

Completed in 103 milliseconds