Searched refs:gethostname (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dsethostname.c31 int gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) function
H A Dsethostname.h44 gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_gethostname.c32 * Curl_gethostname() is a wrapper around gethostname() which allows
47 * mechanism which intercepts, and might override, the gethostname()
78 err = gethostname(name, namelen);
83 /* The call to system's gethostname() might get intercepted by the
87 err = gethostname(name, namelen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dlogin.c76 gethostname(buf, sizeof(buf) - 1);
96 if (gethostname(buf, MAXHOSTNAMELEN) == 0)
H A Dobscure.c111 if (gethostname(hostname, 255) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dhostname.c69 gethostname(buf, sizeof(buf));
98 gethostname(buf, sizeof(buf));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dunistd.in.h55 /* Get all possible declarations of gethostname(). */
375 # undef gethostname macro
376 # define gethostname rpl_gethostname macro
379 extern int gethostname(char *name, size_t len);
382 # undef gethostname macro
383 # define gethostname gethostname_used_without_requesting_gnulib_module_gethostname macro
385 # undef gethostname macro
386 # define gethostname(n,l) \ macro
387 (GL_LINK_WARNING ("gethostname is unportable - " \
388 "use gnulib module gethostname fo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddomain-util.c93 if (gethostname(ret_s, size) >= 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dhostname.c34 /* Get gethostname(). */
38 /* Native Woe32 API lacks gethostname() but has GetComputerName() instead. */
41 /* Some systems, like early Solaris versions, lack gethostname() but
260 if (gethostname (hostname, MAXHOSTNAMELEN) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/contrib/a2boot/
H A Da2boot.c123 if ( gethostname( hostname, sizeof( hostname )) < 0 ) {
124 perror( "gethostname" );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/contrib/timelord/
H A Dtimelord.c118 if ( gethostname( hostname, sizeof( hostname )) < 0 ) {
119 perror( "gethostname" );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Doption.c400 if (gethostname(buff, MAXDNAME) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dnetwork.c59 gethostname (hostname, sizeof (hostname));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtpdec.c22 /* needed for gethostname() */
310 gethostname(s->hostname, sizeof(s->hostname));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c608 gethostname(G.localHostName, sizeof(G.localHostName));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dlp.c459 if ( gethostname( hostname, sizeof( hostname )) < 0 ) {
460 LOG(log_error, logtype_papd, "gethostname: %s", strerror(errno) );
931 if ( gethostname( hostname, sizeof( hostname )) < 0 ) {
932 LOG(log_error, logtype_papd, "gethostname: %s", strerror(errno) );
H A Dmain.c180 if ( gethostname( hostname, sizeof( hostname )) < 0 ) {
181 perror( "gethostname" );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c1010 if (gethostname(hostname, sizeof(hostname)) == -1) {
1011 DEBUG(0,("gethostname failed\n"));
1042 if (gethostname(dnshostname, sizeof(dnshostname)) == -1) {
1044 DEBUG(0,("gethostname failed\n"));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dminidlna.c168 if( gethostname(hn, 256) == 0 )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.c211 if( gethostname(hn, 256) == 0 )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.c174 if( gethostname(hn, 256) == 0 )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Doptions.c1410 gethostname(hostname, MAXNAMELEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c241 if (gethostname(hostname, MAXNAMELEN) < 0 ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c1513 gethostname(hostname, MAXNAMELEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_options.c691 if (gethostname(options->hostname, sizeof(options->hostname )) < 0 ) {
692 perror( "gethostname" );

Completed in 290 milliseconds

12