/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | setdomainname.c | 33 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 D | getdomainname.c | 32 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 D | getdomainname01.c | 10 * 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 D | getdomainname.c | 7 int getdomainname(char *name, size_t len) in getdomainname() function
|
/third_party/ltp/testcases/kernel/syscalls/setdomainname/ |
H A D | setdomainname.h | 22 # define GET_SYSCALL getdomainname
|
/third_party/ltp/testcases/kernel/syscalls/ |
H A D | Makefile | 25 getdomainname getdtablesize gethostid getgroups get_mempolicy ipc \
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 190 int getdomainname(char *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | unistd.h | 165 int getdomainname(char *, size_t);
|
/third_party/musl/porting/linux/user/include/ |
H A D | unistd.h | 192 int getdomainname(char *, size_t);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | unistd.h | 190 int getdomainname(char *, size_t);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | unistd.h | 165 int getdomainname(char *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | unistd.h | 170 int getdomainname(char *, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | unistd.h | 165 int getdomainname(char *, size_t);
|
/third_party/musl/include/ |
H A D | unistd.h | 229 int getdomainname(char *, size_t);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 731 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 D | mod.rs | 1860 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 D | mod.rs | 1485 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 D | mod.rs | 2812 pub fn getdomainname(name: *mut ::c_char, len: ::size_t) -> ::c_int; in getdomainname() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 4077 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 D | mod.rs | 4108 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 D | mod.rs | 5414 pub fn getdomainname(name: *mut ::c_char, len: ::c_int) -> ::c_int; in getdomainname() functions
|