Searched refs:wchar_t (Results 1 - 25 of 232) sorted by relevance

12345678910

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dvasnwprintf.h25 /* Get wchar_t, size_t. */
39 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
40 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
H A Dwprintf-parse.h39 const wchar_t* dir_start;
40 const wchar_t* dir_end;
42 const wchar_t* width_start;
43 const wchar_t* width_end;
45 const wchar_t* precision_start;
46 const wchar_t* precision_end;
48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */
73 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
H A Dprintf-args.c107 ap->a.a_wide_string = va_arg (args, const wchar_t *);
113 static const wchar_t wide_null_string[] =
115 (wchar_t)'(',
116 (wchar_t)'N', (wchar_t)'U', (wchar_t)'L', (wchar_t)'L',
117 (wchar_t)')',
118 (wchar_t)0
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifs_unicode.h45 wchar_t start;
46 wchar_t end;
72 static inline wchar_t *
73 UniStrcat(wchar_t * ucs1, const wchar_t * ucs2)
75 wchar_t *anchor = ucs1; /* save a pointer to start of ucs1 */
90 static inline wchar_t *
91 UniStrchr(const wchar_t * ucs, wchar_t uc)
97 return (wchar_t *) uc
[all...]
H A Dcifs_unicode.c69 wchar_t * wchar_to = (wchar_t *)to; /* needed to quiet sparse */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dfilemap.h8 int filemap(const wchar_t *name,
10 const wchar_t *, void *arg),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_unicode.h26 wchar_t start;
27 wchar_t end;
41 static inline wchar_t *UniStrcpy(wchar_t * ucs1, const wchar_t * ucs2)
43 wchar_t *anchor = ucs1; /* save the start of result string */
71 static inline int UniStrncmp_le(const wchar_t * ucs1, const __le16 * ucs2,
86 static inline __le16 *UniStrncpy_to_le(__le16 * ucs1, const wchar_t * ucs2,
103 static inline wchar_t *UniStrncpy_from_le(wchar_t * ucs
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmatch.c26 static int casecmp(wchar_t a, wchar_t b)
31 static int exactcmp(wchar_t a,wchar_t b)
37 static int parse_range(const wchar_t **p, const wchar_t *s, wchar_t *out,
38 int (*compfn)(wchar_t a, wchar_t b))
40 wchar_t tabl
[all...]
H A Dfile_name.h34 int dos_to_wchar(doscp_t *fromDos, char *dos, wchar_t *wchar, size_t len);
35 void wchar_to_dos(doscp_t *toDos, wchar_t *wchar, char *dos, size_t len, int *mangled);
40 int wchar_to_native(const wchar_t *wchar, char *native, size_t len);
41 int native_to_wchar(const char *native, wchar_t *wchar, size_t len,
H A DdirCache.h32 wchar_t *shortName;
33 wchar_t *longName;
46 int isHashed(dirCache_t *cache, wchar_t *name);
50 wchar_t *longName, wchar_t *shortName,
H A DmissFuncs.c48 wchar_t *wcsdup(const wchar_t *wcs)
50 wchar_t *nwcs;
52 if (wcs == (wchar_t*)0)
55 nwcs = (wchar_t*)calloc(wcslen(wcs) + 1, sizeof(wchar_t));
57 if (nwcs == (wchar_t*)0)
311 int wcscasecmp(const wchar_t *s1, const wchar_t *s2)
313 register const wchar_t *p
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Didn_win32.c40 static wchar_t *_curl_win32_UTF8_to_wchar(const char *str_utf8)
42 wchar_t *str_w = NULL;
48 str_w = malloc(str_w_len * sizeof(wchar_t));
62 static const char *_curl_win32_wchar_to_UTF8(const wchar_t *str_w)
70 str_utf8 = malloc(str_utf8_len * sizeof(wchar_t));
90 wchar_t *in_w = _curl_win32_UTF8_to_wchar(in);
92 wchar_t punycode[IDN_MAX_LENGTH];
113 if(IdnToUnicode(0, (wchar_t *)in, -1, unicode, IDN_MAX_LENGTH) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnls.h7 typedef __u16 wchar_t;
12 int (*uni2char) (wchar_t uni, unsigned char *out, int boundlen);
14 wchar_t *uni);
31 extern int utf8_mbtowc(wchar_t *, const __u8 *, int);
32 extern int utf8_mbstowcs(wchar_t *, const __u8 *, int);
33 extern int utf8_wctomb(__u8 *, wchar_t, int);
34 extern int utf8_wcstombs(__u8 *, const wchar_t *, int);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h35 wchar_t *getHomeDirW(wchar_t *, int);
37 void setHomeDirW(wchar_t *);
54 wchar_t wHomeDirName[MAX_PATH];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dloop_wchar.h22 - from wchar_t to anything else,
23 - from anything else to wchar_t,
24 - from wchar_t to wchar_t.
58 /* From wchar_t to anything else. */
140 while (*inbytesleft >= sizeof(wchar_t)) {
141 const wchar_t * inptr = (const wchar_t *) *inbuf;
146 while (inleft >= sizeof(wchar_t)) {
147 /* Convert one wchar_t t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dwcwidth.c32 rpl_wcwidth (wchar_t wc)
H A Dwchar.in.h69 extern int wcwidth (wchar_t);
73 extern int wcwidth (int /* actually wchar_t */);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dwcwidth.c32 rpl_wcwidth (wchar_t wc)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstddef.in.h79 /* Some platforms lack wchar_t. */
81 # define wchar_t int
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/md5/
H A Dstddef.in.h79 /* Some platforms lack wchar_t. */
81 # define wchar_t int
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dwcwidth.c32 rpl_wcwidth (wchar_t wc)
H A Dprintf-args.c106 ap->a.a_wide_string = va_arg (args, const wchar_t *);
112 static const wchar_t wide_null_string[] =
114 (wchar_t)'(',
115 (wchar_t)'N', (wchar_t)'U', (wchar_t)'L', (wchar_t)'L',
116 (wchar_t)')',
117 (wchar_t)0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dprintf-args.c107 ap->a.a_wide_string = va_arg (args, const wchar_t *);
113 static const wchar_t wide_null_string[] =
115 (wchar_t)'(',
116 (wchar_t)'N', (wchar_t)'U', (wchar_t)'L', (wchar_t)'L',
117 (wchar_t)')',
118 (wchar_t)0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dexpat_external.h87 typedef wchar_t XML_Char;
88 typedef wchar_t XML_LChar;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nls/
H A Dnls_utf8.c14 static int uni2char(wchar_t uni, unsigned char *out, int boundlen)
25 static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)

Completed in 232 milliseconds

12345678910