Searched refs:pkgfile (Results 1 – 4 of 4) sorted by relevance
47 extern char *pkgfile;82 pkgfile = NULL; in main()112 pkgfile = optarg; in main()135 if (pkgfile) { in main()138 pkginst = pkgfile; in main()
59 char *pkgfile = NULL; variable341 if (pkgfile) in pkgparam()342 (void) strcpy(line, pkgfile); /* filename was passed */ in pkgparam()
139 pkgfile;
545 char pkgfile[PATH_MAX]; in pkgsync_needed() local550 pkgfilename(pkgfile, root, sadmdir, PKGLOG); in pkgsync_needed()552 sync_needed = stat(pkgfile, &pbuf) == 0 && pbuf.st_size > 0; in pkgsync_needed()557 pkgfilename(pkgfile, root, sadmdir, PKGDOOR); in pkgsync_needed()562 fd = open(pkgfile, O_RDWR); in pkgsync_needed()