Searched refs:msvcrt_init_fp (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/crt/stdio/ |
H A D | file.c | 382 static int msvcrt_init_fp(FILE* file, int fd, unsigned stream_flags) in msvcrt_init_fp() function 1530 else if (msvcrt_init_fp(file, fd, stream_flags) == -1) in _wfdopen() 3202 else if ((file = msvcrt_alloc_fp()) && msvcrt_init_fp(file, fd, stream_flags) in _wfsopen() 3441 else if (msvcrt_init_fp(file, fd, stream_flags) == -1) in _wfreopen() 3925 if (msvcrt_init_fp(file, fd, _IORW) == -1) in tmpfile()
|