/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 1063 #[cfg(all(unix, not(target_os = "macos")))]
|
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 12 use std::os::unix::io::RawFd;
|
H A D | statfs.rs | 8 use std::os::unix::io::AsRawFd;
|
H A D | termios.rs | 225 use std::os::unix::io::RawFd;
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 2759 #[cfg_attr(not(unix), doc = " ```ignore")] 2760 #[cfg_attr(unix, doc = " ```")]
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_de.rs | 2271 #[cfg(unix)] 2274 use std::os::unix::ffi::OsStringExt; in test_osstring()
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 35 use std::os::unix::ffi::OsStrExt; 36 use std::os::unix::ffi::OsStringExt; 37 use std::os::unix::io::RawFd; 1049 /// use std::os::unix::io::AsRawFd; 1057 /// use std::os::unix::io::IntoRawFd;
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | config.guess | 341 DRS?6000:unix:4.0:6*)
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 133 // comma separated 3 parameters: unix,<FD>,<PATH>. <FD> is file 559 s += "unix,"; in exec_binary() 1071 std::string value = "unix,"; in get_inherited_addr_from_env() 1100 if (type == StringRef::from_lit("unix")) { in get_inherited_addr_from_env() 2225 -b, --backend=(<HOST>,<PORT>|unix:<PATH>)[;[<PATTERN>[:...]][[;<PARAM>]...] in print_help() 2230 with "unix:" (e.g., unix:/var/run/backend.sock). in print_help() 2475 -f, --frontend=(<HOST>,<PORT>|unix:<PATH>)[[;<PARAM>]...] in print_help() 2479 name with "unix:" (e.g., unix in print_help() [all...] |
/third_party/eudev/ |
H A D | config.guess | 365 DRS?6000:unix:4.0:6*)
|
/third_party/curl/tests/ |
H A D | runtests.pl | 458 # IPv6 <server> name and a "proto-unix" to match the variant which 461 push @protocols, map(("$_-ipv6", "$_-unix"), @protocols); 621 $feature{"unix-sockets"} = $feat =~ /UnixSockets/i; 757 if($feature{"unix-sockets"}) { 761 $http_unix = 1 if($sws[0] =~ /unix/); 860 logmsg sprintf("%s", $http_unix?"HTTP-unix ":"");
|
/third_party/ffmpeg/libavformat/ |
H A D | Makefile | 682 OBJS-$(CONFIG_UNIX_PROTOCOL) += unix.o
|
/third_party/lame/ |
H A D | config.guess | 375 DRS?6000:unix:4.0:6*)
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | unzip.c | 93 # if !defined(unix) && !defined(CASESENSITIVITYDEFAULT_YES)
|
/third_party/node/deps/cares/ |
H A D | config.guess | 409 DRS?6000:unix:4.0:6*)
|
/third_party/node/deps/cares/config/ |
H A D | config.guess | 409 DRS?6000:unix:4.0:6*)
|
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 41 #include <glib-unix.h>
|
/third_party/libevdev/build-aux/ |
H A D | config.guess | 409 DRS?6000:unix:4.0:6*)
|
/third_party/rust/crates/libc/libc-test/ |
H A D | build.rs | 13 if cfg!(unix) { in do_cc() 103 // NOTE: Android doesn't include the unix file (or the Linux file) because in do_semver() 2742 "unix.h", in test_neutrino()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1 use unix::bsd::O_SYNC; 1003 // NOTE: These are in addition to the constants defined in src/unix/mod.rs 1005 // IPPROTO_IP defined in src/unix/mod.rs 1008 // IPPROTO_ICMP defined in src/unix/mod.rs 1015 // IPPROTO_TCP defined in src/unix/mod.rs 1020 // IPPROTO_UDP defined in src/unix/mod.rs 1025 // IPPROTO_IPV6 defined in src/unix/mod.rs 1040 // IPPROTO_ICMPV6 defined in src/unix/mod.rs
|
/third_party/python/ |
H A D | config.guess | 409 DRS?6000:unix:4.0:6*)
|
/third_party/skia/third_party/externals/libpng/ |
H A D | config.guess | 372 DRS?6000:unix:4.0:6*)
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | unzip.c | 93 # if !defined(unix) && !defined(CASESENSITIVITYDEFAULT_YES)
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 19 use std::os::unix::io::RawFd; 327 /// domain ([unix(7)](https://linux.die.net/man/7/unix)) sockets. 345 /// [unix(7)](https://linux.die.net/man/7/unix)). 569 /// # use std::os::unix::io::RawFd; 1033 /// [unix(7) man page](https://man7.org/linux/man-pages/man7/unix.7.html). 1050 /// [`unix(7)`](https://man7.org/linux/man-pages/man7/unix [all...] |
/third_party/zlib/contrib/minizip/ |
H A D | unzip.c | 95 # if !defined(unix) && !defined(CASESENSITIVITYDEFAULT_YES)
|