Lines Matching refs:fp

45 tputcfent(struct cfent *ept, FILE *fp)  in tputcfent()  argument
56 (void) fprintf(fp, pkg_gt("Pathname: %s\n"), ept->path); in tputcfent()
57 (void) fprintf(fp, pkg_gt("Type: ")); in tputcfent()
61 (void) fputs(pkg_gt("regular file\n"), fp); in tputcfent()
65 (void) fputs(pkg_gt("directory\n"), fp); in tputcfent()
69 (void) fputs(pkg_gt("exclusive directory\n"), fp); in tputcfent()
73 (void) fputs(pkg_gt("volatile file\n"), fp); in tputcfent()
77 (void) fputs(pkg_gt("editted file\n"), fp); in tputcfent()
81 (void) fputs(pkg_gt("named pipe\n"), fp); in tputcfent()
85 (void) fputs(pkg_gt("installation file\n"), fp); in tputcfent()
90 (void) fprintf(fp, pkg_gt("%s special device\n"), in tputcfent()
95 (void) fprintf(fp, pkg_gt("Major device number: %s\n"), in tputcfent()
98 (void) fprintf(fp, pkg_gt("Major device number: %ld\n"), in tputcfent()
102 (void) fprintf(fp, pkg_gt("Minor device number: %s\n"), in tputcfent()
105 (void) fprintf(fp, pkg_gt("Minor device number: %ld\n"), in tputcfent()
111 (void) fputs(pkg_gt("linked file\n"), fp); in tputcfent()
114 (void) fprintf(fp, pkg_gt("Source of link: %s\n"), pt); in tputcfent()
118 (void) fputs(pkg_gt("symbolic link\n"), fp); in tputcfent()
121 (void) fprintf(fp, pkg_gt("Source of link: %s\n"), pt); in tputcfent()
125 (void) fputs(pkg_gt("unknown\n"), fp); in tputcfent()
131 (void) fprintf(fp, pkg_gt("Expected mode: %s\n"), in tputcfent()
134 (void) fprintf(fp, pkg_gt("Expected mode: %04lo\n"), in tputcfent()
137 (void) fprintf(fp, pkg_gt("Expected owner: %s\n"), in tputcfent()
139 (void) fprintf(fp, pkg_gt("Expected group: %s\n"), in tputcfent()
143 (void) fprintf(fp, in tputcfent()
146 (void) fprintf(fp, in tputcfent()
154 (void) fputs(timeb, fp); in tputcfent()
156 (void) fprintf(fp, in tputcfent()
160 (void) fputc('\n', fp); in tputcfent()
166 (void) fprintf(fp, in tputcfent()
177 (void) fprintf(fp, "%-15s", pinfo->pkg); in tputcfent()
179 (void) fputc('\n', fp); in tputcfent()
180 (void) fputc('\t', fp); in tputcfent()
185 (void) fputc('\n', fp); in tputcfent()
187 (void) fprintf(fp, pkg_gt("Current status: %s\n"), in tputcfent()
190 (void) fputc('\n', fp); in tputcfent()