Searched refs:gethostname (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | unistd.in.h | 339 # undef gethostname 340 # define gethostname rpl_gethostname macro 343 extern int gethostname(char *name, size_t len); 346 # undef gethostname 347 # define gethostname gethostname_used_without_requesting_gnulib_module_gethostname macro 349 # undef gethostname 350 # define gethostname(n,l) \ macro 353 gethostname (n, l))
|
/ndk/sources/host-tools/make-3.81/ |
D | acinclude.m4 | 49 AC_CHECK_FUNCS(gethostname,,[ 50 CF_RECHECK_FUNC(gethostname,nsl,cf_cv_netlibs,[ 51 CF_RECHECK_FUNC(gethostname,socket,cf_cv_netlibs)])])
|
D | config.ami | 229 /* Define if you have the gethostname function. */
|
D | configure | 8540 for ac_func in gethostname 8567 char gethostname (); 8571 return gethostname (); 8590 cf_tr_func=`echo gethostname | tr '[a-z]' '[A-Z]'` 8621 char gethostname (); 8625 return gethostname (); 8644 cf_tr_func=`echo gethostname | tr '[a-z]' '[A-Z]'`
|
D | config.h-vms | 252 /* Define if you have the gethostname function. */
|
D | config.h.in | 100 /* Define to 1 if you have the `gethostname' function. */
|
D | config.h.W32 | 111 /* Define to 1 if you have the `gethostname' function. */
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 8540 for ac_func in gethostname 8542 ac_fn_c_check_func "$LINENO" "gethostname" "ac_cv_func_gethostname" 8551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostname in -lnsl" >&5 8552 $as_echo_n "checking for gethostname in -lnsl... " >&6; } 8567 char gethostname (); 8571 return gethostname (); 8590 cf_tr_func=`echo gethostname | tr '[a-z]' '[A-Z]'` 8605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostname in -lsocket" >&5 8606 $as_echo_n "checking for gethostname in -lsocket... " >&6; } 8621 char gethostname (); [all …]
|
D | traces.0 | 920 …:239: -1- AH_OUTPUT([HAVE_GETHOSTNAME], [/* Define to 1 if you have the `gethostname\' function. */
|