Home
last modified time | relevance | path

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

/coreutils/src/
Dchown-core.c543 int stat_flags = ((required_uid != (uid_t) -1 || required_gid != (gid_t) -1 in chown_files() local
549 FTS *fts = xfts_open (files, bit_flags | stat_flags, nullptr); in chown_files()