Searched refs:ptsname_r (Results 1 – 14 of 14) sorted by relevance
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | illumos.txt | 28 ptsname_r
|
| H A D | cygwin.txt | 807 ptsname_r
|
| H A D | fuchsia.txt | 1387 ptsname_r
|
| H A D | freebsd.txt | 2227 ptsname_r
|
| H A D | android.txt | 3697 ptsname_r
|
| H A D | linux.txt | 4183 ptsname_r
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | illumos.rs | 323 pub fn ptsname_r(fildes: c_int, name: *mut c_char, namelen: size_t) -> c_int; in ptsname_r() function
|
| /rust-libc-0.2.174/src/unix/linux_like/ |
| H A D | mod.rs | 1984 pub fn ptsname_r(fd: c_int, buf: *mut c_char, buflen: size_t) -> c_int; in ptsname_r() function
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 2089 pub fn ptsname_r(fd: c_int, buf: *mut c_char, buflen: size_t) -> c_int; in ptsname_r() function
|
| /rust-libc-0.2.174/ |
| H A D | CHANGELOG.md | 504 - Illumos: add `ptsname_r` <https://github.com/rust-lang/libc/pull/3867>
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 2847 pub fn ptsname_r(fd: c_int, buf: *mut c_char, buflen: size_t) -> *mut c_char; in ptsname_r() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 4144 pub fn ptsname_r(fd: c_int, buf: *mut c_char, buflen: size_t) -> c_int; in ptsname_r() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 3980 pub fn ptsname_r(fd: c_int, buf: *mut c_char, buflen: size_t) -> c_int; in ptsname_r() function
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 4953 pub fn ptsname_r(fd: c_int, buf: *mut c_char, buflen: size_t) -> c_int; in ptsname_r() function
|