| /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);
|
| 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);
|
| 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);
|