/external/chromium_org/third_party/libxml/src/ |
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/iputils/ |
arping.c | 1088 struct hostent *hp; local 1101 hp = gethostbyname2(idn, AF_INET); 1102 if (!hp) { 1111 memcpy(&dst, hp->h_addr, 4);
|
ping6.c | 1812 struct hostent *hp = NULL; local [all...] |
/external/libxml2/ |
nanoftp.c | 857 struct hostent *hp; local 931 hp = gethostbyname (proxy); 933 hp = gethostbyname (ctxt->hostname); 934 if (hp == NULL) { 938 if ((unsigned int) hp->h_length > 949 hp->h_addr_list[0], hp->h_length); [all...] |
/external/mksh/src/ |
histrap.c | 96 char **hfirst, **hlast, **hp, *editor = NULL; local 187 hp = first ? hist_get(first, false, false) : 189 if (!hp) 193 strdupx(line, *hp, ATEMP); 204 for (s = *hp; (s1 = strstr(s, pat)) && 275 for (hp = rflag ? hlast : hfirst; 276 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) { 279 hist_source->line - (int)(histptr - hp)); 421 char **hp = NULL; local 514 char **hp; local 634 char **hp; local 754 char *nhname, **hp; local 854 char **hp; local [all...] |
edit.c | 1946 char **hp; local 1983 char **hp = x_histp + search_dir; local [all...] |
/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...] |
nettest_bsd.c | 957 IPPROT_UDP, and while HP-UX, and I suspect no-one else on the 9110 struct hostent *hp; local 10180 struct hostent *hp; local [all...] |
/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/ppp/pppd/ |
ipcp.c | 339 struct hostent *hp; local 343 if ((hp = gethostbyname(*argv)) == NULL) { 348 dns = *(u_int32_t *)hp->h_addr; 375 struct hostent *hp; local 379 if ((hp = gethostbyname(*argv)) == NULL) { 384 wins = *(u_int32_t *)hp->h_addr; 413 struct hostent *hp; local 433 if ((hp = gethostbyname(arg)) == NULL) { 437 local = *(u_int32_t *)hp->h_addr; 454 if ((hp = gethostbyname(colon)) == NULL) 1609 struct hostent *hp; local [all...] |
auth.c | 2034 struct hostent *hp; local [all...] |
/external/tcpdump/ |
print-802_11.c | 1528 const struct mgmt_header_t *hp = (const struct mgmt_header_t *) p; local [all...] |
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng.cpp | 2155 struct hostent *hp; local [all...] |
/bionic/libc/dns/net/ |
getaddrinfo.c | 1310 const HEADER *hp; local 2149 HEADER *hp; local 2253 HEADER *hp; local [all...] |
/external/chromium_org/third_party/libevent/ |
http.c | 127 struct hostent *hp; local 128 hp = gethostbyaddr((char *)&sin->sin_addr, 130 if (hp == NULL) 133 if (strlcpy(host, hp->h_name, hostlen) >= hostlen) [all...] |
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/ |
SkPdfRenderer.cpp | 2793 SkScalar hp = fPdfDoc->MediaBox(page).height(); local [all...] |
/external/skia/experimental/PdfViewer/src/ |
SkPdfRenderer.cpp | 2793 SkScalar hp = fPdfDoc->MediaBox(page).height(); local [all...] |
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng.cpp | 2461 struct hostent *hp; local [all...] |
/system/core/adb/ |
sysdeps_win32.c | 666 struct hostent *hp; local 676 hp = gethostbyname(host); 677 if(hp == 0) { 683 addr.sin_family = hp->h_addrtype; 685 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length); 687 s = socket(hp->h_addrtype, type, 0); [all...] |
/external/clang/test/Analysis/ |
malloc.c | 1319 struct HasPtr hp; 1320 hp.p = malloc(10); 1321 memcmp(&hp, &hp, sizeof(hp)); 1322 return; // expected-warning {{Potential leak of memory pointed to by 'hp.p'}} 1318 struct HasPtr hp; local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 3263 String hp = System.getProperty local [all...] |
/external/valgrind/main/VEX/switchback/ |
test_bzip2.c | 2516 Int32 i, j, h, bigN, hp; local [all...] |
/external/valgrind/main/exp-sgcheck/tests/ |
hackedbz2.c | 2540 Int32 i, j, h, bigN, hp; local [all...] |
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.c | 2531 Int32 i, j, h, bigN, hp; local [all...] |
varinfo6.c | 2568 Int32 i, j, h, bigN, hp; local [all...] |