Home
last modified time | relevance | path

Searched refs:errno_unsupported (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dcopy.c695 errno_unsupported (int err) in errno_unsupported() function
706 if (!errno_unsupported (errno)) in copy_attr_error()
1030 if (all_errors || (some_errors && !errno_unsupported (errno))) in set_process_security_ctx()
1044 if (all_errors || (some_errors && !errno_unsupported (errno))) in set_process_security_ctx()
1087 if (all_errors || (some_errors && !errno_unsupported (errno))) in set_file_security_ctx()
Dls.c3285 errno_unsupported (int err) in errno_unsupported() function
3315 if (r < 0 && errno_unsupported (errno)) in getfilecon_cache()
3340 if (n <= 0 && errno_unsupported (errno)) in file_has_acl_cache()
3362 if ( !b && errno_unsupported (errno)) in has_capability_cache()