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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1534 char *ptr, strbuf[BUFSIZ]; local
1541 (wchar_t*) strbuf, BUFSIZ, &keysym, (Status*) &compose_status);
1543 text.length = XLookupString ((XKeyEvent*)event, strbuf, BUFSIZ, &keysym, &compose_status);
1552 memcpy((char*) ptr, (char *)strbuf, sizeof(wchar_t) * text.length );
1559 strncpy( ptr, strbuf, text.length );
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c961 char *ptr, strbuf[BUFSIZ]; local
966 if ( (text.length = XLookupString (&event->xkey, strbuf, BUFSIZ,
973 strncpy(ptr, strbuf, text.length);

Completed in 51 milliseconds