Lines Matching +defs:val +defs:to
4 * The contents of this file are subject to the terms of the
65 int val = 0;
87 val = ace_trivial(acep, aclcnt);
91 val = 1;
93 return (val);
243 * Set an ACL, translates acl to ace_t when appropriate.
269 * fall back to UFS/POSIX Draft interface.
386 * are updated to match owner,group arguments
455 * Need to fixup who field for abstrations for
475 * Find acl entries in acl that correspond to removeacl. Search
476 * is started from slot. The flag argument indicates whether to
547 * in newentries. The where argument specifies where to begin
599 * to add the entries.
608 void *to;
617 * allow where to specify 1 past last slot for an append operation
633 to = (void *)((char *)acl1->acl_aclp +
641 (void) memmove(to, start, len);
712 return (dgettext(TEXT_DOMAIN, "Field expected to be blank"));