/coreutils/src/ |
D | temp-stream.c | 47 static FILE *fp_to_close; 57 record_or_unlink_tempfile (char const *fn, FILE *fp) in record_or_unlink_tempfile() 70 record_or_unlink_tempfile (char const *fn, MAYBE_UNUSED FILE *fp) in record_or_unlink_tempfile() 85 temp_stream (FILE **fp, char **file_name) in temp_stream() 88 static FILE *tmp_fp; in temp_stream()
|
D | sum.h | 2 bsd_sum_stream (FILE *stream, void *resstream, uintmax_t *length); 5 sysv_sum_stream (FILE *stream, void *resstream, uintmax_t *length); 7 typedef int (*sumfn)(FILE *, void *, uintmax_t *);
|
D | iopoll.h | 8 bool fclose_wait (FILE *f); 9 bool fwrite_wait (char const *buf, ssize_t size, FILE *f);
|
D | expand-common.h | 59 extern FILE * 60 next_file (FILE *fp);
|
D | cksum.h | 7 crc_sum_stream (FILE *stream, void *resstream, uintmax_t *length); 15 cksum_pclmul (FILE *fp, uint_fast32_t *crc_out, uintmax_t *length_out);
|
D | fmt.c | 153 static bool fmt (FILE *f, char const *); 154 static bool get_paragraph (FILE *f); 155 static int get_line (FILE *f, int c); 156 static int get_prefix (FILE *f); 157 static int get_space (FILE *f, int c); 158 static int copy_rest (FILE *f, int c); 433 FILE *in_stream; in main() 482 fmt (FILE *f, char const *file) in fmt() 553 get_paragraph (FILE *f) in get_paragraph() 630 copy_rest (FILE *f, int c) in copy_rest() [all …]
|
D | cksum.c | 163 cksum_slice8 (FILE *fp, uint_fast32_t *crc_out, uintmax_t *length_out) in cksum_slice8() 220 crc_sum_stream (FILE *stream, void *resstream, uintmax_t *length) in crc_sum_stream() 226 static bool (*cksum_fp) (FILE *, uint_fast32_t *, uintmax_t *); in crc_sum_stream() 230 bool (*cksum_fp) (FILE *, uint_fast32_t *, uintmax_t *) = cksum_slice8; in crc_sum_stream()
|
D | iopoll.c | 179 fwait_for_nonblocking_write (FILE *f) in fwait_for_nonblocking_write() 206 fclose_wait (FILE *f) in fclose_wait() 224 fwrite_wait (char const *buf, ssize_t size, FILE *f) in fwrite_wait()
|
D | temp-stream.h | 6 extern bool temp_stream (FILE **fp, char **file_name);
|
D | prog-fprintf.h | 22 extern void prog_fprintf (FILE *fp, char const *fmt, ...)
|
D | cut.c | 217 cut_bytes (FILE *stream) in cut_bytes() 277 cut_fields (FILE *stream) in cut_fields() 440 cut_file (char const *file, void (*cut_stream) (FILE *)) in cut_file() argument 442 FILE *stream; in cut_file() 586 void (*cut_stream) (FILE *) = byte_mode ? cut_bytes : cut_fields; in main()
|
D | prog-fprintf.c | 28 prog_fprintf (FILE *fp, char const *fmt, ...) in prog_fprintf()
|
D | tee.c | 189 get_next_out (FILE **descriptors, int nfiles, int idx) in get_next_out() 201 fail_output (FILE **descriptors, char **files, int i) in fail_output() 228 FILE **descriptors; in tee_files()
|
/coreutils/src/blake2/ |
D | b2sum.h | 16 int blake2b_stream (FILE *stream, void *resstream, size_t outbytes) 18 typedef int ( *blake2fn )( FILE *, void *, size_t );
|
D | b2sum.c | 33 int blake2s_stream( FILE *stream, void *resstream, size_t outbytes ) 84 int blake2b_stream( FILE *stream, void *resstream, size_t outbytes ) in blake2b_stream() 136 int blake2sp_stream( FILE *stream, void *resstream, size_t outbytes ) 187 int blake2bp_stream( FILE *stream, void *resstream, size_t outbytes ) 237 typedef int ( *blake2fn )( FILE *, void *, size_t ); 242 FILE *out = errcode ? stderr : stdout; 353 FILE *f = nullptr;
|
/coreutils/tests/df/ |
D | no-mtab-status.sh | 44 FILE* fopen(const char *path, const char *mode) 46 static FILE* (*fopen_func)(char const *, char const *); 51 fopen_func = (FILE*(*)(char const *, char const *)) 72 struct mntent *getmntent (FILE *fp)
|
D | skip-duplicates.sh | 55 FILE* fopen(const char *path, const char *mode) 57 static FILE* (*fopen_func)(char const *, char const *); 62 fopen_func = (FILE*(*)(char const *, char const *)) 85 struct mntent *getmntent (FILE *fp)
|
/coreutils/gl/lib/ |
D | randread.c | 64 FILE *source; 117 simple_new (FILE *source, void const *handler_arg) in simple_new() 155 FILE *source = s->source; in randread_free_body() 179 FILE *source = nullptr; in randread_new()
|
D | fadvise.c | 39 fadvise (FILE *fp, fadvice_t advice) in fadvise()
|
D | fadvise.h | 71 void fadvise (FILE *fp, fadvice_t advice);
|
/coreutils/tests/csplit/ |
D | csplit-io-err.sh | 40 fwrite (const void *ptr, size_t size, size_t nitems, FILE *stream) 62 fwrite_unlocked (const void *ptr, size_t size, size_t nitems, FILE *stream)
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-6.10-on-glibc-2.28.diff | 6 freadahead (FILE *fp) 17 /* Most systems provide FILE as a struct and the necessary bitmask in
|
D | coreutils-6.11-on-glibc-2.28.diff | 16 freadahead (FILE *fp) 27 /* Most systems provide FILE as a struct and the necessary bitmask in
|
D | coreutils-6.12-on-glibc-2.28.diff | 6 freadahead (FILE *fp) 29 freadptrinc (FILE *fp, size_t increment) 41 /* Most systems provide FILE as a struct and the necessary bitmask in
|
/coreutils/build-aux/ |
D | git-log-fix | 1 # This file is expected to be used via gitlog-to-changelog's --amend=FILE
|