MCPcopy Create free account
hub / github.com/git/git / xutftowcs

Function xutftowcs

compat/mingw.h:123–126  ·  view source on GitHub ↗

* Simplified variant of xutftowcsn, assumes input string is \0-terminated. */

Source from the content-addressed store, hash-verified

121 * Simplified variant of xutftowcsn, assumes input string is \0-terminated.
122 */
123static inline int xutftowcs(wchar_t *wcs, const char *utf, size_t wcslen)
124{
125 return xutftowcsn(wcs, utf, wcslen, -1);
126}
127
128/**
129 * Simplified file system specific variant of xutftowcsn, assumes output

Callers 7

mingw_fopenFunction · 0.85
mingw_freopenFunction · 0.85
make_environment_blockFunction · 0.85
mingw_spawnve_fdFunction · 0.85
mingw_getenvFunction · 0.85
mingw_putenvFunction · 0.85
initialize_pipe_nameFunction · 0.85

Calls 1

xutftowcsnFunction · 0.85

Tested by

no test coverage detected