HomeSort by: relevance | last modified time | path
    Searched refs:wchar_t (Results 1 - 25 of 819) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libedit/
parse.h 43 libedit_private int parse_line(EditLine *, const wchar_t *);
44 libedit_private int parse__escape(const wchar_t **);
45 libedit_private wchar_t *parse__string(wchar_t *, const wchar_t *);
46 libedit_private int parse_cmd(EditLine *, const wchar_t *);
filecomplete.h 37 const wchar_t *, const wchar_t *, const char *(*)(const char *), size_t,
42 const wchar_t *, const wchar_t *, const char *(*)(const char *), size_t,
  /src/external/gpl3/gdb/dist/gnulib/import/
wmemchr-impl.h 18 wchar_t *
19 wmemchr (const wchar_t *s, wchar_t c, size_t n)
24 return (wchar_t *) s;
wmempcpy.c 24 wchar_t *
25 wmempcpy (wchar_t *dest, const wchar_t *src, size_t n)
wchar.in.h 68 /* In some builds of uClibc, <wchar.h> is nonexistent and wchar_t is defined
301 (wchar_t *restrict pwc, const char *restrict s, size_t n,
304 (wchar_t *restrict pwc, const char *restrict s, size_t n,
309 (wchar_t *restrict pwc, const char *restrict s, size_t n,
313 (wchar_t *restrict pwc, const char *restrict s, size_t n,
367 (wchar_t *restrict dest,
372 (wchar_t *restrict dest,
378 (wchar_t *restrict dest,
384 (wchar_t *restrict dest,
408 (wchar_t *restrict dest
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
wmemchr-impl.h 18 wchar_t *
19 wmemchr (const wchar_t *s, wchar_t c, size_t n)
24 return (wchar_t *) s;
wmempcpy.c 24 wchar_t *
25 wmempcpy (wchar_t *dest, const wchar_t *src, size_t n)
wchar.in.h 68 /* In some builds of uClibc, <wchar.h> is nonexistent and wchar_t is defined
301 (wchar_t *restrict pwc, const char *restrict s, size_t n,
304 (wchar_t *restrict pwc, const char *restrict s, size_t n,
309 (wchar_t *restrict pwc, const char *restrict s, size_t n,
313 (wchar_t *restrict pwc, const char *restrict s, size_t n,
367 (wchar_t *restrict dest,
372 (wchar_t *restrict dest,
378 (wchar_t *restrict dest,
384 (wchar_t *restrict dest,
408 (wchar_t *restrict dest
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
printf-wchar_t.c 20 const wchar_t wide_str[] = L"wide string";
21 const wchar_t long_wide_str[]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
printf-wchar_t.c 20 const wchar_t wide_str[] = L"wide string";
21 const wchar_t long_wide_str[]
  /src/include/
wchar.h 70 typedef _BSD_WCHAR_T_ wchar_t;
101 size_t mbrtowc(wchar_t * __restrict, const char * __restrict, size_t,
104 size_t mbsrtowcs(wchar_t * __restrict, const char ** __restrict, size_t,
106 size_t wcrtomb(char * __restrict, wchar_t, mbstate_t * __restrict);
107 wchar_t *wcscat(wchar_t * __restrict, const wchar_t * __restrict);
108 wchar_t *wcschr(const wchar_t *, wchar_t);
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
vasnwprintf.h 25 /* 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);
wprintf-parse.h 39 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);
  /src/external/gpl2/texinfo/dist/intl/
vasnwprintf.h 27 /* Get wchar_t, size_t. */
41 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
42 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
wprintf-parse.h 41 const wchar_t* dir_start;
42 const wchar_t* dir_end;
44 const wchar_t* width_start;
45 const wchar_t* width_end;
47 const wchar_t* precision_start;
48 const wchar_t* precision_end;
50 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */
75 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wchar_.d 20 public import core.stdc.stddef; // for wchar_t
114 wchar_t __mask = 0;
115 wchar_t __wc = 0;
125 alias wchar_t wint_t;
128 enum wchar_t WEOF = 0xFFFF;
131 int fwprintf(FILE* stream, const scope wchar_t* format, scope const ...);
133 int fwscanf(FILE* stream, const scope wchar_t* format, scope ...);
135 int swprintf(wchar_t* s, size_t n, const scope wchar_t* format, scope const ...);
137 int swscanf(const scope wchar_t* s, const scope wchar_t* format, scope ...)
    [all...]
  /src/external/apache2/llvm/dist/libcxx/include/
wchar.h 38 int fwprintf(FILE* restrict stream, const wchar_t* restrict format, ...);
39 int fwscanf(FILE* restrict stream, const wchar_t* restrict format, ...);
40 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...);
41 int swscanf(const wchar_t* restrict s, const wchar_t* restrict format, ...);
42 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg);
43 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99
44 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg)
    [all...]
  /src/external/cddl/osnet/dist/head/
libintl.h 47 * wchar_t is a built-in type in standard C++ and as such is not
63 typedef int wchar_t;
65 typedef long wchar_t;
95 extern int wdchkind(wchar_t);
96 extern int wdbindf(wchar_t, wchar_t, int);
97 extern wchar_t *wddelim(wchar_t, wchar_t, int);
98 extern wchar_t mcfiller(void)
    [all...]
  /src/lib/libc/string/
wmemcpy.c 40 wchar_t *
41 wmemcpy(wchar_t *d, const wchar_t *s, size_t n)
47 return (wchar_t *)memcpy(d, s, n * sizeof(wchar_t));
wmemmove.c 40 wchar_t *
41 wmemmove(wchar_t *d, const wchar_t *s, size_t n)
47 return (wchar_t *)memmove(d, s, n * sizeof(wchar_t));
wcscat.c 39 wchar_t *
40 wcscat(wchar_t *s1, const wchar_t *s2)
42 wchar_t *p;
43 wchar_t *q;
44 const wchar_t *r;
wcscpy.c 39 wchar_t *
40 wcscpy(wchar_t *s1, const wchar_t *s2)
42 wchar_t *p;
  /src/lib/libc/locale/
wcscoll.c 45 wcscoll_l(const wchar_t *s1, const wchar_t *s2, locale_t loc)
53 wcscoll(const wchar_t *s1, const wchar_t *s2)
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
grouping.h 24 extern const wchar_t *__correctly_grouped_prefixwc (const wchar_t *begin,
25 const wchar_t *end,
26 wchar_t thousands,
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
grouping.h 24 extern const wchar_t *__correctly_grouped_prefixwc (const wchar_t *begin,
25 const wchar_t *end,
26 wchar_t thousands,

Completed in 51 milliseconds

1 2 3 4 5 6 7 8 91011>>