Home
last modified time | relevance | path

Searched defs:wchar_t (Results 1 – 25 of 129) sorted by relevance

123456

/external/rust/crates/libc/src/windows/gnu/
Dmod.rs15 pub fn wmemchr(cx: *const ::wchar_t, c: ::wchar_t, n: ::size_t) -> *mut ::wchar_t; in wmemchr()
/external/fmtlib/test/
Dgtest-extra.h114 static void handle_invalid_parameter(const wchar_t*, const wchar_t*, in handle_invalid_parameter()
/external/rust/crates/libc/src/hermit/
Daarch64.rs2 pub type wchar_t = u32; typedef
Dx86_64.rs2 pub type wchar_t = i32; typedef
/external/rust/crates/libc/src/unix/hermit/
Dx86_64.rs2 pub type wchar_t = i32; typedef
Daarch64.rs2 pub type wchar_t = u32; typedef
/external/rust/crates/libc/src/windows/
Dmod.rs26 pub type wchar_t = u16; typedef
338 pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t; in wcstombs()
362 pub fn wchmod(path: *const wchar_t, mode: ::c_int) -> ::c_int; in wchmod()
372 pub fn wstat(path: *const wchar_t, buf: *mut stat) -> ::c_int; in wstat()
374 pub fn wutime(file: *const wchar_t, buf: *mut utimbuf) -> ::c_int; in wutime()
386 pub fn wopen(path: *const wchar_t, oflag: ::c_int, ...) -> ::c_int; in wopen()
402 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl()
406 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle()
410 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp()
414 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe()
[all …]
/external/rust/crates/libc/src/vxworks/
Dx86_64.rs2 pub type wchar_t = i32; typedef
Dpowerpc.rs2 pub type wchar_t = u32; typedef
Daarch64.rs2 pub type wchar_t = u32; typedef
Darm.rs2 pub type wchar_t = u32; typedef
Dx86.rs2 pub type wchar_t = i32; typedef
Dpowerpc64.rs2 pub type wchar_t = u32; typedef
/external/rust/crates/libc/src/unix/newlib/powerpc/
Dmod.rs3 pub type wchar_t = ::c_int; typedef
/external/llvm-project/clang/test/CodeGen/
Dwmemcmp.c4 typedef __WCHAR_TYPE__ wchar_t; typedef
D2009-07-15-pad-wchar_t-array.c4 typedef __WCHAR_TYPE__ wchar_t; typedef
Dwchar-const.c6 typedef __WCHAR_TYPE__ wchar_t; typedef
D2003-08-21-WideString.c4 typedef __WCHAR_TYPE__ wchar_t; typedef
/external/clang/test/CodeGen/
D2009-07-15-pad-wchar_t-array.c4 typedef __WCHAR_TYPE__ wchar_t; typedef
Dwchar-const.c6 typedef __WCHAR_TYPE__ wchar_t; typedef
D2003-08-21-WideString.c4 typedef __WCHAR_TYPE__ wchar_t; typedef
/external/llvm-project/clang/test/Headers/
Dtypedef_guards.c20 typedef __typeof__(*L"") wchar_t; typedef
/external/clang/test/Headers/
Dtypedef_guards.c20 typedef __typeof__(*L"") wchar_t; typedef
/external/rust/crates/libc/src/fuchsia/
Daarch64.rs3 pub type wchar_t = u32; typedef
/external/catch2/include/internal/
Dcatch_default_main.hpp18 extern "C" int wmain (int argc, wchar_t * argv[], wchar_t * []) { argument

123456