Lines Matching defs:wchar_t
26 pub type wchar_t = u16;
372 pub fn wcslen(buf: *const wchar_t) -> size_t;
373 pub fn wcstombs(dest: *mut c_char, src: *const wchar_t, n: size_t) -> ::size_t;
398 pub fn wchmod(path: *const wchar_t, mode: ::c_int) -> ::c_int;
402 pub fn wrmdir(path: *const wchar_t) -> ::c_int;
408 pub fn wstat(path: *const wchar_t, buf: *mut stat) -> ::c_int;
410 pub fn wutime(file: *const wchar_t, buf: *mut utimbuf) -> ::c_int;
422 pub fn wopen(path: *const wchar_t, oflag: ::c_int, ...) -> ::c_int;
438 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t;
442 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t;
446 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t;
450 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t;
468 pub fn wexecv(prog: *const wchar_t, argv: *const *const wchar_t) -> ::intptr_t;
471 prog: *const wchar_t,
472 argv: *const *const wchar_t,
473 envp: *const *const wchar_t,
476 pub fn wexecvp(c: *const wchar_t, argv: *const *const wchar_t) -> ::intptr_t;
479 c: *const wchar_t,
480 argv: *const *const wchar_t,
481 envp: *const *const wchar_t,
511 pub fn wsetlocale(category: ::c_int, locale: *const wchar_t) -> *mut wchar_t;
519 pub fn wputenv(envstring: *const ::wchar_t) -> ::c_int;
523 pub fn wputenv_s(envstring: *const ::wchar_t, value_string: *const ::wchar_t) -> ::errno_t;