Home
last modified time | relevance | path

Searched refs:int_handler (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dcollect2.c2336 void (*int_handler) (int); in scan_prog_file() local
2402 int_handler = (void (*) (int)) signal (SIGINT, SIG_IGN); in scan_prog_file()
2528 signal (SIGINT, int_handler); in scan_prog_file()
2545 void (*int_handler) (int); in scan_libraries() local
2600 int_handler = (void (*) (int)) signal (SIGINT, SIG_IGN); in scan_libraries()
2648 signal (SIGINT, int_handler); in scan_libraries()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcollect2.c2564 void (*int_handler) (int); in scan_prog_file() local
2630 int_handler = (void (*) (int)) signal (SIGINT, SIG_IGN); in scan_prog_file()
2753 signal (SIGINT, int_handler); in scan_prog_file()
2770 void (*int_handler) (int); in scan_libraries() local
2825 int_handler = (void (*) (int)) signal (SIGINT, SIG_IGN); in scan_libraries()
2872 signal (SIGINT, int_handler); in scan_libraries()