Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/util/
Dutility.py125 def replace_suffix (name, new_suffix): argument
130 assert isinstance(new_suffix, basestring)
132 return split [0] + new_suffix
/third_party/openssl/apps/
Dapps.c1472 int rotate_serial(const char *serialfile, const char *new_suffix, in rotate_serial() argument
1479 j = strlen(serialfile) + strlen(new_suffix); in rotate_serial()
1487 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", serialfile, new_suffix); in rotate_serial()
1490 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", serialfile, new_suffix); in rotate_serial()
1676 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index() argument
1683 j = strlen(dbfile) + strlen(new_suffix); in rotate_index()
1693 j = BIO_snprintf(buf[2], sizeof(buf[2]), "%s.attr.%s", dbfile, new_suffix); in rotate_index()
1695 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s.%s", dbfile, new_suffix); in rotate_index()
1699 j = BIO_snprintf(buf[2], sizeof(buf[2]), "%s-attr-%s", dbfile, new_suffix); in rotate_index()
1701 j = BIO_snprintf(buf[0], sizeof(buf[0]), "%s-%s", dbfile, new_suffix); in rotate_index()
Dapps.h533 int rotate_serial(const char *serialfile, const char *new_suffix,
539 int rotate_index(const char *dbfile, const char *new_suffix,