Searched refs:outmode (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dminigzip.c275 char outmode[20]; local
277 strcpy(outmode, "wb6 ");
286 outmode[3] = 'f';
288 outmode[3] = 'h';
290 outmode[3] = 'R';
293 outmode[2] = (*argv)[1];
298 if (outmode[3] == ' ')
299 outmode[3] = 0;
308 file = gzdopen(fileno(stdout), outmode);
317 file_compress(*argv, outmode);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dminigzip.c275 char outmode[20]; local
277 strcpy(outmode, "wb6 ");
286 outmode[3] = 'f';
288 outmode[3] = 'h';
290 outmode[3] = 'R';
293 outmode[2] = (*argv)[1];
298 if (outmode[3] == ' ')
299 outmode[3] = 0;
308 file = gzdopen(fileno(stdout), outmode);
317 file_compress(*argv, outmode);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dminigzip.c275 char outmode[20]; local
277 strcpy(outmode, "wb6 ");
286 outmode[3] = 'f';
288 outmode[3] = 'h';
290 outmode[3] = 'R';
293 outmode[2] = (*argv)[1];
298 if (outmode[3] == ' ')
299 outmode[3] = 0;
308 file = gzdopen(fileno(stdout), outmode);
317 file_compress(*argv, outmode);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dminigzip.c547 char *bname, outmode[20]; local
549 strcpy(outmode, "wb6 ");
570 outmode[3] = 'f';
572 outmode[3] = 'h';
574 outmode[3] = 'R';
577 outmode[2] = (*argv)[1];
582 if (outmode[3] == ' ')
583 outmode[3] = 0;
592 file = gzdopen(fileno(stdout), outmode);
618 file = gzdopen(fileno(stdout), outmode);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dminigzip.c563 char *bname, outmode[20]; local
566 snprintf(outmode, sizeof(outmode), "%s", "wb6 ");
568 strcpy(outmode, "wb6 ");
590 outmode[3] = 'f';
592 outmode[3] = 'h';
594 outmode[3] = 'R';
597 outmode[2] = (*argv)[1];
602 if (outmode[3] == ' ')
603 outmode[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib3000mc.c158 u16 outmode = 0; local
170 outmode = 0;
173 outmode = 1;
176 outmode = 2;
190 outmode = 5;
193 outmode = 4;
198 outmode = 0;
206 outreg |= (outmode << 11);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dsmime.c94 const char *inmode = "r", *outmode = "w"; local
487 outmode = "wb";
490 outmode = "wb";
593 if (!(out = BIO_new_file(outfile, outmode))) {
H A Dcms.c119 const char *inmode = "r", *outmode = "w"; local
691 outmode = "wb";
694 outmode = "wb";
841 if (!(out = BIO_new_file(outfile, outmode))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dsmime.c94 const char *inmode = "r", *outmode = "w"; local
487 outmode = "wb";
490 outmode = "wb";
593 if (!(out = BIO_new_file(outfile, outmode))) {
H A Dcms.c119 const char *inmode = "r", *outmode = "w"; local
691 outmode = "wb";
694 outmode = "wb";
841 if (!(out = BIO_new_file(outfile, outmode))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dsmime.c90 const char *inmode = "r", *outmode = "w"; local
503 outmode = "wb";
508 outmode = "wb";
613 if (!(out = BIO_new_file(outfile, outmode)))

Completed in 118 milliseconds