OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errcheck
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
mutex.c
228
static pthread_mutexattr_t
errcheck
;
variable
233
RUNTIME_CHECK(pthread_mutexattr_init(&
errcheck
) == 0);
234
RUNTIME_CHECK(pthread_mutexattr_settype(&
errcheck
,
247
err = pthread_mutex_init(mp, &
errcheck
);
/src/external/historical/nawk/dist/
proto.h
145
extern double
errcheck
(double, const char *);
run.c
1479
i =
errcheck
(pow(i, j), "pow");
1578
xf =
errcheck
(pow(xf, yf), "pow");
2077
u =
errcheck
(log(getfval(x)), "log");
2083
u =
errcheck
(exp(getfval(x)), "exp");
2087
u =
errcheck
(sqrt(getfval(x)), "sqrt");
lib.c
823
double
errcheck
(double x, const char *s)
function
FIXES.1e
164
Clear errno before calling
errcheck
to avoid any spurious errors
/src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py
4082
func.
errcheck
= item[3]
Completed in 21 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026