Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dproto.h145 extern double errcheck(double, const char *);
H A Drun.c1491 i = errcheck(pow(i, j), "pow"); in arith()
1588 xf = errcheck(pow(xf, yf), "pow"); in assign()
2087 u = errcheck(log(getfval(x)), "log"); in bltin()
2093 u = errcheck(exp(getfval(x)), "exp"); in bltin()
2097 u = errcheck(sqrt(getfval(x)), "sqrt"); in bltin()
H A Dlib.c831 double errcheck(double x, const char *s) in errcheck() function
H A DFIXES.1e164 Clear errno before calling errcheck to avoid any spurious errors