HomeSort by: relevance | last modified time | path
    Searched defs:acl_supported (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/cp/
utils.c 421 int acl_supported = 0, ret, trivial; local in function:preserve_fd_acls
425 acl_supported = 1;
431 if (acl_supported == 0) {
434 acl_supported = 1;
442 if (acl_supported == 0)
476 int acl_supported = 0, ret, trivial; local in function:preserve_dir_acls
480 acl_supported = 1;
486 if (acl_supported == 0) {
489 acl_supported = 1;
497 if (acl_supported == 0
    [all...]
utils.c 421 int acl_supported = 0, ret, trivial; local in function:preserve_fd_acls
425 acl_supported = 1;
431 if (acl_supported == 0) {
434 acl_supported = 1;
442 if (acl_supported == 0)
476 int acl_supported = 0, ret, trivial; local in function:preserve_dir_acls
480 acl_supported = 1;
486 if (acl_supported == 0) {
489 acl_supported = 1;
497 if (acl_supported == 0
    [all...]

Completed in 22 milliseconds