HomeSort by: relevance | last modified time | path
    Searched defs:thegid (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/puffs/mount_psshfs/
psbuf.c 264 uint32_t theuid = -1, thegid = -1; local in function:psbuf_put_vattr
276 thegid = va->va_gid;
277 if (pctx->domanglegid && thegid == pctx->mygid)
278 thegid = pctx->manglegid;
292 psbuf_put_4(pb, thegid);

Completed in 11 milliseconds