Home
last modified time | relevance | path

Searched refs:getdomainname (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsetdomainname.c33 int result = getdomainname(cbuf, sizeof(cbuf)); in setdomainname_0100()
46 result = getdomainname(buf, sizeof(buf)); in setdomainname_0100()
72 int result = getdomainname(cbuf, sizeof(cbuf)); in setdomainname_0200()
85 result = getdomainname(buf, sizeof(buf)); in setdomainname_0200()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetdomainname.c32 int result = getdomainname(buf, sizeof(buf)); in getdomainname_0100()
49 int result = getdomainname(buf, 0); in getdomainname_0200()
65 int result = getdomainname(buf, 1); in getdomainname_0300()
/third_party/ltp/testcases/kernel/syscalls/getdomainname/
H A Dgetdomainname01.c10 * Basic test for getdomainname(2)
12 * This is a Phase I test for the getdomainname(2) system call.
25 TST_EXP_PASS(getdomainname(domain_name, sizeof(domain_name))); in verify_getdomainname()
/third_party/musl/src/misc/
H A Dgetdomainname.c7 int getdomainname(char *name, size_t len) in getdomainname() function
/third_party/ltp/testcases/kernel/syscalls/setdomainname/
H A Dsetdomainname.h22 # define GET_SYSCALL getdomainname
/third_party/ltp/testcases/kernel/syscalls/
H A DMakefile25 getdomainname getdtablesize gethostid getgroups get_mempolicy ipc \
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h190 int getdomainname(char *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h165 int getdomainname(char *, size_t);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h192 int getdomainname(char *, size_t);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h190 int getdomainname(char *, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h165 int getdomainname(char *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h170 int getdomainname(char *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h165 int getdomainname(char *, size_t);
/third_party/musl/include/
H A Dunistd.h229 int getdomainname(char *, size_t);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs731 pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; in getdomainname() functions
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1860 pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; in getdomainname() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1485 pub fn getdomainname(name: *mut ::c_char, len: ::c_int) -> ::c_int; in getdomainname() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2812 pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; in getdomainname() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4077 pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; in getdomainname() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4108 pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; in getdomainname() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5414 pub fn getdomainname(name: *mut ::c_char, len: ::c_int) -> ::c_int; in getdomainname() functions

Completed in 65 milliseconds