Searched refs:dst_s_fopen (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libresolv2/common/dst/ |
H A D | dst_api.c | 432 if ((fp = dst_s_fopen(file, "w", 0600)) != NULL) { in dst_s_write_private_key() 488 if ((fp = dst_s_fopen(name, "r", 0)) == NULL) { in dst_s_read_public_key() 611 if ((fp = dst_s_fopen(filename, "w+", mode)) == NULL) { in dst_s_write_public_key() 843 if ((fp = dst_s_fopen(filename, "r", 0)) == NULL) { in dst_s_read_private_key_file()
|
H A D | dst_internal.h | 130 FILE *dst_s_fopen (const char *filename, const char *mode, int perm);
|
H A D | support.c | 304 dst_s_fopen(const char *filename, const char *mode, int perm) in dst_s_fopen() function
|
/titanic_44/usr/src/lib/libresolv2/include/isc/ |
H A D | dst.h | 39 #define dst_s_fopen __dst_s_fopen macro
|