Home
last modified time | relevance | path

Searched defs:readable (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/regress/sys/kern/xonly/
H A Dxonly.c36 struct readable { struct
43 } readables[] = { argument
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DVersion.pm103 sub readable { subroutine
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp428 const bool readable = IsPageReadable(mem_info.Protect); in GetMemoryRegionInfo() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C269 inline int ios::readable() { return rdbuf()->_flags & 4 ; } in readable() function
H A Dp784.C594 inline int ios::readable() { return rdbuf()->_flags & 4 ; } in readable() function
/openbsd-src/usr.sbin/pppd/
H A Doptions.c698 readable(fd) readable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1012 auto readable = As<bool>(obj.CallMethod("readable")); in GetOptionsForPyObject() local
/openbsd-src/usr.bin/dig/lib/isc/unix/
H A Dsocket.c1682 process_fd(isc_socketmgr_t *manager, int fd, int readable, in process_fd()