Home
last modified time | relevance | path

Searched refs:recurse (Results 1 – 11 of 11) sorted by relevance

/coreutils/src/
Dselinux.h36 char const *path, bool recurse);
45 char const *path, bool recurse) in restorecon() argument
Dchcon.c43 static bool recurse; variable
218 if (recurse) in process_file()
236 if (! recurse) in process_file()
299 if ( ! recurse) in process_file()
473 recurse = true; in main()
511 if (recurse) in main()
572 if (recurse && preserve_root) in main()
Dchmod.c75 static bool recurse; variable
322 if ( ! recurse) in process_file()
435 recurse = force_silent = diagnose_surprises = false; in main()
495 recurse = true; in main()
554 if (recurse && preserve_root) in main()
Dchown.c238 chopt.recurse = true; in main()
260 if (chopt.recurse) in main()
315 if (chopt.recurse && preserve_root) in main()
Dchgrp.c236 chopt.recurse = true; in main()
258 if (chopt.recurse) in main()
300 if (chopt.recurse && preserve_root) in main()
Dchown-core.h50 bool recurse; member
Dchown-core.c63 chopt->recurse = false; in chopt_init()
299 if (chopt->recurse) in change_file_owner()
317 if (! chopt->recurse) in change_file_owner()
519 if ( ! chopt->recurse) in change_file_owner()
Dselinux.c286 char const *path, bool recurse) in restorecon() argument
301 if (! recurse) in restorecon()
Dcopy.h310 bool recurse, const struct cp_options *x)
Dcopy.c1079 bool recurse, const struct cp_options *x) in set_file_security_ctx() argument
1085 if (! restorecon (x->set_security_context, dst_name, recurse)) in set_file_security_ctx()
/coreutils/tests/
Dlocal.mk241 tests/chgrp/recurse.sh \