Home
last modified time | relevance | path

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

12345

/third_party/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()
/third_party/musl/arch/powerpc/bits/
Dalltypes.h.in11 TYPEDEF __WCHAR_TYPE__ wchar_t; variable
13 TYPEDEF long wchar_t; variable
/third_party/musl/arch/x32/bits/
Dalltypes.h.in10 TYPEDEF __WCHAR_TYPE__ wchar_t; variable
12 TYPEDEF long wchar_t; variable
/third_party/musl/arch/sh/bits/
Dalltypes.h.in16 TYPEDEF __WCHAR_TYPE__ wchar_t; variable
18 TYPEDEF long wchar_t; variable
/third_party/musl/arch/m68k/bits/
Dalltypes.h.in11 TYPEDEF __WCHAR_TYPE__ wchar_t; variable
13 TYPEDEF long wchar_t; variable
/third_party/musl/arch/i386/bits/
Dalltypes.h.in11 TYPEDEF __WCHAR_TYPE__ wchar_t; variable
13 TYPEDEF long wchar_t; variable
/third_party/rust/crates/libc/src/hermit/
Daarch64.rs2 pub type wchar_t = u32; typedef
Dx86_64.rs2 pub type wchar_t = i32; typedef
/third_party/rust/crates/libc/src/unix/hermit/
Daarch64.rs2 pub type wchar_t = u32; typedef
Dx86_64.rs2 pub type wchar_t = i32; typedef
/third_party/rust/crates/libc/src/vxworks/
Darm.rs2 pub type wchar_t = u32; typedef
Daarch64.rs2 pub type wchar_t = u32; typedef
Dx86_64.rs2 pub type wchar_t = i32; typedef
Dpowerpc.rs2 pub type wchar_t = u32; typedef
Dx86.rs2 pub type wchar_t = i32; typedef
Dpowerpc64.rs2 pub type wchar_t = u32; typedef
/third_party/rust/crates/libc/src/solid/
Daarch64.rs2 pub type wchar_t = u32; typedef
Darm.rs2 pub type wchar_t = u32; typedef
/third_party/rust/crates/libc/src/windows/
Dmod.rs26 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 …]
/third_party/rust/crates/libc/src/unix/newlib/powerpc/
Dmod.rs3 pub type wchar_t = ::c_int; typedef
/third_party/rust/crates/libc/src/unix/nto/
Daarch64.rs2 pub type wchar_t = u32; typedef
Dx86_64.rs2 pub type wchar_t = u32; typedef
/third_party/rust/crates/libc/src/fuchsia/
Daarch64.rs3 pub type wchar_t = u32; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dx86.rs4 pub type wchar_t = i32; typedef
Dpowerpc.rs4 pub type wchar_t = i32; typedef

12345