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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du-ct-casefold.h49 UNIT tmpbuf2[2048 / sizeof (UNIT)]; local
63 tmp2_length = sizeof (tmpbuf2) / sizeof (UNIT);
68 tmpbuf2, &tmp2_length);
94 if (tmp2 != tmpbuf2)
100 if (tmp2 != tmpbuf2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_str.c470 uint16 tmpbuf2[sizeof(pstring)]; local
471 push_ucs2(NULL, tmpbuf2,s, sizeof(tmpbuf2), STR_TERMINATE);
472 return strlen_w(tmpbuf2);
483 pstring tmpbuf2; local
484 push_ascii(tmpbuf2, s, sizeof(tmpbuf2), STR_TERMINATE);
485 return strlen(tmpbuf2);

Completed in 67 milliseconds