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