Searched refs:new_suffix (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/xz/src/xz/ |
| HD | suffix.c | 95 const char *new_suffix = ""; in uncompressed_name() local 111 new_suffix = suffixes[i].uncompressed; in uncompressed_name() 126 const size_t new_suffix_len = strlen(new_suffix); in uncompressed_name() 130 memcpy(dest_name + new_len, new_suffix, new_suffix_len); in uncompressed_name()
|
| /trueos/crypto/openssl/apps/ |
| HD | apps.h | 301 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix); 306 int rotate_index(const char *dbfile, const char *new_suffix,
|
| HD | apps.c | 1656 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) in rotate_serial() argument 1662 j = strlen(serialfile) + strlen(new_suffix); in rotate_serial() 1670 j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", serialfile, new_suffix); in rotate_serial() 1672 j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", serialfile, new_suffix); in rotate_serial() 1894 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index() argument 1901 j = strlen(dbfile) + strlen(new_suffix); in rotate_index() 1914 j = BIO_snprintf(buf[2], sizeof buf[2], "%s.attr.%s", dbfile, new_suffix); in rotate_index() 1916 j = BIO_snprintf(buf[2], sizeof buf[2], "%s-attr-%s", dbfile, new_suffix); in rotate_index() 1919 j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", dbfile, new_suffix); in rotate_index() 1921 j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", dbfile, new_suffix); in rotate_index()
|