Searched refs:new_suffix (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/lib/libssl/src/apps/ |
| D | apps.c | 1570 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) in rotate_serial() argument 1577 j = strlen(serialfile) + strlen(new_suffix); in rotate_serial() 1587 serialfile, new_suffix); in rotate_serial() 1590 serialfile, new_suffix); in rotate_serial() 1854 int rotate_index(char *dbfile, char *new_suffix, char *old_suffix) in rotate_index() argument 1861 j = strlen(dbfile) + strlen(new_suffix); in rotate_index() 1876 dbfile, new_suffix); in rotate_index() 1879 dbfile, new_suffix); in rotate_index() 1883 dbfile, new_suffix); in rotate_index() 1886 dbfile, new_suffix); in rotate_index()
|
| D | apps.h | 316 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix); 321 int rotate_index(char *dbfile, char *new_suffix, char *old_suffix);
|