Searched defs:gethostname (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dunistd.in.h49 /* Get all possible declarations of gethostname(). */
339 # undef gethostname macro
340 # define gethostname rpl_gethostname macro
343 extern int gethostname(char *name, size_t len);
346 # undef gethostname macro
347 # define gethostname gethostname_used_without_requesting_gnulib_module_gethostname macro
349 # undef gethostname macro
350 # define gethostname(n,l) \ macro
351 (GL_LINK_WARNING ("gethostname is unportable - " \
352 "use gnulib module gethostname fo
[all...]

Completed in 6368 milliseconds