Home
last modified time | relevance | path

Searched refs:src_perm (Results 1 – 7 of 7) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/INIT/
H A Dditto.sh123 typeset src_user src_host src_path src_type src_uid src_gid src_perm src_sum
267 … %s %s %s %3s %s\n' $src_size $src_mtime $src_sum $src_uid $src_gid $src_type $src_perm "$src_path"
319 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
323 print -r chmod $src_perm "'$src_path'"
328 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
332 print -r chmod $src_perm "'$src_path'"
/dports/shells/ksh93/ast-93u/src/cmd/INIT/
H A Dditto.sh123 typeset src_user src_host src_path src_type src_uid src_gid src_perm src_sum
267 … %s %s %s %3s %s\n' $src_size $src_mtime $src_sum $src_uid $src_gid $src_type $src_perm "$src_path"
319 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
323 print -r chmod $src_perm "'$src_path'"
328 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
332 print -r chmod $src_perm "'$src_path'"
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/INIT/
H A Dditto.sh123 typeset src_user src_host src_path src_type src_uid src_gid src_perm src_sum
267 … %s %s %s %3s %s\n' $src_size $src_mtime $src_sum $src_uid $src_gid $src_type $src_perm "$src_path"
319 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
323 print -r chmod $src_perm "'$src_path'"
328 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
332 print -r chmod $src_perm "'$src_path'"
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-copy.c111 const struct mailbox_permissions *src_perm = in mail_storage_copy_can_use_hardlink() local
116 if (src_perm->file_uid != dest_perm->file_uid) { in mail_storage_copy_can_use_hardlink()
119 if ((src_perm->file_create_mode & 0022) == 0) in mail_storage_copy_can_use_hardlink()
123 return src_perm->file_create_mode == dest_perm->file_create_mode && in mail_storage_copy_can_use_hardlink()
124 src_perm->file_create_gid == dest_perm->file_create_gid && in mail_storage_copy_can_use_hardlink()
/dports/sysutils/coreutils/coreutils-8.32/tests/misc/
H A Dxattr.sh81 src_perm=$(stat --format=%a a)
83 test "$dst_perm" = "$src_perm" || fail=1
/dports/misc/gnuls/coreutils-8.30/tests/misc/
H A Dxattr.sh81 src_perm=$(stat --format=%a a)
83 test "$dst_perm" = "$src_perm" || fail=1
/dports/devel/dbus/dbus-1.12.20/bus/
H A Dapparmor.c754 uint32_t src_perm = AA_DBUS_SEND, dst_perm = AA_DBUS_RECEIVE; in bus_apparmor_allows_send() local
819 res = aa_query_label (src_perm, in bus_apparmor_allows_send()
921 if (!_dbus_append_mask (&auxdata, src_perm)) in bus_apparmor_allows_send()