HomeSort by relevance Sort by last modified time
    Searched refs:hp (Results 101 - 125 of 144) sorted by null

1 2 3 45 6

  /external/libpng/
depcomp 76 if test "$depmode" = hp; then
77 # HP compiler uses -M and no extra arg.
168 hp)
306 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/llvm/autoconf/
depcomp 77 if test "$depmode" = hp; then
78 # HP compiler uses -M and no extra arg.
147 hp)
  /external/netperf/
nettest_xti.c 539 struct hostent *hp;
567 /* it would seem that while HP-UX will allow an IP address (as a */
574 if ((hp = gethostbyname(remote_host)) == NULL) {
584 bcopy(hp->h_addr,
586 hp->h_length);
587 server.sin_family = hp->h_addrtype;
535 struct hostent *hp; local
1740 struct hostent *hp; local
2468 struct hostent *hp; local
3460 struct hostent *hp; local
5021 struct hostent *hp; local
    [all...]
  /external/pcre/
depcomp 76 if test "$depmode" = hp; then
77 # HP compiler uses -M and no extra arg.
168 hp)
306 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/protobuf/
depcomp 78 if test "$depmode" = hp; then
79 # HP compiler uses -M and no extra arg.
161 hp)
299 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/protobuf/gtest/build-aux/
depcomp 78 if test "$depmode" = hp; then
79 # HP compiler uses -M and no extra arg.
161 hp)
299 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/strace/
depcomp 84 if test "$depmode" = hp; then
85 # HP compiler uses -M and no extra arg.
154 hp)
  /external/valgrind/main/
depcomp 76 if test "$depmode" = hp; then
77 # HP compiler uses -M and no extra arg.
168 hp)
306 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /ndk/sources/host-tools/make-3.81/config/
depcomp 77 if test "$depmode" = hp; then
78 # HP compiler uses -M and no extra arg.
147 hp)
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
depcomp 76 if test "$depmode" = hp; then
77 # HP compiler uses -M and no extra arg.
168 hp)
306 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 81 # include <hp-timing.h>
  /external/tcpdump/
print-802_11.c 766 const struct mgmt_header_t *hp = (const struct mgmt_header_t *) p; local
769 *srcp = hp->sa;
771 *dstp = hp->da;
776 etheraddr_string((hp)->bssid), etheraddr_string((hp)->da),
777 etheraddr_string((hp)->sa));
  /external/ping/
ping.c 1592 struct hostent *hp; local
1715 struct hostent *hp; local
    [all...]
  /external/netcat/
netcat.c 313 int comparehosts (poop, hp)
315 struct hostent * hp;
322 if (strcmp (poop->name, hp->h_name) != 0) { /* case-sensitive */
324 if (strcasecmp (poop->name, hp->h_name) != 0) { /* normal */
326 holler ("DNS fwd/rev mismatch: %s != %s", poop->name, hp->h_name);
    [all...]
stupidh 138 hp
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 414 HostPort hp = this.getHostPort(); local
415 if (hp == null)
417 return hp.getPort();
    [all...]
  /external/quake/quake/src/WinQuake/
net_bw.cpp 638 int ha1, ha2, ha3, ha4, hp; local
641 sscanf(string, "%d.%d.%d.%d:%d", &ha1, &ha2, &ha3, &ha4, &hp);
646 ((struct sockaddr_in *)addr)->sin_port = htons((short)hp);
  /external/mksh/src/
edit.c 1850 char **hp; local
1887 char **hp = x_histp + search_dir; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 676 const HEADER *hp = (const HEADER *)(const void *)buf; local
847 if (hp->id != anhp->id) {
867 const HEADER *hp = (const HEADER *)(const void *)buf; local
999 if (hp->id != anhp->id) {
res_debug.c 871 u_int8_t hp = 0x16; /* default = 1e6 cm = 10000.00m = 10km */ local
943 hp = precsize_aton(&cp);
961 *bcp++ = hp;
  /external/dhcpcd/
dhcp.c 841 const char *hp; local
974 hp = strchr(ifo->hostname, '.');
975 if (hp)
976 len = hp - ifo->hostname;
  /external/libxml2/
nanoftp.c 856 struct hostent *hp; local
930 hp = gethostbyname (proxy);
932 hp = gethostbyname (ctxt->hostname);
933 if (hp == NULL) {
937 if ((unsigned int) hp->h_length >
948 hp->h_addr_list[0], hp->h_length);
    [all...]
  /external/valgrind/main/massif/
ms_main.c 602 static Addr hp = 0; // current heap pointer local
607 if (hp + n_bytes > hp_lim) {
608 hp = (Addr)VG_(am_shadow_alloc)(SUPERBLOCK_SIZE);
609 if (0 == hp)
612 hp_lim = hp + SUPERBLOCK_SIZE - 1;
615 hp += n_bytes;
617 return (void*)(hp - n_bytes);
    [all...]
  /system/core/adb/
sysdeps_win32.c 665 struct hostent *hp; local
675 hp = gethostbyname(host);
676 if(hp == 0) {
682 addr.sin_family = hp->h_addrtype;
684 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);
686 s = socket(hp->h_addrtype, type, 0);
    [all...]
  /external/ppp/pppd/
auth.c 2034 struct hostent *hp; local
    [all...]

Completed in 1685 milliseconds

1 2 3 45 6