| /src/crypto/external/apache2/openssl/dist/crypto/ |
| o_fopen.c | 38 FILE *openssl_fopen(const char *filename, const char *mode) function 121 void *openssl_fopen(const char *filename, const char *mode) function
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| o_fopen.c | 38 FILE *openssl_fopen(const char *filename, const char *mode) function 121 void *openssl_fopen(const char *filename, const char *mode) function
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| o_fopen.c | 38 FILE *openssl_fopen(const char *filename, const char *mode) function 121 void *openssl_fopen(const char *filename, const char *mode) function
|
| /src/crypto/external/apache2/openssl/dist/crypto/rand/ |
| randfile.c | 76 #define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) macro 105 if ((in = openssl_fopen(file, "rb")) == NULL) { 245 out = openssl_fopen(file, "rb+"); 249 out = openssl_fopen(file, "wb");
|
| /src/crypto/external/bsd/openssl/dist/crypto/rand/ |
| randfile.c | 77 # define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) macro 106 if ((in = openssl_fopen(file, "rb")) == NULL) { 243 out = openssl_fopen(file, "rb+"); 247 out = openssl_fopen(file, "wb");
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
| randfile.c | 68 # define openssl_fopen(fname, mode) vms_fopen((fname), (mode), VMS_OPEN_ATTRS) macro 97 if ((in = openssl_fopen(file, "rb")) == NULL) { 227 out = openssl_fopen(file, "rb+"); 231 out = openssl_fopen(file, "wb");
|