Searched refs:src_file (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dcopy_file_chunk.c34 extern int copy_file_chunk(FILE *src_file, FILE *dst_file, unsigned long long chunksize) argument
45 nread = fread (buffer, 1, size, src_file);
47 if (nread != size && ferror (src_file)) {
H A Dlibbb.h99 int copy_file_chunk(FILE *src_file, FILE *dst_file, unsigned long long chunksize);
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dwrjpgcom.c538 FILE * src_file; local
545 src_file = (comment_file != NULL ? comment_file : stdin);
546 while ((c = getc(src_file)) != EOF) {

Completed in 90 milliseconds