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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dsmime.c87 char *inmode = "r", *outmode = "w"; local
374 if(outformat == FORMAT_ASN1) outmode = "wb";
376 if(flags & PKCS7_BINARY) outmode = "wb";
459 if (!(out = BIO_new_file(outfile, outmode))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib3000mc.c156 u16 outmode = 0; local
168 outmode = 0;
171 outmode = 1;
174 outmode = 2;
188 outmode = 5;
191 outmode = 4;
196 outmode = 0;
204 outreg |= (outmode << 11);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 123 milliseconds