Home
last modified time | relevance | path

Searched refs:omode (Results 201 – 225 of 1581) sorted by relevance

12345678910>>...64

/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/stored/backends/
H A Dunix_fifo_device.cc44 void unix_fifo_device::OpenDevice(DeviceControlRecord *dcr, int omode) in OpenDevice() argument
56 open_mode = omode; in OpenDevice()
57 set_mode(omode); in OpenDevice()
71 Dmsg2(100, "Try open %s mode=%s\n", prt_name, mode_to_str(omode)); in OpenDevice()
85 prt_name, omode, oflags, errno, be.bstrerror()); in OpenDevice()
93 prt_name, omode, oflags, errno, be.bstrerror()); in OpenDevice()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libplumb/
H A Dfid.c25 plumbopen(char *name, int omode) in plumbopen() argument
42 if((omode&3) == OWRITE){ in plumbopen()
50 pfid = fsopen(fsplumb, name, omode); in plumbopen()
59 return fsopenfd(fsplumb, name, omode); in plumbopen()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_stat.c272 stat_ ##isfunc (PyObject *self, PyObject *omode) \
274 mode_t mode = _PyLong_AsMode_t(omode); \
326 stat_S_IMODE(PyObject *self, PyObject *omode) in stat_S_IMODE() argument
328 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE()
339 stat_S_IFMT(PyObject *self, PyObject *omode) in stat_S_IFMT() argument
341 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT()
400 stat_filemode(PyObject *self, PyObject *omode) in stat_filemode() argument
405 mode = _PyLong_AsMode_t(omode); in stat_filemode()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_stat.c272 stat_ ##isfunc (PyObject *self, PyObject *omode) \
274 mode_t mode = _PyLong_AsMode_t(omode); \
326 stat_S_IMODE(PyObject *self, PyObject *omode) in stat_S_IMODE() argument
328 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE()
339 stat_S_IFMT(PyObject *self, PyObject *omode) in stat_S_IFMT() argument
341 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT()
400 stat_filemode(PyObject *self, PyObject *omode) in stat_filemode() argument
405 mode = _PyLong_AsMode_t(omode); in stat_filemode()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_stat.c272 stat_ ##isfunc (PyObject *self, PyObject *omode) \
274 mode_t mode = _PyLong_AsMode_t(omode); \
326 stat_S_IMODE(PyObject *self, PyObject *omode) in stat_S_IMODE() argument
328 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE()
339 stat_S_IFMT(PyObject *self, PyObject *omode) in stat_S_IFMT() argument
341 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT()
400 stat_filemode(PyObject *self, PyObject *omode) in stat_filemode() argument
405 mode = _PyLong_AsMode_t(omode); in stat_filemode()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_stat.c272 stat_ ##isfunc (PyObject *self, PyObject *omode) \
274 mode_t mode = _PyLong_AsMode_t(omode); \
326 stat_S_IMODE(PyObject *self, PyObject *omode) in stat_S_IMODE() argument
328 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE()
339 stat_S_IFMT(PyObject *self, PyObject *omode) in stat_S_IFMT() argument
341 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT()
400 stat_filemode(PyObject *self, PyObject *omode) in stat_filemode() argument
405 mode = _PyLong_AsMode_t(omode); in stat_filemode()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_stat.c272 stat_ ##isfunc (PyObject *self, PyObject *omode) \
274 mode_t mode = _PyLong_AsMode_t(omode); \
326 stat_S_IMODE(PyObject *self, PyObject *omode) in stat_S_IMODE() argument
328 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IMODE()
339 stat_S_IFMT(PyObject *self, PyObject *omode) in stat_S_IFMT() argument
341 mode_t mode = _PyLong_AsMode_t(omode); in stat_S_IFMT()
400 stat_filemode(PyObject *self, PyObject *omode) in stat_filemode() argument
405 mode = _PyLong_AsMode_t(omode); in stat_filemode()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqsharedmemory_posix.cpp135 const mode_t omode = (mode == QSharedMemory::ReadOnly ? 0400 : 0600); in attach() local
139 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag | O_CLOEXEC, omode)); in attach()
141 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()
143 EINTR_LOOP(hand, ::shm_open(shmName.constData(), oflag, omode)); in attach()

12345678910>>...64