Searched refs:copyText (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | security.c | 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); 114 copyText(scptr->etime, sizeof(scptr->etime), NOTAVAIL); [all …]
|
H A D | account.c | 157 copyText(acptr->rmtSystem, sizeof(acptr->rmtSystem), remote); 158 copyText(acptr->device, sizeof(acptr->device), device); 192 copyText(acptr->jobID, sizeof(acptr->jobID), jobid); 193 copyText(acptr->origSystem, sizeof(acptr->origSystem), system); 194 copyText(acptr->origUser, sizeof(acptr->origUser), user); 195 copyText(acptr->time, sizeof(acptr->time), timeStamp()); 263 copyText(acptr->jobgrade, sizeof(acptr->jobgrade), NOTAVAIL); 264 copyText(acptr->uid, sizeof(acptr->uid), NOTAVAIL); 265 copyText(acptr->origSystem, sizeof(acptr->origSystem), NOTAVAIL); 266 copyText(acptr->origUser, sizeof(acptr->origUser), NOTAVAIL); [all …]
|
H A D | perfstat.c | 702 copyText (tptr, size, string) in copyText() function 739 copyText(Remote, sizeof(Remote), remote); 740 copyText(Device, sizeof(Device), device); 785 copyText(xptr->xf_flags, sizeof(xptr->xf_flags), NOTAVAIL); 862 copyText(xptr->xf_jobname, sizeof(xptr->xf_jobname), jobid); 865 copyText(xptr->xf_flags, sizeof(xptr->xf_flags), flags); 896 copyText(xptr->xf_flags, sizeof(xptr->xf_flags), NOTAVAIL); in pfInit()
|
H A D | log.h | 92 extern void copyText(); /* perfstat.c */
|