HomeSort by: relevance | last modified time | path
    Searched refs:dst_s_fopen (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/include/isc/
dst.h 41 #define dst_s_fopen __dst_s_fopen macro
  /src/lib/libresolv/
dst_internal.h 140 FILE *dst_s_fopen (const char *filename, const char *mode, int perm);
support.c 297 * dst_s_fopen ()
309 dst_s_fopen(const char *filename, const char *mode, int perm) function in typeref:typename:FILE *
dst_api.c 438 if ((fp = dst_s_fopen(file, "w", 0600)) != NULL) {
497 if ((fp = dst_s_fopen(name, "r", 0)) == NULL) {
620 if ((fp = dst_s_fopen(filename, "w+", mode)) == NULL) {
853 if ((fp = dst_s_fopen(filename, "r", 0)) == NULL) {

Completed in 56 milliseconds