Lines Matching refs:f
107 close_category(FILE *f)
109 if (fchmod(fileno(f), 0644) < 0) {
110 (void) fclose(f);
114 if (fclose(f) < 0) {
169 putl_category(const char *s, FILE *f)
171 if (s && fputs(s, f) == EOF) {
172 (void) fclose(f);
177 if (fputc('\n', f) == EOF) {
178 (void) fclose(f);
187 wr_category(void *buf, size_t sz, FILE *f)
192 if (fwrite(buf, sz, 1, f) < 1) {
193 (void) fclose(f);
212 (void) fprintf(stderr, (" -f charmap : use given charmap file\n"));
252 case 'f':