Searched refs:sethostname (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/libc/ |
H A D | SECCOMP_BLOCKLIST_APP.TXT | 48 int sethostname(const char*, size_t) all
|
H A D | SYSCALLS.TXT | 339 int sethostname(const char*, size_t) all
|
H A D | libc.map.txt | 927 sethostname; # introduced=23
|
/aosp12/bionic/libc/include/ |
H A D | unistd.h | 274 int sethostname(const char* __name, size_t __n) __INTRODUCED_IN(23);
|
/aosp12/bionic/tests/ |
H A D | unistd_test.cpp | 720 TEST(UNISTD_TEST, sethostname) { in TEST() argument 725 ASSERT_EQ(-1, sethostname("", -1)); in TEST()
|
/aosp12/bionic/docs/ |
H A D | status.md | 167 …* `clock_getcpuclockid`, `login_tty`, `mkfifoat`, `posix_madvise`, `sethostname`, `strcasecmp_l`/`…
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 927 sethostname; # introduced=23
|