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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c2532 char **rrow, *a_tm_s; local
2540 a_tm_s = (char *)OPENSSL_malloc(a_tm->length + 1);
2541 if (a_tm_s == NULL) {
2546 memcpy(a_tm_s, a_tm->data, a_tm->length);
2547 a_tm_s[a_tm->length] = '\0';
2549 if (strncmp(a_tm_s, "49", 2) <= 0)
2566 if (strcmp(rrow[DB_exp_date], a_tm_s) <= 0) {
2587 OPENSSL_free(a_tm_s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c2532 char **rrow, *a_tm_s; local
2540 a_tm_s = (char *)OPENSSL_malloc(a_tm->length + 1);
2541 if (a_tm_s == NULL) {
2546 memcpy(a_tm_s, a_tm->data, a_tm->length);
2547 a_tm_s[a_tm->length] = '\0';
2549 if (strncmp(a_tm_s, "49", 2) <= 0)
2566 if (strcmp(rrow[DB_exp_date], a_tm_s) <= 0) {
2587 OPENSSL_free(a_tm_s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c2615 char **rrow, *a_tm_s; local
2621 a_tm_s = (char *) OPENSSL_malloc(a_tm->length+1);
2622 if (a_tm_s == NULL)
2628 memcpy(a_tm_s, a_tm->data, a_tm->length);
2629 a_tm_s[a_tm->length] = '\0';
2631 if (strncmp(a_tm_s, "49", 2) <= 0)
2651 if (strcmp(rrow[DB_exp_date], a_tm_s) <= 0)
2677 OPENSSL_free(a_tm_s);

Completed in 62 milliseconds