Searched refs:a_tm_s (Results 1 – 1 of 1) sorted by relevance
2622 char **rrow, *a_tm_s; in do_updatedb() local2628 a_tm_s = (char *) OPENSSL_malloc(a_tm->length+1); in do_updatedb()2629 if (a_tm_s == NULL) in do_updatedb()2635 memcpy(a_tm_s, a_tm->data, a_tm->length); in do_updatedb()2636 a_tm_s[a_tm->length] = '\0'; in do_updatedb()2638 if (strncmp(a_tm_s, "49", 2) <= 0) in do_updatedb()2658 if (strcmp(rrow[DB_exp_date], a_tm_s) <= 0) in do_updatedb()2684 OPENSSL_free(a_tm_s); in do_updatedb()