Lines Matching refs:svept
156 static struct cfent *svept; variable
402 svept = eptlist[i]; in main()
404 if (svept == NULL) { in main()
415 if ((fp = fopen(svept->ainfo.local, "r")) == NULL) { in main()
416 progerr(gettext(ERR_RDPKGINFO), svept->ainfo.local); in main()
445 progerr(gettext(ERR_NOPARAM), "PKG", svept->path); in main()
458 progerr(gettext(ERR_NOPARAM), "NAME", svept->path); in main()
495 progerr(gettext(ERR_NOPARAM), "CATEGORY", svept->path); 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()
746 if (eptlist[i] == svept) in outvol()