Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpkg/common/
H A Dputcfile.c50 putcfile(struct cfent *a_ept, FILE *a_fp) in putcfile() argument
54 if (a_ept->ftype == 'i') { in putcfile()
58 if (a_ept->path == NULL) { in putcfile()
62 if (fputs(a_ept->path, a_fp) == EOF) { in putcfile()
66 if (a_ept->ainfo.local) { in putcfile()
70 if (fputs(a_ept->ainfo.local, a_fp) == EOF) in putcfile()
74 if (a_ept->volno) { in putcfile()
75 if (fprintf(a_fp, " %d", a_ept->volno) < 0) { in putcfile()
84 if (putc(a_ept->ftype, a_fp) == EOF) { in putcfile()
92 if (fputs(a_ept->pkg_class, a_fp) == EOF) { in putcfile()
[all …]