Home | History | Annotate | Download | only in binutils

Lines Matching defs:utmp

222       unichar *utmp, *up;
231 utmp = (unichar *) res_alloc (sizeof (unichar) * (idx + 1));
234 memcpy (utmp, *unicode, idx * sizeof (unichar));
236 *unicode = utmp;
237 utmp[idx++] = 0;
242 utmp = NULL;
247 utmp = ((unichar *) res_alloc (elen + sizeof (unichar) * 2));
248 wind_MultiByteToWideChar (wind_current_codepage, p, utmp, elen);
255 utmp = (unichar *) res_alloc (sizeof (unichar) * (idx + 1));
258 memcpy (utmp, *unicode, idx * sizeof (unichar));
260 *unicode = utmp;
261 utmp[idx++] = ((unichar) *p) & 0xff;
275 memcpy (&up[idx], utmp, sizeof (unichar) * elen);