Home
last modified time | relevance | path

Searched refs:orig_perms (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/modules/modules-4.6.0/testsuite/modules.00-init/
H A D005-init_ts.exp519 set orig_perms [file attributes $test_perms_dir -permissions]
522 if {$new_perms eq $orig_perms} {
536 file attributes $test_perms_dir -permissions $orig_perms
539 set orig_perms [file attributes $test_perms_file -permissions]
549 file attributes $test_perms_file -permissions $orig_perms
553 unset orig_perms
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/file/
H A Dnew_spec.rb58 orig_perms = File.stat(@file).mode & 0777
66 perms.should == orig_perms
H A Dopen_spec.rb141 orig_perms = File.stat(@file).mode.to_s(8)
144 File.stat(@file).mode.to_s(8).should == orig_perms
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dapply-changeset.c1745 mode_t orig_perms; in arch_apply_changeset() local
1754 orig_perms = arch_read_permissions_patch (&orig_uid, &orig_gid, orig_patch_path); in arch_apply_changeset()
1759 orig_perms = (orig_perms & 07777); in arch_apply_changeset()
1765 orig_perms = (orig_perms & 0777); in arch_apply_changeset()
1893 mode_t orig_perms; in arch_apply_changeset() local
1902 orig_perms = arch_read_permissions_patch (&orig_uid, &orig_gid, orig_patch_path); in arch_apply_changeset()
1907 orig_perms = (orig_perms & 07777); in arch_apply_changeset()
1913 orig_perms = (orig_perms & 0777); in arch_apply_changeset()