Searched refs:checkend (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c131 " -checkend arg - check whether the cert expires in the next arg seconds\n",
216 int checkend = 0, checkoffset = 0; local
444 else if (strcmp(*argv, "-checkend") == 0) {
448 checkend = 1;
973 if (checkend) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c131 " -checkend arg - check whether the cert expires in the next arg seconds\n",
216 int checkend = 0, checkoffset = 0; local
444 else if (strcmp(*argv, "-checkend") == 0) {
448 checkend = 1;
973 if (checkend) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c124 " -checkend arg - check whether the cert expires in the next arg seconds\n",
195 int checkend=0,checkoffset=0; local
415 else if (strcmp(*argv,"-checkend") == 0)
419 checkend=1;
1004 if (checkend)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c9855 #define CHECKEND() {goto checkend; checkend_return:;}
10079 checkend: {

Completed in 87 milliseconds