Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh432 function errcheck function
438 err=$(errcheck)
/illumos-gate/usr/src/cmd/awk/
H A Drun.c1198 i = errcheck(pow(i, j), "pow"); in arith()
1300 xf = errcheck(pow(xf, yf), "pow"); in assign()
1736 u = errcheck(log(getfval(x)), "log"); break; in bltin()
1740 u = errcheck(exp(getfval(x)), "exp"); break; in bltin()
1742 u = errcheck(sqrt(getfval(x)), "sqrt"); break; in bltin()
H A Dawk.h358 extern double errcheck(double, const char *);
H A Dlib.c828 errcheck(double x, const char *s) in errcheck() function