Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/mtree/
H A Dcreate.c157 register gid_t sgid; local
184 sgid = p->fts_statp->st_gid;
185 if (sgid < MAXGID && ++g[sgid] > maxgid) {
186 savegid = sgid;
187 maxgid = g[sgid];
/original-bsd/local/toolchest/ksh/
H A DMakefile53 SUID_EXEC = suid_exec /* set to null to disallow suid/sgid shell scripts */
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c1581 int sgid; member