Searched refs:xxxx (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Djishu.c174 WCHAR_T xxxx[1024], yyyy[1024]; local
176 WCHAR_T *xxxx, *yyyy; local
177 xxxx = (WCHAR_T *)malloc(sizeof(WCHAR_T) * 1024);
179 if (!xxxx || !yyyy) {
180 if (xxxx) {
181 free(xxxx);
213 WStrncpy(xxxx + t, yc->kana_buffer + j, i - j);
215 xxxx, st + i - j, xxxx[0],
220 WStrncpy(xxxx,
[all...]
H A DRKroma.c662 unsigned char xxxx[64], yyyy[64]; local
664 unsigned char *xxxx, *yyyy; local
665 xxxx = (unsigned char *)malloc(64);
667 if (!xxxx || !yyyy) {
668 if (xxxx) {
669 free(xxxx);
683 key = xxxx[xp++] = *s++;
686 RkMapPhonogram(rdic, d, maxdst, xxxx, xp, (unsigned)key,
698 strncpy((char *)yyyy + tlen, (char *)xxxx + ulen, xp - ulen);
700 strncpy((char *)xxxx, (cha
[all...]
H A Dulserver.c220 char xxxx[512]; local
222 char xxxx[1024];
225 sprintf(xxxx, "\244\253\244\312\264\301\273\372\312\321\264\271\245\250\245\363\245\270\245\363 %s \244\317\315\370\315\321\244\307\244\255\244\336\244\273\244\363\n",
228 makeGLineMessageFromString(d, xxxx);
H A Dulhinshi.c43 static void EWStrcpy(WCHAR_T *buf, char *xxxx);
44 static int EWStrcmp(WCHAR_T *buf, char *xxxx);
45 static int EWStrncmp(WCHAR_T *buf, char *xxxx, int len);
219 EWStrcat(WCHAR_T *buf, char *xxxx) argument
223 MBstowcs(x, xxxx, 1024);
230 EWStrcpy(WCHAR_T *buf, char *xxxx) argument
235 len = MBstowcs(x, xxxx, 1024);
241 EWStrcmp(WCHAR_T *buf, char *xxxx) argument
245 MBstowcs(x, xxxx, 1024);
250 EWStrncmp(WCHAR_T *buf, char *xxxx, in argument
988 WCHAR_T xxxx[1024]; local
[all...]
H A Dulmount.c492 WCHAR_T *xxxx[100]; local
529 retval = setWStrings(xxxx, mc->mountList, 0);
536 if((retval = selectOnOff(d, xxxx, &mc->curIkouho, nelem,
H A Dkctrl.c60 WCHAR_T xxxx[10]; local
63 d->buffer_return = xxxx;
64 d->n_buffer = sizeof(xxxx) / sizeof(WCHAR_T);
1026 WCHAR_T xxxx[ROMEBUFSIZE];
1028 WStrncpy(xxxx, arg->ks->echoStr, arg->ks->length);
1029 xxxx[arg->ks->length] = (WCHAR_T)0;
1035 dicTourokuControl(d, xxxx, popTourokuWithGLineClear);
2006 char xxxx[512]; local
2008 char *xxxx = malloc(512);
2009 if (!xxxx) {
[all...]
H A Dutil.c1434 char xxxx[4]; local
1438 xxxx[0] = (char)0x8e; /* SS2 */
1439 xxxx[1] = (char)key;
1440 xxxx[2] = '\0';
1441 nchars = MBstowcs(yyyy, xxxx, 4);
H A Dromaji.c4053 WCHAR_T xxxx[1024];
4055 WCHAR_T *xxxx = (WCHAR_T *)malloc(sizeof(WCHAR_T) * 1024);
4056 if (!xxxx) {
4130 len = (*func1)(xxxx, 1024, yc->kana_buffer + i, srclen);
4131 len = (*func2)(buf, ROMEBUFSIZE, xxxx, len);
4149 xxxx[i - pos] =
4158 xxxx[i - pos] = WToupper(p[i]);
4162 xxxx[i - pos] = (WCHAR_T)0;
4165 xxxx[0] = WToupper(xxxx[
[all...]
H A Duldefine.c647 WCHAR_T xxxx[512]; local
682 MBstowcs(xxxx, "\303\261\270\354\305\320\317\277\315\321\274\255\275\361"
686 WStrcpy(d->genbuf, xxxx);
H A Duldelete.c901 WCHAR_T *xxxx[100]; local
960 retval = setWStrings(xxxx, mc->mountList, 0);
967 if ((retval = selectOnOff(d, xxxx, &mc->curIkouho, upnelem,
H A Dcanna.h1186 void EWStrcat(WCHAR_T *buf, char *xxxx);
1265 void EWStrcat(WCHAR_T *buf, char *xxxx);
H A Dhenkan.c1919 unsigned char xxxx[ROMEBUFSIZE];
1980 printf(xxxx, " #%d#%d ", lex[mighter][0].rownum,
1982 MBstowcs(w + WStrlen(w), xxxx, wlen - WStrlen(w));
/haiku-fatelf/src/add-ons/media/plugins/mov_reader/libMOV/
H A DQTStructs.h32 struct xxxx { struct

Completed in 130 milliseconds