/external/crcalc/src/com/hp/creals/ |
UnaryCRFunction.java | 42 package com.hp.creals;
|
CR.java | 94 // Hans_Boehm@hp.com 1/12/2001 97 // Added byteValue and fixed some comments. Hans.Boehm@hp.com 12/17/2002 98 // Added toStringFloatRep. Hans.Boehm@hp.com 4/1/2004 106 package com.hp.creals; 154 * Any operation may throw <TT>com.hp.creals.AbortedException</tt> if the thread in 158 * Any operation may also throw <TT>com.hp.creals.PrecisionOverflowException</tt> [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 933 hp = gethostbyname (GETHOSTBYNAME_ARG_CAST proxy); 935 hp = gethostbyname (GETHOSTBYNAME_ARG_CAST ctxt->hostname); 936 if (hp == NULL) { 940 if ((unsigned int) hp->h_length > 951 hp->h_addr_list[0], hp->h_length); [all...] |
/external/mksh/src/ |
histrap.c | 99 char **hfirst, **hlast, **hp, *editor = NULL; local 190 hp = first ? hist_get(first, false, false) : 192 if (!hp) 196 strdupx(line, *hp, ATEMP); 207 for (s = *hp; (s1 = strstr(s, pat)) && 278 for (hp = rflag ? hlast : hfirst; 279 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) { 283 (unsigned long)(histptr - hp)); 414 char **hp = NULL; local 507 char **hp; local 632 char **hp, *c; local 797 char *nhname, **hp; local 897 char **hp; local [all...] |
edit.c | 1963 char **hp; local 2000 char **hp = x_histp + search_dir; local [all...] |
/external/netperf/src/ |
nettest_xti.c | 538 struct hostent *hp; 566 /* it would seem that while HP-UX will allow an IP address (as a */ 573 if ((hp = gethostbyname(remote_host)) == NULL) { 583 bcopy(hp->h_addr, 585 hp->h_length); 586 server.sin_family = hp->h_addrtype; 534 struct hostent *hp; local 1739 struct hostent *hp; local 2467 struct hostent *hp; local 3459 struct hostent *hp; local 5020 struct hostent *hp; local [all...] |
nettest_bsd.c | 9948 struct hostent *hp; local 11018 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 | 347 struct hostent *hp; local 351 if ((hp = gethostbyname(*argv)) == NULL) { 356 dns = *(u_int32_t *)hp->h_addr; 383 struct hostent *hp; local 387 if ((hp = gethostbyname(*argv)) == NULL) { 392 wins = *(u_int32_t *)hp->h_addr; 421 struct hostent *hp; local 441 if ((hp = gethostbyname(arg)) == NULL) { 445 local = *(u_int32_t *)hp->h_addr; 462 if ((hp = gethostbyname(colon)) == NULL) 1710 struct hostent *hp; local [all...] |
auth.c | 1844 struct hostent *hp; local [all...] |
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng.cpp | 2154 struct hostent *hp; local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
resbin.c | 1841 bfd_byte *hp = &h[0]; local 1893 bfd_byte *hp; local 1921 bfd_byte *hp; local [all...] |
/bionic/libc/dns/net/ |
getaddrinfo.c | 1301 const HEADER *hp; local 2141 HEADER *hp; local 2245 HEADER *hp; local [all...] |
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng.cpp | 2484 struct hostent *hp; local [all...] |
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng.cpp | 2486 struct hostent *hp; local [all...] |
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
loc_eng.cpp | 2485 struct hostent *hp; local [all...] |
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng.cpp | 2485 struct hostent *hp; local [all...] |
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng.cpp | 2509 struct hostent *hp; local [all...] |
/external/clang/test/Analysis/ |
malloc.c | 1464 struct HasPtr hp; 1465 hp.p = malloc(10); 1466 memcmp(&hp, &hp, sizeof(hp)); 1467 return; // expected-warning {{Potential leak of memory pointed to by 'hp.p'}} 1463 struct HasPtr hp; local [all...] |
/external/libevent/ |
http.c | 139 struct hostent *hp; local 140 hp = gethostbyaddr((char *)&sin->sin_addr, 142 if (hp == NULL) 145 if (strlcpy(host, hp->h_name, hostlen) >= hostlen) [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 3490 String hp = System.getProperty local [all...] |
/external/tcpdump/ |
print-802_11.c | 2140 const struct mgmt_header_t *hp = (const struct mgmt_header_t *) p; local [all...] |
/external/valgrind/VEX/switchback/ |
test_bzip2.c | 2514 Int32 i, j, h, bigN, hp; local [all...] |