Searched refs:charset_fopen (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/libpcap/
H A Dpcap-int.h564 * "charset_fopen()", in UTF-8 mode on Windows, does an fopen() that
585 FILE *charset_fopen(const char *path, const char *mode);
590 #define charset_fopen(path, mode) fopen((path), (mode)) macro
H A Dsavefile.c271 charset_fopen(const char *path, const char *mode) function
378 * Use charset_fopen(); on Windows, it tests whether we're
387 fp = charset_fopen(fname, "rb");
H A Dsf-pcap.c864 f = charset_fopen(fname, "wb");
964 f = charset_fopen(fname, "ab+");

Completed in 72 milliseconds