OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Errno
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
openat-priv.h
23
#include <
errno
.h>
53
#define EXPECTED_ERRNO(
Errno
) \
54
((
Errno
) == ENOTDIR || (
Errno
) == ENOENT \
55
|| (
Errno
) == EPERM || (
Errno
) == EACCES \
56
|| (
Errno
) == ENOSYS /* Solaris 8 */ \
57
|| (
Errno
) == EOPNOTSUPP /* FreeBSD */)
/src/external/gpl3/gdb.old/dist/gnulib/import/
openat-priv.h
23
#include <
errno
.h>
53
#define EXPECTED_ERRNO(
Errno
) \
54
((
Errno
) == ENOTDIR || (
Errno
) == ENOENT \
55
|| (
Errno
) == EPERM || (
Errno
) == EACCES \
56
|| (
Errno
) == ENOSYS /* Solaris 8 */ \
57
|| (
Errno
) == EOPNOTSUPP /* FreeBSD */)
/src/crypto/external/bsd/openssl.old/dist/test/recipes/
02-test_errstr.t
13
use
Errno
qw(:POSIX);
43
# These are POSIX error names, which
Errno
implements as functions
45
my @posix_errors = @{$
Errno
::EXPORT_TAGS{POSIX}};
52
# version, we resort to discovering them directly in the
Errno
package
79
exists $
Errno
::{$_} && $x == $
Errno
::{$_}
90
my $errnum = "
Errno
::$errname"->();
/src/crypto/external/apache2/openssl/dist/test/recipes/
02-test_errstr.t
13
use
Errno
qw(:POSIX);
44
# We use
Errno
::EXPORT_OK as a list of known
errno
values on the current
47
# "reason(nnn)", where nnn is the
errno
number.
49
plan tests => scalar @
Errno
::EXPORT_OK
57
foreach my $errname (@
Errno
::EXPORT_OK) {
60
my $errcode = "
Errno
::$errname"->();
63
# On most systems, there is no E macro for errcode zero in <
errno
.h>,
/src/crypto/external/bsd/openssl/dist/test/recipes/
02-test_errstr.t
13
use
Errno
qw(:POSIX);
44
# We use
Errno
::EXPORT_OK as a list of known
errno
values on the current
47
# "reason(nnn)", where nnn is the
errno
number.
49
plan tests => scalar @
Errno
::EXPORT_OK
57
foreach my $errname (@
Errno
::EXPORT_OK) {
60
my $errcode = "
Errno
::$errname"->();
63
# On most systems, there is no E macro for errcode zero in <
errno
.h>,
/src/external/cddl/dtracetoolkit/dist/Bin/
errinfo
3
# errinfo - report on syscall failures and print
errno
error messages.
6
# When system calls fail, an
errno
variable is set to convay a meaningful
27
# ERR Value of
errno
28
# DESC Description of
errno
message
30
# SEE ALSO: /usr/include/sys/
errno
.h
73
# Load
errno
descriptions
75
open(
ERRNO
,"/usr/include/sys/
errno
.h") || die "ERROR1: reading
errno
.h: $!\n";
76
while (chomp($line = <
ERRNO
>)) {
[
all
...]
/src/external/cddl/dtracetoolkit/dist/
errinfo
3
# errinfo - report on syscall failures and print
errno
error messages.
6
# When system calls fail, an
errno
variable is set to convay a meaningful
27
# ERR Value of
errno
28
# DESC Description of
errno
message
30
# SEE ALSO: /usr/include/sys/
errno
.h
73
# Load
errno
descriptions
75
open(
ERRNO
,"/usr/include/sys/
errno
.h") || die "ERROR1: reading
errno
.h: $!\n";
76
while (chomp($line = <
ERRNO
>)) {
[
all
...]
/src/external/bsd/kyua-cli/dist/utils/process/
child_test.cpp
194
/// \tparam
Errno
The value to set as the
errno
of the failed call.
197
template< int
Errno
>
201
errno
=
Errno
;
208
/// \tparam
Errno
The value to set as the
errno
if the known failure triggers.
214
template< int
Errno
>
219
errno
=
Errno
;
[
all
...]
/src/external/apache2/llvm/lib/libLLVMSupport/
Makefile
133
Errno
.cpp \
/src/external/gpl3/autoconf/dist/lib/Autom4te/
XFile.pm
76
use
Errno
;
Completed in 16 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026