Searched refs:strbuf (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xsm/dist/
H A Dsaveutil.c209 char *strbuf;
230 strbuf = malloc (bufsize + 1);
231 strbuf[0] = '\0';
235 strcat (strbuf, non_session_aware_clients[i]);
236 strcat (strbuf, "\n");
240 XtNstring, strbuf,
243 free ((char *) strbuf);
207 char *strbuf; local in function:ReadSave
/xsrc/external/mit/xterm/dist/
H A Dinput.c129 char strbuf[STRBUFSIZE]; member in struct:__anon16c485190108
299 result = IS_CTRL(CharOf(kd->strbuf[0]));
832 kd->strbuf[0] = 0;
835 kd->strbuf[0] = 8;
847 kd->strbuf, (int) sizeof(kd->strbuf),
853 kd->strbuf, (int) sizeof(kd->strbuf),
866 kd->strbuf[0] = (char) kd->keysym;
875 kd->strbuf, (in
[all...]
/xsrc/external/mit/xdm/dist/chooser/
H A Dchooser.c896 char strbuf[128]; local in function:Switch_Key
901 XLookupString (&event->xkey, strbuf, sizeof (strbuf),
/xsrc/external/mit/xdm/dist/greeter/
H A DLogin.c1380 char strbuf[128]; local in function:InsertChar
1386 len = XmbLookupString(ctx->login.xic, &event->xkey, strbuf,
1387 sizeof (strbuf), &keysym, &status);
1390 len = XLookupString (&event->xkey, strbuf, sizeof (strbuf),
1393 strbuf[len] = '\0';
1458 strbuf, len);
/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c3050 char *ptr, strbuf[128], ptrbuf[512]; local in function:InsertChar
3060 text.length = _XawImWcLookupString(w, &event->xkey, (wchar_t*)strbuf,
3061 sizeof(strbuf), &keysym);
3063 text.length = _XawLookupString(w, (XKeyEvent*)event, strbuf,
3064 sizeof(strbuf), &keysym);
3079 memcpy((char*)ptr, (char *)strbuf, sizeof(wchar_t) * (size_t)text.length);
3090 strncpy(ptr, strbuf, (size_t)text.length);

Completed in 14 milliseconds