Lines Matching refs:ept
45 tputcfent(struct cfent *ept, FILE *fp) in tputcfent() argument
53 if (ept->path == NULL) in tputcfent()
56 (void) fprintf(fp, pkg_gt("Pathname: %s\n"), ept->path); in tputcfent()
59 switch (ept->ftype) { in tputcfent()
91 (ept->ftype == 'b') ? pkg_gt("block") : in tputcfent()
94 if (ept->ainfo.major == BADMAJOR) in tputcfent()
99 ept->ainfo.major); in tputcfent()
101 if (ept->ainfo.minor == BADMINOR) in tputcfent()
106 ept->ainfo.minor); in tputcfent()
112 pt = (ept->ainfo.local ? ept->ainfo.local : in tputcfent()
119 pt = (ept->ainfo.local ? ept->ainfo.local : in tputcfent()
129 if (!strchr("lsin", ept->ftype)) { in tputcfent()
130 if (ept->ainfo.mode == BADMODE) in tputcfent()
135 ept->ainfo.mode); in tputcfent()
138 ept->ainfo.owner); in tputcfent()
140 ept->ainfo.group); in tputcfent()
142 if (strchr("?infv", ept->ftype)) { in tputcfent()
145 ept->cinfo.size); in tputcfent()
148 ept->cinfo.cksum); in tputcfent()
149 if (ept->cinfo.modtime > 0) { in tputcfent()
150 timep = localtime(&(ept->cinfo.modtime)); in tputcfent()
159 if (ept->ftype == 'i') { in tputcfent()
165 if ((pinfo = ept->pinfo) != NULL) { in tputcfent()