Home
last modified time | relevance | path

Searched refs:oflag (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dcurl_multibyte.c91 int curlx_win32_open(const char *filename, int oflag, ...) in curlx_win32_open() argument
101 va_start(param, oflag); in curlx_win32_open()
102 if(oflag & O_CREAT) in curlx_win32_open()
108 result = _wopen(filename_w, oflag, pmode); in curlx_win32_open()
115 return (_open)(filename, oflag, pmode); in curlx_win32_open()
H A Dcurl_setup.h413 int curlx_win32_open(const char *filename, int oflag, ...);
435 int curlx_win32_open(const char *filename, int oflag, ...);

Completed in 16 milliseconds