Home
last modified time | relevance | path

Searched refs:r (Results 1 – 4 of 4) sorted by relevance

/rust-libc-0.2.174/ci/
H A Dcreate-artifacts.py58 dirs = sorted(list(Path(r"C:\hostedtoolcache\windows\Python").iterdir()))
59 usepy = next(x for x in dirs if r"\3.1" in str(x))
60 py = usepy.joinpath(r"x64\python.exe")
/rust-libc-0.2.174/src/
H A Dmacros.rs243 let r = $default_val; localVariable
244 $(let r = $value;)?
245 r
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml143 jq -r 'to_entries | map("\(.key)=\(.value|tostring)") | .[]' >>$GITHUB_ENV
248 jq -r 'to_entries | map("\(.key)=\(.value|tostring)") | .[]' >>$GITHUB_ENV
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1204 pub fn strcoll(l: *const c_char, r: *const c_char) -> c_int; in strcoll()
1231 pub fn strcmp(l: *const c_char, r: *const c_char) -> c_int; in strcmp()
1235 pub fn strncmp(_l: *const c_char, r: *const c_char, n: size_t) -> c_int; in strncmp()