/third_party/rust/crates/nix/test/ |
H A D | test_pty.rs | 3 use std::os::unix::prelude::*;
|
H A D | test_unistd.rs | 29 use std::os::unix::prelude::*; 1197 use std::os::unix::fs::PermissionsExt; in test_setfsuid() 1283 use std::os::unix::net::UnixStream; in test_getpeereid()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_uio.rs | 7 use std::os::unix::io::AsRawFd;
|
H A D | test_aio.rs | 4 os::unix::io::AsRawFd,
|
H A D | test_socket.rs | 13 use std::os::unix::io::RawFd; 225 // Test getting/setting abstract addresses (without unix socket creation) 247 // Test getting an unnamed address (without unix socket creation) 1206 use std::os::unix::io::{AsRawFd, RawFd}; in test_scm_rights_single_cmsg_multiple_fds() 1207 use std::os::unix::net::UnixDatagram; in test_scm_rights_single_cmsg_multiple_fds() 1501 // Test creating and using named unix domain sockets 1546 // Test using unnamed unix domain addresses 1569 // Test creating and using unnamed unix domain addresses for autobinding sockets 1585 // unix(7): "If a bind(2) call specifies addrlen as `sizeof(sa_family_t)`, or [...], then the in test_unnamed_unixdomain_autobind()
|
/third_party/zlib/contrib/minizip/ |
H A D | minizip.c | 96 #if defined(unix) || defined(__APPLE__)
|
/third_party/rust/crates/clap/src/builder/ |
H A D | value_parser.rs | 169 #[cfg_attr(not(unix), doc = " ```ignore")] 170 #[cfg_attr(unix, doc = " ```rust")] 173 /// use std::os::unix::ffi::{OsStrExt,OsStringExt};
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 13 #[cfg(target_family = "unix")] 14 use std::os::unix::ffi::OsStrExt; 15 use std::os::unix::io::RawFd; 491 /// Get the credentials of the peer process of a connected unix domain
|
H A D | addr.rs | 35 use std::os::unix::ffi::OsStrExt; 37 use std::os::unix::io::RawFd; 73 /// Local communication (see [`unix(7)`](https://man7.org/linux/man-pages/man7/unix.7.html)) 106 /// (see [netrom(4)](https://www.unix.com/man-page/linux/4/netrom/)) 127 /// (see [netrom(4)](https://www.unix.com/man-page/linux/4/netrom/)) 763 // linux man page unix(7) says there are 3 kinds of unix socket: 888 /// Create a new `sockaddr_un` representing an "unnamed" unix socket address. 907 /// This pair of sockaddr_un & sun_len must be a valid unix add [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | syscalls.rs | 396 by_ref(&addr.unix), 410 by_ref(&addr.unix), 642 by_ref(&addr.unix), 653 by_ref(&addr.unix), 717 by_ref(&addr.unix), 728 by_ref(&addr.unix),
|
/third_party/libwebsockets/lib/event-libs/glib/ |
H A D | glib.c | 27 #include <glib-unix.h>
|
/third_party/mbedtls/library/ |
H A D | net_sockets.c | 22 #if !defined(unix) && !defined(__unix__) && !defined(__unix) && \
|
/third_party/mbedtls/programs/ssl/ |
H A D | mini_client.c | 23 #if defined(unix) || defined(__unix__) || defined(__unix) || defined(__APPLE__)
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | utf8.rs | 5 use std::os::unix::ffi::OsStringExt;
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | lib.rs | 372 if out::symlink_dir(manifest_dir, link).is_err() && cfg!(not(unix)) { in make_crate_dir()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mman.rs | 11 use std::{os::unix::io::RawFd, num::NonZeroUsize};
|
H A D | aio.rs | 33 os::unix::io::RawFd, 249 /// # use std::os::unix::io::AsRawFd; 290 /// # use std::os::unix::io::AsRawFd; 327 /// # use std::os::unix::io::AsRawFd; 419 /// # use std::os::unix::io::AsRawFd; 518 /// # use std::os::unix::io::AsRawFd; 635 /// # use std::os::unix::io::AsRawFd; 756 /// # use std::os::unix::io::AsRawFd; 870 /// # use std::os::unix::io::AsRawFd; 989 /// # use std::os::unix [all...] |
H A D | stat.rs | 17 use std::os::unix::io::RawFd;
|
/third_party/zlib/test/ |
H A D | minigzip.c | 57 # include <unix.h> /* for fileno */
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 438 // #[cfg(unix)] const A: Flag = /* ... */; in fmt() 960 #[cfg(unix)] 964 #[cfg(unix)]
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | syscalls.rs | 175 #[cfg(all(unix, target_env = "gnu"))] 206 #[cfg(all(unix, target_env = "gnu"))]
|
/third_party/curl/tests/ |
H A D | servers.pm | 250 my $serv = servername_id("$proto$ssl", "unix", 1); 252 "unix", 1); 255 "unix", 1); 462 if($server =~ /^(ftp|http|imap|pop3|smtp)s((\d*)(-ipv6|-unix|))$/) { 466 elsif($server =~ /^(ftp|http|imap|pop3|smtp)((\d*)(-ipv6|-unix|))$/) { 541 my $port = ($ipvnum eq "unix") ? 80 : $port_or_path; 561 $flags .= "--unix-socket '$port_or_path' " if $ipvnum eq "unix"; 1128 elsif($alt eq "unix") { 1130 $ipvnum = "unix"; [all...] |
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 2620 #[cfg(unix)] 2622 use std::os::unix::fs::PermissionsExt; in can_read() 2626 #[cfg(not(unix))]
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | mod.rs | 1476 #[cfg(any(unix, windows))]
|
/third_party/vk-gl-cts/ |
H A D | AndroidGen.mk | 743 framework/delibs/dethread/unix/deMutexUnix.c \ 744 framework/delibs/dethread/unix/deSemaphoreMach.c \ 745 framework/delibs/dethread/unix/deSemaphoreUnix.c \ 746 framework/delibs/dethread/unix/deThreadLocalUnix.c \ 747 framework/delibs/dethread/unix/deThreadUnix.c \ 1389 $(deqp_dir)/framework/delibs/dethread/unix \
|