Lines Matching defs:intptr_t
18 pub type intptr_t = isize; typedef
400 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execl()
402 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl()
404 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle()
406 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle()
408 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp()
410 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp()
412 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe()
414 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe()
416 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv()
432 pub fn wexecv(prog: *const wchar_t, argv: *const *const wchar_t) -> ::intptr_t; in wexecv()
438 ) -> ::intptr_t; in wexecve()
440 pub fn wexecvp(c: *const wchar_t, argv: *const *const wchar_t) -> ::intptr_t; in wexecvp()
446 ) -> ::intptr_t; in wexecvpe()
470 pub fn get_osfhandle(fd: ::c_int) -> ::intptr_t; in get_osfhandle()
472 pub fn open_osfhandle(osfhandle: ::intptr_t, flags: ::c_int) -> ::c_int; in open_osfhandle()