Searched refs:rename (Results 1 – 5 of 5) sorted by relevance
/openssl/apps/lib/ |
H A D | apps.c | 56 # define rename(from, to) WIN32_rename((from), (to)) macro 1665 if (rename(buf[0], serialfile) < 0) { in rotate_serial() 1669 rename(buf[1], serialfile); in rotate_serial() 1876 if (rename(buf[0], dbfile) < 0) { in rotate_index() 1879 rename(buf[1], dbfile); in rotate_index() 1889 rename(dbfile, buf[0]); in rotate_index() 1890 rename(buf[1], dbfile); in rotate_index() 1893 if (rename(buf[2], buf[4]) < 0) { in rotate_index() 1896 rename(buf[3], buf[4]); in rotate_index() 1897 rename(dbfile, buf[0]); in rotate_index() [all …]
|
/openssl/ |
H A D | configdata.pm.in | 150 rename("$buildfile.new", $buildfile) 199 rename("${configuration_h}.new", $configuration_h)
|
H A D | NOTES-VMS.md | 46 for now is to rename the OpenSSL source directory, as follows (please 49 $ rename openssl-1^.1^.0.DIR openssl-1_1_0.DIR
|
H A D | CHANGES.md | 6198 and rename any affected symbols. 14326 Also rename "DSO_up()" function to more descriptive "DSO_up_ref()". 18498 Also rename the `EVP_PKEY_get_*()` to `EVP_PKEY_rget_*()` 19908 * Get rid of redundant BN file bn_mulw.c, and rename bn_div64 to
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 331 c) rename any non-standard executables so the names do not conflict with
|
Completed in 94 milliseconds