Home
last modified time | relevance | path

Searched refs:copyText (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/bnu/
H A Dsecurity.c105 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 Daccount.c157 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 Dperfstat.c702 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 Dlog.h92 extern void copyText(); /* perfstat.c */