Searched refs:set_acl (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dacl.h33 int set_acl (char const *, int, mode_t);
H A Dacl.c66 return set_acl (dst_name, dest_desc, mode);
164 set_acl (char const *name, int desc, mode_t mode) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dacls.c931 static int set_acl(const struct vol *vol, function
943 LOG(log_debug9, logtype_afpd, "set_acl: BEGIN");
962 LOG(log_error, logtype_afpd, "set_acl: malloc %s", strerror(errno));
979 LOG(log_debug7, logtype_afpd, "set_acl: copied %d inherited ACEs", new_aces_count);
990 LOG(log_debug7, logtype_afpd, "set_acl: mapped %d ACEs from client", ret);
1000 LOG(log_debug7, logtype_afpd, "set_acl: copied %d trivial ACEs", trivial_ace_count);
1006 LOG(log_error, logtype_afpd, "set_acl: error setting acl: %s", strerror(errno));
1016 LOG(log_error, logtype_afpd, "set_acl: error setting acl: %s", strerror(errno));
1032 LOG(log_debug9, logtype_afpd, "set_acl: END");
1038 static int set_acl(cons function
[all...]

Completed in 40 milliseconds