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

1234567

/macosx-10.10.1/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.1/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.1/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.1/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.1/vim-55/runtime/ftplugin/
H A Dudevperm.vim2 " Language: udev(8) permissions file
/macosx-10.10.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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
/macosx-10.10.1/apache-793/httpd/modules/lua/test/lib/
H A Dkangaroo.lua13 -- See the License for the specific language governing permissions and
/macosx-10.10.1/tcl-105/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);
H A DtclWinPort.h491 char *channelName, int permissions));
494 char *channelName, int permissions));
497 char *channelName, int permissions, int appendMode));
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dconfig_file.rb4 # See LICENSE.txt for permissions.
232 # Checks the permissions of the credentials file. If they are not 0600 an
248 has file permissions of 0#{existing_permissions.to_s 8} but 0600 is required.
305 permissions = 0600 & (~File.umask)
306 File.open(credentials_path, 'w', permissions) do |f|
328 warn "Failed to load #{filename} due to permissions problem."
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinInt.h107 * permissions on NT, 2000, XP, etc. On 95,98,ME they are
163 char *channelName, int permissions);
165 int permissions, int appendMode);
167 char *channelName, int permissions);
H A DtclWinChan.c864 int permissions) /* If the open involves creating a file, with
924 * permissions argument, else use the existing file attributes.
928 if (permissions & S_IWRITE) {
1325 int permissions, /* OR'ed combination of TCL_READABLE,
1342 return (permissions==infoPtr->validMask) ? infoPtr->channel : NULL;
1355 infoPtr->validMask = permissions;
1363 (ClientData) infoPtr, permissions);
844 TclpOpenFileChannel( Tcl_Interp *interp, Tcl_Obj *pathPtr, int mode, int permissions) argument
1304 TclWinOpenFileChannel( HANDLE handle, char *channelName, int permissions, int appendMode) argument
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/base/
H A DtkimgIO.c486 * Open a file channel in binary mode. If permissions is 0, the
503 int permissions
506 permissions?"w":"r", permissions);

Completed in 301 milliseconds

1234567