Home
last modified time | relevance | path

Searched refs:DEFAULT_FILE_MODE (Results 1 – 24 of 24) sorted by relevance

/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/Nucleus++/
H A DNucleusPtlib.cxx5 #define DEFAULT_FILE_MODE (S_IRUSR|S_IWUSR|S_IROTH|S_IRGRP) macro
20 #define DEFAULT_FILE_MODE (S_IRUSR|S_IWUSR|S_IROTH|S_IRGRP) macro
H A DNucleusConChan.cxx44 #define DEFAULT_FILE_MODE (S_IRUSR|S_IWUSR|S_IROTH|S_IRGRP) macro
H A DNucleusPFile.cxx70 if (!ConvertOSError(os_handle = ::open(path, oflags, DEFAULT_FILE_MODE))) in Open()
/dports/irc/srain/srain-1.1.0/src/lib/
H A Dpath.c38 #define DEFAULT_FILE_MODE (S_IRUSR | S_IWUSR) macro
228 if ((fd = g_creat(path, DEFAULT_FILE_MODE)) == -1) { in create_file_if_not_exist()
/dports/devel/protobuf25/protobuf-2.5.0/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/devel/protobuf25/protobuf-2.5.0/src/google/protobuf/compiler/
H A Dimporter_unittest.cc339 GOOGLE_CHECK(File::CreateDir(dirnames_[i].c_str(), DEFAULT_FILE_MODE)); in SetUp()
354 GOOGLE_CHECK(File::CreateDir(dirname.c_str(), DEFAULT_FILE_MODE)); in AddSubdir()
457 DEFAULT_FILE_MODE)); in TEST_F()
H A Dcommand_line_interface_unittest.cc227 GOOGLE_CHECK(File::CreateDir(temp_directory_.c_str(), DEFAULT_FILE_MODE)); in SetUp()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.h42 const int DEFAULT_FILE_MODE = 0777; variable
/dports/databases/jlog/jlog-cf3085f/
H A Djlog_private.h41 #define DEFAULT_FILE_MODE 0640 macro
H A Djlog.c1029 ctx->file_mode = DEFAULT_FILE_MODE; in jlog_new()
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dfetch.py64 DEFAULT_FILE_MODE,
320 if child_mode not in (stat.S_IFDIR, DEFAULT_FILE_MODE,
321 stat.S_IFLNK, DEFAULT_FILE_MODE | 0o111,
H A Dmapping.py54 DEFAULT_FILE_MODE = stat.S_IFREG | 0o644 variable
/dports/devel/brz/breezy-3.2.0/breezy/git/tests/
H A Dtest_fetch.py63 DEFAULT_FILE_MODE,
360 (None, DEFAULT_FILE_MODE), DummyStoreUpdater(),
370 (None, DEFAULT_FILE_MODE), DummyStoreUpdater(),
/dports/databases/mysqlbackup/mysqlbackup-2.8/
H A Dmysqlbackup22 DEFAULT_FILE_MODE=0600
98 The default mode is ${DEFAULT_FILE_MODE}.
324 FILE_MODE=${DEFAULT_FILE_MODE}
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/unix/
H A Dosutil.cxx145 #define DEFAULT_FILE_MODE (S_IRUSR|S_IWUSR|S_IROTH|S_IRGRP) macro
752 …if (!ConvertOSError(os_handle = PX_NewHandle(GetClass(), ::open(path, oflags, DEFAULT_FILE_MODE)))) in Open()