Searched refs:old_suffix (Results 1 - 2 of 2) sorted by relevance

/external/openssl/apps/
H A Dapps.h299 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix);
304 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix);
H A Dapps.c1708 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) argument
1713 i = strlen(serialfile) + strlen(old_suffix);
1731 serialfile, old_suffix);
1734 serialfile, old_suffix);
1966 int rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix) argument
1971 i = strlen(dbfile) + strlen(old_suffix);
2001 dbfile, old_suffix);
2004 dbfile, old_suffix);
2008 dbfile, old_suffix);
2011 dbfile, old_suffix);
[all...]

Completed in 43 milliseconds