Home
last modified time | relevance | path

Searched defs:gethostname (Results 1 - 9 of 9) sorted by relevance

/third_party/curl/tests/libtest/
H A Dsethostname.c30 int gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) in gethostname() function
/third_party/musl/src/unistd/
H A Dgethostname.c4 int gethostname(char *name, size_t len) in gethostname() function
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSUserFile.py9 import socket # for gethostname namespace
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSUserFile.py9 import socket # for gethostname namespace
/third_party/python/Lib/test/
H A Dmock_socket.py143 def gethostname(): function
/third_party/rust/crates/nix/src/
H A Dunistd.rs1020 pub fn gethostname() -> Result<OsString> { in gethostname() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1279 pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; in gethostname() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1258 pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; in gethostname() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3776 pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int; in gethostname() functions

Completed in 27 milliseconds