Searched refs:dst_s_fopen (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/libnetwork/netresolv/include/isc/ |
H A D | dst.h | 41 #define dst_s_fopen __dst_s_fopen macro
|
/haiku/src/system/libnetwork/netresolv/dst/ |
H A D | dst_internal.h | 140 FILE *dst_s_fopen (const char *filename, const char *mode, int perm);
|
H A D | dst_api.c | 436 if ((fp = dst_s_fopen(file, "w", 0600)) != NULL) { in dst_s_write_private_key() 495 if ((fp = dst_s_fopen(name, "r", 0)) == NULL) { in dst_s_read_public_key() 618 if ((fp = dst_s_fopen(filename, "w+", mode)) == NULL) { in dst_s_write_public_key() 851 if ((fp = dst_s_fopen(filename, "r", 0)) == NULL) { in dst_s_read_private_key_file()
|
H A D | support.c | 307 dst_s_fopen(const char *filename, const char *mode, int perm) in dst_s_fopen() function
|