Home
last modified time | relevance | path

Searched refs:dst_s_fopen (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c432 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 Ddst_internal.h130 FILE *dst_s_fopen (const char *filename, const char *mode, int perm);
H A Dsupport.c304 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 Ddst.h39 #define dst_s_fopen __dst_s_fopen macro