Lines Matching refs:pkg_gt
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()
91 (ept->ftype == 'b') ? pkg_gt("block") : in tputcfent()
92 pkg_gt("character")); 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()
113 (char *)pkg_gt("(unknown)")); 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()
120 (char *)pkg_gt("(unknown)")); 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()
144 pkg_gt("Expected file size (bytes): %llu\n"), in tputcfent()
147 pkg_gt("Expected sum(1) of contents: %ld\n"), in tputcfent()
152 pkg_gt("Expected last modification: %b %d %X %Y\n"), in tputcfent()
157 pkg_gt("Expected last modification: ?\n")); in tputcfent()
167 pkg_gt("Referenced by the following packages:\n\t")); in tputcfent()
187 (void) fprintf(fp, pkg_gt("Current status: %s\n"), in tputcfent()
188 status ? pkg_gt("partially installed") : in tputcfent()
189 pkg_gt("installed")); in tputcfent()