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

/freebsd-current/bin/cp/
H A Dutils.c394 int acl_supported = 0, ret, trivial; local
398 acl_supported = 1;
404 if (acl_supported == 0) {
407 acl_supported = 1;
415 if (acl_supported == 0)
449 int acl_supported = 0, ret, trivial; local
453 acl_supported = 1;
459 if (acl_supported == 0) {
462 acl_supported = 1;
470 if (acl_supported
[all...]
/freebsd-current/bin/mv/
H A Dmv.c446 int acl_supported = 0, ret, trivial; local
450 acl_supported = 1;
457 if (acl_supported == 0) {
460 acl_supported = 1;
468 if (acl_supported == 0)
/freebsd-current/usr.bin/find/
H A Dfunction.c371 int acl_supported = 0, ret, trivial; local
377 acl_supported = 1;
383 if (acl_supported == 0) {
386 acl_supported = 1;
393 if (acl_supported == 0)

Completed in 126 milliseconds