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

12345678

/macosx-10.9.5/ruby-104/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.9.5/tcl-102/tcl/tcl/tools/
H A DinstallData.tcl38 file attributes [file join $d2 $ftail] -permissions 0644
46 file attributes $d2 -permissions 0755
/macosx-10.9.5/postfix-252/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.9.5/CPANInternal-140/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.9.5/WebCore-7537.78.1/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.h50 const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions);
67 const Vector<SQLValue>& arguments, int permissions);
H A DSQLStatementBackend.cpp78 const String& statement, const Vector<SQLValue>& arguments, int permissions)
80 return adoptRef(new SQLStatementBackend(frontend, statement, arguments, permissions));
84 const String& statement, const Vector<SQLValue>& arguments, int permissions)
90 , m_permissions(permissions)
77 create(PassOwnPtr<AbstractSQLStatement> frontend, const String& statement, const Vector<SQLValue>& arguments, int permissions) argument
83 SQLStatementBackend(PassOwnPtr<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(statement.release(), sqlStatement, arguments, permissions);
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dudevperm.vim2 " Language: udev(8) permissions file
/macosx-10.9.5/curl-78.94.1/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.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DFile.pm49 permissions => { type => SCALAR,
55 $self->{permissions} = $p{permissions};
93 if ( $self->{permissions}
97 if ( $current_mode ne $self->{permissions} )
99 chmod $self->{permissions}, $self->{filename}
100 or die "Cannot chmod $self->{filename} to $self->{permissions}: $!";
228 =item * permissions ($)
230 If the file does not already exist, the permissions that it should
241 Then the resulting file will end up with permissions lik
[all...]
/macosx-10.9.5/ksh-20/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/llvmCore-3425.0.33/lib/Support/
H A DFileOutputBuffer.cpp101 sys::fs::perms new_perms = Stat2.permissions();
109 EC = sys::fs::permissions(Twine(TempFilePath), new_perms);
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/apache-786.1/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.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinChan.c790 TclpOpenFileChannel(interp, pathPtr, mode, permissions)
795 int permissions; /* If the open involves creating a
857 * permissions argument, else use the existing file attributes.
861 if (permissions & S_IWRITE) {
1260 TclWinOpenFileChannel(handle, channelName, permissions, appendMode)
1263 int permissions;
1278 return (permissions == infoPtr->validMask) ? infoPtr->channel : NULL;
1288 infoPtr->validMask = permissions;
1296 (ClientData) infoPtr, permissions);

Completed in 337 milliseconds

12345678