Home
last modified time | relevance | path

Searched refs:CH_NOT_APPLIED (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dchmod.c47 CH_NOT_APPLIED, enumerator
157 case CH_NOT_APPLIED: in describe_change()
260 ch.status = CH_NOT_APPLIED; in process_file()
264 if (ch.status == CH_NOT_APPLIED in process_file()
275 if (ch.status == CH_NOT_APPLIED && ! S_ISLNK (file_stats->st_mode)) in process_file()
325 return CH_NOT_APPLIED <= ch.status; in process_file()
Dchown-core.h26 CH_NOT_APPLIED = 1, enumerator
Dchown-core.c160 if (changed == CH_NOT_APPLIED) in describe_change()
494 : !symlink_changed ? CH_NOT_APPLIED in change_file_owner()