Searched refs:old_suffix (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/apps/include/ |
D | apps.h | 230 const char *old_suffix); 237 const char *old_suffix);
|
/third_party/openssl/apps/lib/ |
D | apps.c | 1566 const char *old_suffix) in rotate_serial() argument 1571 i = strlen(serialfile) + strlen(old_suffix); in rotate_serial() 1581 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s.%s", serialfile, old_suffix); in rotate_serial() 1584 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s-%s", serialfile, old_suffix); in rotate_serial() 1773 const char *old_suffix) in rotate_index() argument 1778 i = strlen(dbfile) + strlen(old_suffix); in rotate_index() 1788 j = BIO_snprintf(buf[3], sizeof(buf[3]), "%s.attr.%s", dbfile, old_suffix); in rotate_index() 1790 j = BIO_snprintf(buf[1], sizeof(buf[1]), "%s.%s", dbfile, 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()
|
/third_party/python/Lib/ |
D | pathlib.py | 781 old_suffix = self.suffix 782 if not old_suffix: 785 name = name[:-len(old_suffix)] + suffix
|