OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actual_errno
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/
tc.c
413
const int
actual_errno
= errno;
local
416
if (exp_errno !=
actual_errno
) {
420
"in %s", exp_errno,
actual_errno
, expr_str);
tc.c
413
const int
actual_errno
= errno;
local
416
if (exp_errno !=
actual_errno
) {
420
"in %s", exp_errno,
actual_errno
, expr_str);
/src/tests/dev/audio/
audiotest.c
919
int
actual_errno
;
local
937
actual_errno
= errno;
938
strerror_r(
actual_errno
, errbuf, sizeof(errbuf));
941
varname, exp, strerror(exp),
actual_errno
, errbuf);
audiotest.c
919
int
actual_errno
;
local
937
actual_errno
= errno;
938
strerror_r(
actual_errno
, errbuf, sizeof(errbuf));
941
varname, exp, strerror(exp),
actual_errno
, errbuf);
Completed in 37 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026