Home
last modified time | relevance | path

Searched refs:putenv_s (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt276 putenv_s
/rust-libc-0.2.174/src/windows/
H A Dmod.rs539 pub fn putenv_s(envstring: *const c_char, value_string: *const c_char) -> crate::errno_t; in putenv_s() function