Home
last modified time | relevance | path

Searched refs:unix (Results 151 - 175 of 210) sorted by relevance

123456789

/third_party/rust/crates/nix/test/
H A Dtest_pty.rs3 use std::os::unix::prelude::*;
H A Dtest_unistd.rs29 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 Dtest_uio.rs7 use std::os::unix::io::AsRawFd;
H A Dtest_aio.rs4 os::unix::io::AsRawFd,
H A Dtest_socket.rs13 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 Dminizip.c96 #if defined(unix) || defined(__APPLE__)
/third_party/rust/crates/clap/src/builder/
H A Dvalue_parser.rs169 #[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 Dsockopt.rs13 #[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 Daddr.rs35 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 Dsyscalls.rs396 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 Dglib.c27 #include <glib-unix.h>
/third_party/mbedtls/library/
H A Dnet_sockets.c22 #if !defined(unix) && !defined(__unix__) && !defined(__unix) && \
/third_party/mbedtls/programs/ssl/
H A Dmini_client.c23 #if defined(unix) || defined(__unix__) || defined(__unix) || defined(__APPLE__)
/third_party/rust/crates/clap/tests/builder/
H A Dutf8.rs5 use std::os::unix::ffi::OsStringExt;
/third_party/rust/crates/cxx/gen/build/src/
H A Dlib.rs372 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 Dmman.rs11 use std::{os::unix::io::RawFd, num::NonZeroUsize};
H A Daio.rs33 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 Dstat.rs17 use std::os::unix::io::RawFd;
/third_party/zlib/test/
H A Dminigzip.c57 # include <unix.h> /* for fileno */
/third_party/rust/crates/bitflags/src/
H A Dlib.rs438 // #[cfg(unix)] const A: Flag = /* ... */; in fmt()
960 #[cfg(unix)]
964 #[cfg(unix)]
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs175 #[cfg(all(unix, target_env = "gnu"))]
206 #[cfg(all(unix, target_env = "gnu"))]
/third_party/curl/tests/
H A Dservers.pm250 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 Dlib.rs2620 #[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 Dmod.rs1476 #[cfg(any(unix, windows))]
/third_party/vk-gl-cts/
H A DAndroidGen.mk743 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 \

Completed in 36 milliseconds

123456789