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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Derror.c145 wchar_t *wmessage = NULL; local
154 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
158 wmessage = NULL;
160 wchar_t *p = (wchar_t *) realloc (wmessage,
164 free (wmessage);
168 wmessage = p;
175 res = mbsrtowcs (wmessage, &tmp, len, &st);
194 free (wmessage);
197 wmessage = (wchar_t *) L"???";
200 __vfwprintf (stderr, wmessage, arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Derror.c171 wchar_t *wmessage = NULL; local
180 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
184 wmessage = NULL;
186 wchar_t *p = (wchar_t *) realloc (wmessage,
190 free (wmessage);
194 wmessage = p;
201 res = mbsrtowcs (wmessage, &tmp, len, &st);
220 free (wmessage);
223 wmessage = (wchar_t *) L"???";
226 __vfwprintf (stderr, wmessage, arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Derror.c189 wchar_t *wmessage = NULL; local
197 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
200 if (wmessage != NULL && len / 2 < ALLOCA_LIMIT)
201 wmessage = NULL;
203 wmessage = (wchar_t *) realloc (wmessage,
206 if (wmessage == NULL)
216 while ((res = mbsrtowcs (wmessage, &tmp, len, &st)) == len);
220 wmessage = (wchar_t *) L"???";
222 __vfwprintf (stderr, wmessage, arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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 118 milliseconds