Searched refs:outfun (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstub-termcap.c32 extern int tputs (char *string, int nlines, int (*outfun) (int));
85 tputs (char *string, int nlines, int (*outfun) (int))
88 outfun (*string++);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstub-termcap.c32 extern int tputs (char *string, int nlines, int (*outfun) (int));
85 tputs (char *string, int nlines, int (*outfun) (int))
88 outfun (*string++);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
47 /* Decompress input to output using the provided infun() and outfun() calls.
62 * The output function is invoked: err = outfun(how, buf, len), where the bytes
64 * with an output error. outfun() is always called with len <= 4096. outhow
65 * is for use by the application to pass an output descriptor to outfun(), if
H A Dblast.c54 blast_out outfun; /* output function provided by user */ member in struct:state
55 void *outhow; /* opaque information passed to outfun() */
362 if (s->outfun(s->outhow, s->out, s->next)) return 1;
373 if (s->outfun(s->outhow, s->out, s->next)) return 1;
383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, argument
402 s.outfun = outfun;
420 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)
/netbsd-current/common/dist/zlib/contrib/blast/
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
47 /* Decompress input to output using the provided infun() and outfun() calls.
62 * The output function is invoked: err = outfun(how, buf, len), where the bytes
64 * with an output error. outfun() is always called with len <= 4096. outhow
65 * is for use by the application to pass an output descriptor to outfun(), if
H A Dblast.c54 blast_out outfun; /* output function provided by user */ member in struct:state
55 void *outhow; /* opaque information passed to outfun() */
362 if (s->outfun(s->outhow, s->out, s->next)) return 1;
373 if (s->outfun(s->outhow, s->out, s->next)) return 1;
383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, argument
402 s.outfun = outfun;
420 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/blast/
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
47 /* Decompress input to output using the provided infun() and outfun() calls.
62 * The output function is invoked: err = outfun(how, buf, len), where the bytes
64 * with an output error. outfun() is always called with len <= 4096. outhow
65 * is for use by the application to pass an output descriptor to outfun(), if
H A Dblast.c54 blast_out outfun; /* output function provided by user */ member in struct:state
55 void *outhow; /* opaque information passed to outfun() */
362 if (s->outfun(s->outhow, s->out, s->next)) return 1;
373 if (s->outfun(s->outhow, s->out, s->next)) return 1;
383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, argument
402 s.outfun = outfun;
420 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/blast/
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
47 /* Decompress input to output using the provided infun() and outfun() calls.
62 * The output function is invoked: err = outfun(how, buf, len), where the bytes
64 * with an output error. outfun() is always called with len <= 4096. outhow
65 * is for use by the application to pass an output descriptor to outfun(), if
H A Dblast.c54 blast_out outfun; /* output function provided by user */ member in struct:state
55 void *outhow; /* opaque information passed to outfun() */
362 if (s->outfun(s->outhow, s->out, s->next)) return 1;
373 if (s->outfun(s->outhow, s->out, s->next)) return 1;
383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, argument
402 s.outfun = outfun;
420 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/blast/
H A Dblast.h45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
47 /* Decompress input to output using the provided infun() and outfun() calls.
62 * The output function is invoked: err = outfun(how, buf, len), where the bytes
64 * with an output error. outfun() is always called with len <= 4096. outhow
65 * is for use by the application to pass an output descriptor to outfun(), if
H A Dblast.c54 blast_out outfun; /* output function provided by user */ member in struct:state
55 void *outhow; /* opaque information passed to outfun() */
362 if (s->outfun(s->outhow, s->out, s->next)) return 1;
373 if (s->outfun(s->outhow, s->out, s->next)) return 1;
383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, argument
402 s.outfun = outfun;
420 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)

Completed in 154 milliseconds