Searched refs:new_suffix (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/xz/src/xz/ |
| HD | suffix.c | 127 const char *new_suffix = ""; in uncompressed_name() local 143 new_suffix = suffixes[i].uncompressed; in uncompressed_name() 154 new_suffix = ""; in uncompressed_name() 169 const size_t new_suffix_len = strlen(new_suffix); in uncompressed_name() 173 memcpy(dest_name + new_len, new_suffix, new_suffix_len); in uncompressed_name()
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | apps.h | 229 int rotate_serial(char *serialfile, char *new_suffix, char *old_suffix); 234 int rotate_index(const char *dbfile, const char *new_suffix,
|
| HD | apps.c | 1285 rotate_serial(char *serialfile, char *new_suffix, char *old_suffix) in rotate_serial() argument 1290 new_suffix) >= sizeof npath) { in rotate_serial() 1492 rotate_index(const char *dbfile, const char *new_suffix, const char *old_suffix) in rotate_index() argument 1503 dbfile, new_suffix) >= sizeof nattrpath) { in rotate_index() 1513 dbfile, new_suffix) >= sizeof dbpath) { in rotate_index()
|