HomeSort by relevance Sort by last modified time
    Searched refs:h_name (Results 51 - 69 of 69) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 439 char h_name[MAXHOSTNAMELEN]; member in struct:__anon25563
453 strcpy((hp).h_name, (hp).hptr->h_name), \
454 ((hp).hent.h_name = (hp).h_name), \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h 448 char h_name[MAXHOSTNAMELEN]; member in struct:__anon27033
462 strcpy((hp).h_name, (hp).hptr->h_name), \
463 ((hp).hent.h_name = (hp).h_name), \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 439 char h_name[MAXHOSTNAMELEN]; member in struct:__anon27153
453 strcpy((hp).h_name, (hp).hptr->h_name), \
454 ((hp).hent.h_name = (hp).h_name), \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 439 char h_name[MAXHOSTNAMELEN]; member in struct:__anon28668
453 strcpy((hp).h_name, (hp).hptr->h_name), \
454 ((hp).hent.h_name = (hp).h_name), \
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 959 result->hostent->h_name [0] = 0;
1447 result->hostent->h_name =
1476 char * hostname = result->hostent->h_name;
1523 result->hostent->h_name = result->header->hostname;
    [all...]
  /external/quake/quake/src/WinQuake/
net_mp.cpp 385 Q_strncpy (name, (char *)hostentry->h_name, NET_NAMELEN - 1);
net_udp.cpp 458 Q_strncpy (name, (char *)hostentry->h_name, NET_NAMELEN - 1);
net_wins.cpp 517 Q_strncpy (name, (char *)hostentry->h_name, NET_NAMELEN - 1);
mpdosock.h 148 char FAR * h_name; /* official name of host */ member in struct:hostent
net_bw.cpp 127 char *h_name; /* official name of host */ member in struct:hostent
  /external/tcpdump/
addrtoname.c 103 * h_name in struct hostent is only valid.
113 host.h_name = hostbuf;
126 strcpy(host.h_name, hname);
254 p->name = strdup(hp->h_name);
299 p->name = strdup(hp->h_name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 98 char *h_name; /* Official name of host. */ member in struct:hostent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 98 char *h_name; /* Official name of host. */ member in struct:hostent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 98 char *h_name; /* Official name of host. */ member in struct:hostent
  /external/ping/
ping.c 258 strncpy(hnamebuf, hp->h_name, sizeof(hnamebuf) - 1);
1211 snprintf(buf, sizeof(buf), "%s (%s)", hp->h_name,
    [all...]
  /external/iproute2/lib/
utils.c 586 n->name = strdup(h_ent->h_name);
  /external/iptables/iptables/
xtables.c 1098 return host->h_name;
    [all...]
  /external/blktrace/
blktrace.c 972 strcpy(hostname, hent->h_name);
    [all...]
  /external/chromium/third_party/libevent/
http.c 133 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
    [all...]

Completed in 460 milliseconds

1 23