HomeSort by: relevance | last modified time | path
    Searched refs:outd (Results 1 - 8 of 8) sorted by relevancy

  /src/common/dist/zlib/examples/
gun.c 119 struct outd { struct
134 struct outd *me = (struct outd *)out_desc;
218 struct outd outd; /* output structure */ local
222 outd.outfile = outfile;
223 outd.check = 0;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
389 struct outd outd local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
gun.c 119 struct outd { struct
134 struct outd *me = (struct outd *)out_desc;
218 struct outd outd; /* output structure */ local
222 outd.outfile = outfile;
223 outd.check = 0;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
389 struct outd outd local
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gun.c 119 struct outd { struct
134 struct outd *me = (struct outd *)out_desc;
218 struct outd outd; /* output structure */ local
222 outd.outfile = outfile;
223 outd.check = 0;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
389 struct outd outd local
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
gun.c 119 struct outd { struct
134 struct outd *me = (struct outd *)out_desc;
218 struct outd outd; /* output structure */ local
222 outd.outfile = outfile;
223 outd.check = 0;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
389 struct outd outd local
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gun.c 119 struct outd { struct
134 struct outd *me = (struct outd *)out_desc;
218 struct outd outd; /* output structure */ local
222 outd.outfile = outfile;
223 outd.check = 0;
281 if (outcnt && out(&outd, outbuf, outcnt)) {
353 if (out(&outd, outbuf, outcnt)) {
389 struct outd outd local
    [all...]
  /src/external/zlib/pigz/dist/
pigz.c 457 int outd; /* output file descriptor */ member in struct:__anon24661
529 if (g.outd != -1 && g.outf != NULL)
885 writen(g.outd, head, 30); /* write local header */
890 writen(g.outd, (unsigned char *)"-", 1);
892 writen(g.outd, (unsigned char *)g.name, strlen(g.name));
900 writen(g.outd, head, 9); /* write extra field block */
910 writen(g.outd, head, 2);
921 writen(g.outd, head, 10);
924 writen(g.outd, (unsigned char *)g.name, strlen(g.name) + 1);
945 writen(g.outd, tail, 16)
    [all...]
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 930 my $outd = shift;
936 return ('') if $outd eq $ind;
938 my $outprologue = catfile($outd, '__DECC_INCLUDE_PROLOGUE.H');
939 my $outepilogue = catfile($outd, '__DECC_INCLUDE_EPILOGUE.H');
  /src/crypto/external/bsd/openssl/dist/Configurations/
descrip.mms.tmpl 892 my $outd = shift;
898 return ('') if $outd eq $ind;
900 my $outprologue = catfile($outd, '__DECC_INCLUDE_PROLOGUE.H');
901 my $outepilogue = catfile($outd, '__DECC_INCLUDE_EPILOGUE.H');

Completed in 34 milliseconds