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

/macosx-10.10.1/awk-20/src/
H A Dproto.h140 extern double errcheck(double, const char *);
H A Drun.c1042 i = errcheck(pow(i, j), "pow");
1136 xf = errcheck(pow(xf, yf), "pow");
1488 u = errcheck(log(getfval(x)), "log"); break;
1492 u = errcheck(exp(getfval(x)), "exp"); break;
1494 u = errcheck(sqrt(getfval(x)), "sqrt"); break;
H A Dlib.c652 double errcheck(double x, const char *s) function
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dfunctions.sh432 function errcheck function
438 err=$(errcheck)

Completed in 131 milliseconds