Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dmain.c58 static noreturn void fpecatch(int n in fpecatch() function
152 sa.sa_sigaction = fpecatch; in main()
158 (void)signal(SIGFPE, fpecatch); in main()