Home
last modified time | relevance | path

Searched refs:alreadyread (Results 1 – 20 of 20) sorted by relevance

/dports/print/foomatic-filters/foomatic-filters-4.0.17/
H A Dfileconverter.c125 const char *alreadyread = (const char *)user_arg; in exec_kid2() local
135 fwrite(alreadyread, 1, strlen(alreadyread), out); in exec_kid2()
152 const char *alreadyread; member
161 const char *alreadyread = ((kid1_userdata_t *)user_arg)->alreadyread; in exec_kid1() local
163 kid2 = start_process("kid2", exec_kid2, (void *)alreadyread, NULL, &kid2out); in exec_kid1()
217 void get_fileconverter_handle(const char *alreadyread, FILE **fd, pid_t *pid) in get_fileconverter_handle() argument
247 kid1_userdata.alreadyread = alreadyread; in get_fileconverter_handle()
H A Dpostscript.h27 int print_ps(FILE *s, const char *alreadyread, size_t len, const char *filename);
H A Dpdf.h27 int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, int startpos);
H A Dfileconverter.h32 void get_fileconverter_handle(const char *alreadyread, FILE **fd, pid_t *pid);
H A Dpdf.c264 const char *alreadyread, in print_pdf() argument
287 copy_file(tmpfile, stdin, alreadyread, len); in print_pdf()
H A Dprocess.h40 const char *alreadyread,
H A Dpostscript.c159 const char *alreadyread; member
172 c = s->alreadyread[s->pos++]; in stream_next_line()
188 int print_ps(FILE *file, const char *alreadyread, size_t len, const char *filename) in print_ps() argument
199 stream.alreadyread = alreadyread; in print_ps()
H A Dutil.h132 int copy_file(FILE *dest, FILE *src, const char *alreadyread, size_t alreadyread_len);
H A Dutil.c1101 const char *alreadyread, in copy_file() argument
1107 if (alreadyread && alreadyread_len) in copy_file()
1109 if (fwrite(alreadyread, 1, alreadyread_len, dest) < alreadyread_len) in copy_file()
/dports/audio/mpg321/mpg321-0.2.10/
H A Dremote.c43 int alreadyread; in remote_parse_input() local
51 alreadyread = strlen (remote_input_buf); in remote_parse_input()
55 if (!(numread = read(0, remote_input_buf + alreadyread, (sizeof(input)-1)-alreadyread)) > 0) in remote_parse_input()
66 remote_input_buf[numread+alreadyread] = '\0'; in remote_parse_input()
/dports/audio/flac123/flac123-0.0.12/
H A Dremote.c54 int alreadyread; in remote_parse_input() local
62 alreadyread = strlen (remote_input_buf); in remote_parse_input()
66 if (!(numread = read(0, remote_input_buf + alreadyread, (sizeof(input)-1)-alreadyread)) > 0) in remote_parse_input()
74 remote_input_buf[numread+alreadyread] = '\0'; in remote_parse_input()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/python/src/cldr/
H A Drefmirror.py58 alreadyread = {} variable
117 if uri in alreadyread.keys():
118 already = alreadyread[uri]
123 alreadyread[uri] = type
/dports/print/cups-filters/cups-filters-1.28.10/filter/foomatic-rip/
H A Dpostscript.h27 int print_ps(FILE *s, const char *alreadyread, size_t len, const char *filename);
H A Dpdf.h27 int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, size_t startpos);
H A Dprocess.h40 const char *alreadyread,
H A Dpostscript.c142 const char *alreadyread; member
155 c = s->alreadyread[s->pos++]; in stream_next_line()
192 int print_ps(FILE *file, const char *alreadyread, size_t len, const char *filename) in print_ps() argument
212 stream.alreadyread = alreadyread; in print_ps()
H A Dpdf.c288 const char *alreadyread, in print_pdf() argument
311 copy_file(tmpfile, stdin, alreadyread, len); in print_pdf()
H A Dutil.h141 int copy_file(FILE *dest, FILE *src, const char *alreadyread, size_t alreadyread_len);
H A Dutil.c1123 const char *alreadyread, in copy_file() argument
1129 if (alreadyread && alreadyread_len) in copy_file()
1131 if (fwrite_or_die(alreadyread, 1, alreadyread_len, dest) < alreadyread_len) in copy_file()
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dfoomatic-rip-hplip2547 my $alreadyread = join('', @psheader, @psfifo) .
2556 ($dat, $alreadyread);
3382 my $alreadyread = join('', @psheader, @psfifo);
3389 getfileconverterhandle($dat, $alreadyread);
4060 my ($dat, $alreadyread) = @_;
4335 print KID2 $alreadyread;