Home
last modified time | relevance | path

Searched refs:old_suffix (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/include/
H A Dapps.h230 const char *old_suffix);
237 const char *old_suffix);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1569 const char *old_suffix) in rotate_serial() argument
1574 i = strlen(serialfile) + strlen(old_suffix); in rotate_serial()
1584 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s.%s", serialfile, old_suffix); in rotate_serial()
1587 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s-%s", serialfile, old_suffix); in rotate_serial()
1779 const char *old_suffix) in rotate_index() argument
1784 i = strlen(dbfile) + strlen(old_suffix); in rotate_index()
1794 j = BIO_snprintf(buf[3], sizeof(buf[3]), "%s.attr.%s", dbfile, old_suffix); in rotate_index()
1796 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s.%s", dbfile, old_suffix); in rotate_index()
1800 j = BIO_snprintf(buf[3], sizeof(buf[3]), "%s-attr-%s", dbfile, old_suffix); in rotate_index()
1802 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s-%s", dbfile, old_suffix); in rotate_index()