Searched refs:acl (Results 176 - 195 of 195) sorted by relevance

12345678

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/schema/
H A Dapple.schema1321 NAME 'apple-acl-entry'
1322 DESC 'acl entry'
1332 NAME 'apple-acl'
1335 apple-acl-entry ) )
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtransition.cpp1147 DATA_IN(acl))
1151 CopyOutAclEntryInput entryacl(acl, aclLength);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecItem.cpp2156 SecACLRef acl = NULL; local
2200 acl = (SecACLRef)CFArrayGetValueAtIndex(aclList, 0);
2201 require_quiet(acl != NULL, finish);
2204 status = SecACLCopySimpleContents(acl, &appList, &description, &promptSelector);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecItem.cpp2156 SecACLRef acl = NULL; local
2200 acl = (SecACLRef)CFArrayGetValueAtIndex(aclList, 0);
2201 require_quiet(acl != NULL, finish);
2204 status = SecACLCopySimpleContents(acl, &appList, &description, &promptSelector);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecItem.cpp2156 SecACLRef acl = NULL; local
2200 acl = (SecACLRef)CFArrayGetValueAtIndex(aclList, 0);
2201 require_quiet(acl != NULL, finish);
2204 status = SecACLCopySimpleContents(acl, &appList, &description, &promptSelector);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DScavenger.h44 #include <sys/acl.h>
/macosx-10.10.1/shell_cmds-179/find/
H A Dfunction.c46 #include <sys/acl.h>
372 * -acl function --
/macosx-10.10.1/syslog-267/aslcommon/
H A Dasl_common.c36 #include <sys/acl.h>
772 acl_t acl; local
795 acl = acl_init(1);
814 status = acl_create_entry_np(&acl, &entry, ACL_FIRST_ENTRY);
847 status = acl_create_entry_np(&acl, &entry, ACL_FIRST_ENTRY);
863 status = acl_set_fd(fd, acl);
872 acl_free(acl);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-group.el636 "l" gnus-group-nnimap-edit-acl
2936 (autoload 'nnimap-acl-get "nnimap")
2937 (autoload 'nnimap-acl-edit "nnimap"))
2951 (defun gnus-group-nnimap-edit-acl (group)
2954 (let ((mailbox (gnus-group-real-name group)) method acl)
2961 (unless (setq acl (nnimap-acl-get mailbox (cadr method)))
2963 (gnus-edit-form acl (format "Editing the access control list for `%s'.
2988 (nnimap-acl-edit
2989 ,mailbox ',method ',acl for
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drequest.c30 #include <dns/acl.h>
H A Dview.c34 #include <dns/acl.h>
H A Ddispatch.c41 #include <dns/acl.h>
H A Dresolver.c33 #include <dns/acl.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/dbus/
H A Ddbus_mgr.c36 #include <dns/acl.h>
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dasl_action.c39 #include <sys/acl.h>
/macosx-10.10.1/cups-408/cups/
H A Dconfigure1521 --enable-acl build with POSIX ACL support
5498 # Check whether --enable-acl was given.
5528 for ac_lib in '' acl; do
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices3118 innosys-acl 1413/udp # Innosys-ACL
3119 innosys-acl 1413/tcp # Innosys-ACL
6658 # Ron Minnich <rminnich@acl.lanl.gov>
10181 acl-manager 4013/udp # ACL Manager
10182 acl-manager 4013/tcp # ACL Manager
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dserver.c2499 "acl", actx, ns_g_mctx, &view->denyansweracl));
6113 result = cfg_acl_fromconfig(cfg_tuple_get(listener, "acl"),
6115 &delt->acl);
/macosx-10.10.1/libarchive-30/libarchive/
H A Dconfigure1594 --disable-acl Enable ACL support (default: check)
12429 for ac_header in acl/libacl.h attr/xattr.h ctype.h errno.h
13197 for ac_header in sys/acl.h sys/cdefs.h sys/extattr.h sys/ioctl.h sys/mkdev.h
24025 # platforms. Worse, some systems have completely non-POSIX acl functions,
24028 # Check whether --enable-acl was given.
24036 for ac_header in sys/acl.h
24381 #include <sys/acl.h>
24422 #include <sys/acl.h>
24592 # MacOS has an acl.h that isn't POSIX. It can be detected by
24605 #include <sys/acl
[all...]
/macosx-10.10.1/vim-55/src/auto/
H A Dconfigure1448 --disable-acl Don't check for ACL support.
8971 util/debug.h util/msg18n.h frame.h sys/acl.h \
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking --disable-acl argument" >&5
10998 $as_echo_n "checking --disable-acl argument... " >&6; }
10999 # Check whether --enable-acl was given.
11138 # include <sys/acl.h>
11140 acl_t acl;
11144 acl = acl_get_file("foo", ACL_TYPE_ACCESS);
11145 acl_set_file("foo", ACL_TYPE_ACCESS, acl);
11146 acl_free(acl);
[all...]

Completed in 320 milliseconds

12345678