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

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh429 function errcheck function
435 err=$(errcheck)
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h287 extern double errcheck(double, char *);
H A Drun.c1015 i = errcheck(pow(i, j), "pow");
1109 xf = errcheck(pow(xf, yf), "pow");
1499 u = errcheck(log(getfval(x)), "log"); break;
1503 u = errcheck(exp(getfval(x)), "exp"); break;
1505 u = errcheck(sqrt(getfval(x)), "sqrt"); break;
H A Dlib.c643 errcheck(double x, char *s) function

Completed in 54 milliseconds