Home
last modified time | relevance | path

Searched refs:getdomainname (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/bionic/
Dgetdomainname.cpp34 int getdomainname(char* name, size_t len) { in getdomainname() function
/bionic/libc/include/
Dunistd.h236 int getdomainname(char* __buf, size_t __buf_size) __INTRODUCED_IN(26);
/bionic/tests/
Dunistd_test.cpp1179 TEST(UNISTD_TEST, getdomainname) { in TEST() argument
1184 ASSERT_EQ(0, getdomainname(buf, sizeof(buf))); in TEST()
1189 ASSERT_EQ(-1, getdomainname(buf, strlen(u.domainname))); in TEST()
/bionic/docs/
Dstatus.md70 * `getdomainname`/`setdomainname`
/bionic/libc/
Dlibc.arm64.map1199 getdomainname; # introduced=26
Dlibc.x86_64.map1199 getdomainname; # introduced=26
Dlibc.mips64.map1199 getdomainname; # introduced=26
Dlibc.x86.map1260 getdomainname; # introduced=26
Dlibc.mips.map1262 getdomainname; # introduced=26
Dlibc.arm.map1278 getdomainname; # introduced=26
Dlibc.map.txt1303 getdomainname; # introduced=26
DAndroid.bp1335 "bionic/getdomainname.cpp",