Home
last modified time | relevance | path

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

/coreutils/src/
Dchown-core.c230 struct stat const *orig_st, in restricted_chown() argument
242 if (! S_ISREG (orig_st->st_mode)) in restricted_chown()
244 if (S_ISDIR (orig_st->st_mode)) in restricted_chown()
252 || (errno == EACCES && S_ISREG (orig_st->st_mode) in restricted_chown()
258 else if (! psame_inode (orig_st, &st)) in restricted_chown()