Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_init.c348 exrc_isok(SCR *sp, struct stat *sbp, const char *path, int rootown, int rootid) in exrc_isok() argument
362 !(rootid && euid == 0) && sbp->st_uid != euid) { in exrc_isok()
/netbsd-src/games/warp/
H A Dconfig.sh119 rootid='0'
/netbsd-src/usr.sbin/ofctl/
H A Dofctl.c301 int rootid = 0; in of_proplib_init() local
308 if (ioctl(fd, OFIOCGETNEXT, &rootid) < 0) in of_proplib_init()
309 err(1, "OFIOCGETNEXT(%d, %#x)", fd, rootid); in of_proplib_init()
311 dict = of_proplib_tree_fill(fd, rootid); in of_proplib_init()