Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_i18n.cpp464 wchar_t *wmsg = NULL; in ___catgets() local
483 wmsg = (wchar_t *)addr; // Warning: wmsg may be not nul-terminated! in ___catgets()
489 wmsg, wlen, // Wide buffer and size. in ___catgets()
503 wmsg, wlen, // Wide buffer and size. in ___catgets()
532 if (wmsg != NULL) { in ___catgets()
533 LocalFree(wmsg); in ___catgets()