Home
last modified time | relevance | path

Searched refs:strnlen (Results 1 – 10 of 10) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt312 strnlen
H A Dunix.txt830 strnlen
H A Daix.txt2513 strnlen
H A Dandroid.txt3880 strnlen
/rust-libc-0.2.174/src/windows/
H A Dmod.rs364 pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; in strnlen() function
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1239 pub fn strnlen(cs: *const c_char, n: size_t) -> size_t; in strnlen() function
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs608 pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; in strnlen() function
/rust-libc-0.2.174/src/solid/
H A Dmod.rs743 pub fn strnlen(arg1: *const c_char, arg2: size_t) -> size_t; in strnlen() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs712 pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; in strnlen() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3519 pub fn strnlen(cs: *const c_char, maxlen: size_t) -> size_t; in strnlen() function