HomeSort by: relevance | last modified time | path
    Searched defs:theuid (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
270 theuid = va->va_uid;
271 if (pctx->domangleuid && theuid == pctx->myuid)
272 theuid = pctx->mangleuid;
291 psbuf_put_4(pb, theuid);

Completed in 13 milliseconds