Searched refs:Writable (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddevrandom.h48 struct Writable : public UnixPlusPlus::FileDesc { struct in class:Security::DevRandomGenerator
49 Writable() { open("/dev/random", O_RDWR); } function in struct:Security::DevRandomGenerator::Writable
60 static ModuleNexus<Writable> mWriter;
H A Ddevrandom.cpp41 ModuleNexus<DevRandomGenerator::Writable> DevRandomGenerator::mWriter;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddevrandom.h48 struct Writable : public UnixPlusPlus::FileDesc { struct in class:Security::DevRandomGenerator
49 Writable() { open("/dev/random", O_RDWR); } function in struct:Security::DevRandomGenerator::Writable
60 static ModuleNexus<Writable> mWriter;
H A Ddevrandom.cpp41 ModuleNexus<DevRandomGenerator::Writable> DevRandomGenerator::mWriter;
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DExecutableAllocator.h102 enum ProtectionSetting { Writable, Executable }; enumerator in enum:JSC::ExecutableAllocator::ProtectionSetting
127 reprotectRegion(start, size, Writable);
H A DExecutableAllocator.cpp261 mprotect(pageStart, size, (setting == Writable) ? PROTECTION_FLAGS_RW : PROTECTION_FLAGS_RX);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl847 Spec Writable $args opts fname data
879 Spec Writable $args opts fname data
1176 proc ::fileutil::Writable {fname mv} {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dskill.vim224 syn match skillFunction "(is\(Callable\|Dir\|Executable\|File\|FileEncrypted\|FileName\|Link\|Macro\|Writable\)\>"hs=s+1
225 syn match skillFunction "\<is\(Callable\|Dir\|Executable\|File\|FileEncrypted\|FileName\|Link\|Macro\|Writable\)("he=e-1

Completed in 127 milliseconds