Home
last modified time | relevance | path

Searched refs:OwnerReadWrite (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXFile.h51 …FXFile(const FXString& file,FXuint mode=FXIO::Reading,FXuint perm=FXIO::OwnerReadWrite|FXIO::Group…
54 …virtual bool open(const FXString& file,FXuint mode=FXIO::Reading,FXuint perm=FXIO::OwnerReadWrite|…
88 …static bool create(const FXString& file,FXuint perm=FXIO::OwnerReadWrite|FXIO::GroupReadWrite|FXIO…
H A DFXPipe.h66 …static bool create(const FXString& file,FXuint perm=FXIO::OwnerReadWrite|FXIO::GroupReadWrite|FXIO…
H A DFXIO.h65 OwnerReadWrite = 0x00180, /// Owner has read and write permission enumerator
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXFile.h51 …FXFile(const FXString& file,FXuint mode=FXIO::Reading,FXuint perm=FXIO::OwnerReadWrite|FXIO::Group…
54 …virtual bool open(const FXString& file,FXuint mode=FXIO::Reading,FXuint perm=FXIO::OwnerReadWrite|…
88 …static bool create(const FXString& file,FXuint perm=FXIO::OwnerReadWrite|FXIO::GroupReadWrite|FXIO…
H A DFXPipe.h66 …static bool create(const FXString& file,FXuint perm=FXIO::OwnerReadWrite|FXIO::GroupReadWrite|FXIO…
H A DFXIO.h65 OwnerReadWrite = 0x00180, /// Owner has read and write permission enumerator
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXIO.h94 OwnerReadWrite = OwnerRead|OwnerWrite, /// Owner has read and write permission enumerator
95 OwnerFull = OwnerReadWrite|OwnerExec, /// Owner has full access
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXIO.h88 OwnerReadWrite = OwnerRead|OwnerWrite, /// Owner has read and write permission enumerator
89 OwnerFull = OwnerReadWrite|OwnerExec, /// Owner has full access
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dtoolmgr.cpp693 FXIO::OwnerFull:FXIO::OwnerReadWrite; in GetPermsForItem()