Searched refs:permissions (Results 1 - 25 of 170) sorted by relevance

1234567

/macosx-10.10/ruby-106/ruby/lib/rubygems/security/
H A Dtrust_dir.rb8 def initialize dir, permissions = DEFAULT_PERMISSIONS
10 @permissions = permissions
81 open destination, 'wb', @permissions[:trusted_cert] do |io|
89 # permissions.
99 FileUtils.mkdir_p @dir, :mode => @permissions[:trust_dir]
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DinstallData.tcl38 file attributes [file join $d2 $ftail] -permissions 0644
46 file attributes $d2 -permissions 0755
/macosx-10.10/postfix-255/postfix/src/util/
H A Dfifo_listen.c9 /* int fifo_listen(path, permissions, block_mode)
11 /* int permissions;
15 /* the specified permissions, opens the FIFO read-write or read-only,
52 int fifo_listen(const char *path, int permissions, int block_mode) argument
64 * open a fifo and not something else, then change permissions to what we
74 if (mkfifo(path, permissions) < 0)
104 if (fchmod(fd, permissions) < 0)
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm60 permissions => {
69 $self->{permissions} = $p{permissions};
109 if ( $self->{permissions}
112 if ( $current_mode ne $self->{permissions} ) {
113 chmod $self->{permissions}, $self->{filename}
115 "Cannot chmod $self->{filename} to $self->{permissions}: $!";
243 =item * permissions ($)
245 If the file does not already exist, the permissions that it should
256 Then the resulting file will end up with permissions lik
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DAbstractSQLTransactionBackend.h53 const Vector<SQLValue>& arguments, int permissions) = 0;
H A DSQLStatementSync.h49 SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions);
H A DSQLStatementBackend.h49 const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions);
66 const Vector<SQLValue>& arguments, int permissions);
H A DSQLStatementBackend.cpp78 const String& statement, const Vector<SQLValue>& arguments, int permissions)
80 return adoptRef(new SQLStatementBackend(WTF::move(frontend), statement, arguments, permissions));
84 const String& statement, const Vector<SQLValue>& arguments, int permissions)
90 , m_permissions(permissions)
77 create(std::unique_ptr<AbstractSQLStatement> frontend, const String& statement, const Vector<SQLValue>& arguments, int permissions) argument
83 SQLStatementBackend(std::unique_ptr<AbstractSQLStatement> frontend, const String& statement, const Vector<SQLValue>& arguments, int permissions) argument
H A DSQLTransactionBackendSync.cpp94 int permissions = DatabaseAuthorizer::ReadWriteMask; local
96 permissions |= DatabaseAuthorizer::NoAccessMask;
98 permissions |= DatabaseAuthorizer::ReadOnlyMask;
100 SQLStatementSync statement(sqlStatement, arguments, permissions);
H A DSQLStatementSync.cpp46 SQLStatementSync::SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions) argument
49 , m_permissions(permissions)
H A DSQLTransaction.cpp258 int permissions = DatabaseAuthorizer::ReadWriteMask; local
260 permissions |= DatabaseAuthorizer::NoAccessMask;
262 permissions |= DatabaseAuthorizer::ReadOnlyMask;
265 m_backend->executeSQL(WTF::move(statement), sqlStatement, arguments, permissions); local
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dudevperm.vim2 " Language: udev(8) permissions file
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dftplistparser.c210 int permissions = 0; local
213 permissions |= 1 << 8;
215 permissions |= FTP_LP_MALFORMATED_PERM;
217 permissions |= 1 << 7;
219 permissions |= FTP_LP_MALFORMATED_PERM;
222 permissions |= 1 << 6;
224 permissions |= 1 << 6;
225 permissions |= 1 << 11;
228 permissions |= 1 << 11;
230 permissions |
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcksum.c56 " If \b--header\b or \b--permissions\b was specified in the previous"
60 " that does not match. If \afile\a was generated by \b--permissions\b"
66 " [+permissions?Subsequent lines were generated with"
67 " \b--permissions\b.]"
70 " \b--check\b and \b--permissions\b.]"
73 "[p:permissions?If \b--check\b is not specified then list the file"
82 " \b--permissions\b.]"
128 int permissions; /* include mode,uer,group */ member in struct:State_s
129 int haveperm; /* permissions in the input */
331 else if (!state->permissions)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tbcload/tbcload/config/
H A DinstallFile.tcl28 set permissions 0[lindex $argv $i]
106 # right permissions and may need to be renamed.
109 foreach attrName {owner group permissions} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/config/
H A DinstallFile.tcl28 set permissions 0[lindex $argv $i]
106 # right permissions and may need to be renamed.
109 foreach attrName {owner group permissions} {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/config/
H A DinstallFile.tcl28 set permissions 0[lindex $argv $i]
106 # right permissions and may need to be renamed.
109 foreach attrName {owner group permissions} {
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DFileOutputBuffer.cpp101 sys::fs::perms new_perms = Stat2.permissions();
109 EC = sys::fs::permissions(Twine(TempFilePath), new_perms);
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dtestvfs.tcl32 proc vfs::test::open {what name mode permissions} {
33 puts "open $name $mode $permissions"
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Ddeltavfs.tcl143 if $newFile {catch {file attributes $fileName -permissions $permissions}}
215 if [info exists fileAttributes(-permissions)] {catch {file attributes $fileName -permissions rw-rw-rw-}}
225 if [string equal "-permissions" $attr] {continue}
228 catch {file attributes $fileName -permissions $fileStats(mode)}
/macosx-10.10/apache-793/httpd/build/
H A Dlibrary.mk13 # See the License for the specific language governing permissions and
H A Dltlib.mk13 # See the License for the specific language governing permissions and
H A Dprogram.mk13 # See the License for the specific language governing permissions and
/macosx-10.10/apache-793/httpd/modules/lua/test/htdocs/
H A Dconfig_tests.lua13 -- See the License for the specific language governing permissions and
H A Dother.lua13 -- See the License for the specific language governing permissions and

Completed in 253 milliseconds

1234567