Searched refs:msie_hack (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c126 #define ENV_MSIE_HACK "msie_hack"
170 " -msie_hack - msie modifications to handle all those universal strings\n",
241 static int msie_hack = 0; variable
341 msie_hack = 0;
442 else if (strcmp(*argv, "-msie_hack") == 0)
443 msie_hack = 1;
762 msie_hack = 1;
1683 if (msie_hack) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c126 #define ENV_MSIE_HACK "msie_hack"
170 " -msie_hack - msie modifications to handle all those universal strings\n",
241 static int msie_hack = 0; variable
341 msie_hack = 0;
442 else if (strcmp(*argv, "-msie_hack") == 0)
443 msie_hack = 1;
762 msie_hack = 1;
1683 if (msie_hack) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c133 #define ENV_MSIE_HACK "msie_hack"
177 " -msie_hack - msie modifications to handle all those universal strings\n",
239 static int msie_hack=0; variable
337 msie_hack=0;
448 else if (strcmp(*argv,"-msie_hack") == 0)
449 msie_hack=1;
782 msie_hack=1;
1713 if (msie_hack)

Completed in 87 milliseconds