Home
last modified time | relevance | path

Searched refs:new_suffix (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/xz/src/xz/
H A Dsuffix.c136 const char *new_suffix = ""; in uncompressed_name() local
144 new_suffix = suffixes[i].uncompressed; in uncompressed_name()
155 new_suffix = ""; in uncompressed_name()
170 const size_t new_suffix_len = strlen(new_suffix); in uncompressed_name()
174 memcpy(dest_name + new_len, new_suffix, new_suffix_len); in uncompressed_name()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h229 int rotate_serial(const char *serialfile, const char *new_suffix,
236 int rotate_index(const char *dbfile, const char *new_suffix,
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1568 int rotate_serial(const char *serialfile, const char *new_suffix, in rotate_serial() argument
1575 j = strlen(serialfile) + strlen(new_suffix); in rotate_serial()
1583 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", serialfile, new_suffix); in rotate_serial()
1586 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", serialfile, new_suffix); in rotate_serial()
1778 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index() argument
1785 j = strlen(dbfile) + strlen(new_suffix); in rotate_index()
1795 j = BIO_snprintf(buf[2], sizeof(buf[2]), "%s.attr.%s", dbfile, new_suffix); in rotate_index()
1797 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", dbfile, new_suffix); in rotate_index()
1801 j = BIO_snprintf(buf[2], sizeof(buf[2]), "%s-attr-%s", dbfile, new_suffix); in rotate_index()
1803 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", dbfile, new_suffix); in rotate_index()