Searched refs:new_suffix (Results 1 – 2 of 2) sorted by relevance
/openssl-master/apps/include/ |
A D | apps.h | 225 int rotate_serial(const char *serialfile, const char *new_suffix, 231 int rotate_index(const char *dbfile, const char *new_suffix,
|
/openssl-master/apps/lib/ |
A D | apps.c | 1544 int rotate_serial(const char *serialfile, const char *new_suffix, in rotate_serial() argument 1551 j = strlen(serialfile) + strlen(new_suffix); in rotate_serial() 1559 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", serialfile, new_suffix); in rotate_serial() 1562 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", serialfile, new_suffix); in rotate_serial() 1751 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index() argument 1758 j = strlen(dbfile) + strlen(new_suffix); in rotate_index() 1768 j = BIO_snprintf(buf[2], sizeof(buf[2]), "%s.attr.%s", dbfile, new_suffix); in rotate_index() 1770 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", dbfile, new_suffix); in rotate_index() 1774 j = BIO_snprintf(buf[2], sizeof(buf[2]), "%s-attr-%s", dbfile, new_suffix); in rotate_index() 1776 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", dbfile, new_suffix); in rotate_index()
|
Completed in 12 milliseconds