Searched refs:scptr (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | security.c | 101 register struct secXfer * scptr = &Xfer; local 105 copyText(scptr->reqUser, sizeof(scptr->reqUser), NOTAVAIL); 106 copyText(scptr->desSystem, sizeof(scptr->desSystem), NOTAVAIL); 107 copyText(scptr->desUser, sizeof(scptr->desUser), NOTAVAIL); 108 copyText(scptr->desFile, sizeof(scptr->desFile), NOTAVAIL); 109 copyText(scptr->srcSystem, sizeof(scptr->srcSystem), NOTAVAIL); 110 copyText(scptr->srcOwner, sizeof(scptr->srcOwner), NOTAVAIL); 111 copyText(scptr->srcFile, sizeof(scptr->srcFile), NOTAVAIL); 112 copyText(scptr->srcMtime, sizeof(scptr->srcMtime), NOTAVAIL); 113 copyText(scptr->stime, sizeof(scptr->stime), NOTAVAIL); [all …]
|