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

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

Completed in 79 milliseconds