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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dputcfile.c42 * Arguments: struct cfent a_ept - data for contents file entry
50 putcfile(struct cfent *a_ept, FILE *a_fp) argument
54 if (a_ept->ftype == 'i') {
58 if (a_ept->path == NULL) {
62 if (fputs(a_ept->path, a_fp) == EOF) {
66 if (a_ept->ainfo.local) {
70 if (fputs(a_ept->ainfo.local, a_fp) == EOF)
74 if (a_ept->volno) {
75 if (fprintf(a_fp, " %d", a_ept->volno) < 0) {
84 if (putc(a_ept
218 putcvfpfile(struct cfent *a_ept, VFP_T *a_vfp) argument
[all...]

Completed in 43 milliseconds