Home
last modified time | relevance | path

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

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