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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c273 int prexit = 0, vflags = 0; local
373 else if (strcmp(*argv,"-prexit") == 0)
374 prexit=1;
1154 if(prexit) print_stuff(bio_c_out,con,1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_client.c341 " -prexit - print session information even on connection failure\n");
691 int prexit = 0; local
857 } else if (strcmp(*argv, "-prexit") == 0)
858 prexit = 1;
2054 if (prexit != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_client.c341 " -prexit - print session information even on connection failure\n");
691 int prexit = 0; local
857 } else if (strcmp(*argv, "-prexit") == 0)
858 prexit = 1;
2054 if (prexit != 0)

Completed in 72 milliseconds