Searched refs:wmessage (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Derror.c143 wchar_t *wmessage = NULL; local
152 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
156 wmessage = NULL;
158 wchar_t *p = (wchar_t *) realloc (wmessage,
162 free (wmessage);
166 wmessage = p;
173 res = mbsrtowcs (wmessage, &tmp, len, &st);
192 free (wmessage);
195 wmessage = (wchar_t *) L"???";
198 __vfwprintf (stderr, wmessage, arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Derror.c143 wchar_t *wmessage = NULL; local
152 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
156 wmessage = NULL;
158 wchar_t *p = (wchar_t *) realloc (wmessage,
162 free (wmessage);
166 wmessage = p;
173 res = mbsrtowcs (wmessage, &tmp, len, &st);
192 free (wmessage);
195 wmessage = (wchar_t *) L"???";
198 __vfwprintf (stderr, wmessage, arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Derror.c143 wchar_t *wmessage = NULL; local
152 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
156 wmessage = NULL;
158 wchar_t *p = (wchar_t *) realloc (wmessage,
162 free (wmessage);
166 wmessage = p;
173 res = mbsrtowcs (wmessage, &tmp, len, &st);
192 free (wmessage);
195 wmessage = (wchar_t *) L"???";
198 __vfwprintf (stderr, wmessage, arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Derror.c143 const wchar_t *wmessage = L"out of memory"; local
157 wmessage = res == (size_t) -1 ? L"???" : wbuf;
160 __vfwprintf (stderr, wmessage, args);

Completed in 76 milliseconds