Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c156 static struct cfent *svept; variable
402 svept = eptlist[i]; in main()
404 if (svept == NULL) { in main()
642 svept = eptlist[i]; in main()
643 svept->ftype = '?'; in main()
644 svept->ainfo.local = t_pkginfo; in main()
645 (void) cverify(0, &svept->ftype, t_pkginfo, in main()
646 &svept->cinfo, 1); in main()
647 svept->ftype = 'i'; in main()
736 if (copyf(svept->ainfo.local, temp, svept->cinfo.modtime)) in outvol()
[all …]