Searched refs:old_suffix (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | apps.c | 1486 const char *old_suffix) in rotate_serial() argument 1491 i = strlen(serialfile) + strlen(old_suffix); in rotate_serial() 1501 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s.%s", serialfile, old_suffix); in rotate_serial() 1504 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s-%s", serialfile, old_suffix); in rotate_serial() 1690 const char *old_suffix) in rotate_index() argument 1695 i = strlen(dbfile) + strlen(old_suffix); in rotate_index() 1705 j = BIO_snprintf(buf[3], sizeof(buf[3]), "%s.attr.%s", dbfile, old_suffix); in rotate_index() 1707 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s.%s", dbfile, old_suffix); in rotate_index() 1711 j = BIO_snprintf(buf[3], sizeof(buf[3]), "%s-attr-%s", dbfile, old_suffix); in rotate_index() 1713 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s-%s", dbfile, old_suffix); in rotate_index()
|
| D | apps.h | 537 const char *old_suffix); 543 const char *old_suffix);
|