Searched defs:pkginfofile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c360 char pkginfofile[MAXPATHLEN]; local
377 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"),
380 if ((pkginfo_fp = fopen(pkginfofile, "r")) == NULL) {
381 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"),
383 if ((pkginfo_fp = fopen(pkginfofile, "r")) == NULL) {
384 perror(pkginfofile);
427 architecture, pkginfofile);

Completed in 44 milliseconds