Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpkg/common/
H A Dputcfile.c50 putcfile(struct cfent *a_ept, FILE *a_fp) in putcfile() argument
62 if (fputs(a_ept->path, a_fp) == EOF) { in putcfile()
67 if (putc('=', a_fp) == EOF) { in putcfile()
70 if (fputs(a_ept->ainfo.local, a_fp) == EOF) in putcfile()
75 if (fprintf(a_fp, " %d", a_ept->volno) < 0) { in putcfile()
80 if (putc(' ', a_fp) == EOF) { in putcfile()
84 if (putc(a_ept->ftype, a_fp) == EOF) { in putcfile()
88 if (putc(' ', a_fp) == EOF) { in putcfile()
92 if (fputs(a_ept->pkg_class, a_fp) == EOF) { in putcfile()
98 if (putc(' ', a_fp) == EOF) { in putcfile()
[all …]
/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c287 pkgIsPkgInGzOnlyFP(FILE *a_fp, char *a_pkgInst) in pkgIsPkgInGzOnlyFP() argument
293 assert(a_fp != (FILE *)NULL); in pkgIsPkgInGzOnlyFP()
299 rewind(a_fp); in pkgIsPkgInGzOnlyFP()
303 while (fgets(line, sizeof (line), a_fp) != (char *)NULL) { in pkgIsPkgInGzOnlyFP()
732 pkginfoParamTruth(FILE *a_fp, char *a_param, char *a_value, boolean_t a_default) in pkginfoParamTruth() argument
739 assert(a_fp != (FILE *)NULL); in pkginfoParamTruth()
747 rewind(a_fp); in pkginfoParamTruth()
751 param = fpkgparam(a_fp, a_param); in pkginfoParamTruth()
/titanic_50/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h399 extern boolean_t pkgIsPkgInGzOnlyFP(FILE *a_fp, char *a_pkgInst);
400 extern boolean_t pkginfoParamTruth(FILE *a_fp, char *a_param,