Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/ex/
H A Dex_init.c351 exrc_isok(SCR *sp, struct stat *sbp, char *path, int rootown, int rootid) in exrc_isok() argument
364 if (!(rootown && sbp->st_uid == 0) && in exrc_isok()
366 etype = rootown ? ROOTOWN : OWN; in exrc_isok()