/external/rust/crates/libc/src/windows/gnu/ |
D | mod.rs | 15 pub fn wmemchr(cx: *const ::wchar_t, c: ::wchar_t, n: ::size_t) -> *mut ::wchar_t; in wmemchr()
|
/external/musl/arch/powerpc/bits/ |
D | alltypes.h.in | 11 TYPEDEF __WCHAR_TYPE__ wchar_t; variable 13 TYPEDEF long wchar_t; variable
|
/external/musl/arch/x32/bits/ |
D | alltypes.h.in | 10 TYPEDEF __WCHAR_TYPE__ wchar_t; variable 12 TYPEDEF long wchar_t; variable
|
/external/musl/arch/sh/bits/ |
D | alltypes.h.in | 16 TYPEDEF __WCHAR_TYPE__ wchar_t; variable 18 TYPEDEF long wchar_t; variable
|
/external/musl/arch/m68k/bits/ |
D | alltypes.h.in | 11 TYPEDEF __WCHAR_TYPE__ wchar_t; variable 13 TYPEDEF long wchar_t; variable
|
/external/fmtlib/test/ |
D | gtest-extra.h | 115 static void handle_invalid_parameter(const wchar_t*, const wchar_t*, in handle_invalid_parameter()
|
/external/musl/arch/i386/bits/ |
D | alltypes.h.in | 11 TYPEDEF __WCHAR_TYPE__ wchar_t; variable 13 TYPEDEF long wchar_t; variable
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 26 pub type wchar_t = u16; typedef 373 pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t; in wcstombs() 398 pub fn wchmod(path: *const wchar_t, mode: ::c_int) -> ::c_int; in wchmod() 408 pub fn wstat(path: *const wchar_t, buf: *mut stat) -> ::c_int; in wstat() 410 pub fn wutime(file: *const wchar_t, buf: *mut utimbuf) -> ::c_int; in wutime() 422 pub fn wopen(path: *const wchar_t, oflag: ::c_int, ...) -> ::c_int; in wopen() 438 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl() 442 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle() 446 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp() 450 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe() [all …]
|
/external/rust/crates/libc/src/unix/hermit/ |
D | aarch64.rs | 2 pub type wchar_t = u32; typedef
|
D | x86_64.rs | 2 pub type wchar_t = i32; typedef
|
/external/rust/crates/libc/src/hermit/ |
D | aarch64.rs | 2 pub type wchar_t = u32; typedef
|
D | x86_64.rs | 2 pub type wchar_t = i32; typedef
|
/external/rust/crates/libc/src/solid/ |
D | aarch64.rs | 2 pub type wchar_t = u32; typedef
|
D | arm.rs | 2 pub type wchar_t = u32; typedef
|
/external/rust/crates/libc/src/vxworks/ |
D | x86.rs | 2 pub type wchar_t = i32; typedef
|
D | aarch64.rs | 2 pub type wchar_t = u32; typedef
|
D | powerpc64.rs | 2 pub type wchar_t = u32; typedef
|
D | powerpc.rs | 2 pub type wchar_t = u32; typedef
|
D | x86_64.rs | 2 pub type wchar_t = i32; typedef
|
D | arm.rs | 2 pub type wchar_t = u32; typedef
|
/external/rust/crates/libc/src/unix/newlib/powerpc/ |
D | mod.rs | 3 pub type wchar_t = ::c_int; typedef
|
/external/rust/crates/libc/src/unix/nto/ |
D | aarch64.rs | 2 pub type wchar_t = u32; typedef
|
/external/clang/test/CodeGen/ |
D | 2009-07-15-pad-wchar_t-array.c | 4 typedef __WCHAR_TYPE__ wchar_t; typedef
|
D | wchar-const.c | 6 typedef __WCHAR_TYPE__ wchar_t; typedef
|
/external/clang/test/Headers/ |
D | typedef_guards.c | 20 typedef __typeof__(*L"") wchar_t; typedef
|