/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 | 1312 const HEADER *hp; local 2158 HEADER *hp; local 2262 HEADER *hp; local [all...] |
/external/crcalc/src/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/ |
ping6.c | 1812 struct hostent *hp = NULL; 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 | 2511 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 | 2508 struct hostent *hp; local [all...] |
/hardware/qcom/gps/msm8998/gnss/ |
GnssAdapter.cpp | 454 struct hostent* hp; local 455 hp = gethostbyname(hostAddress); 456 if (hp != NULL) { /* DNS OK */ 457 memcpy(inAddress, hp->h_addr_list[0], hp->h_length); [all...] |
/hardware/qcom/gps/sdm845/gnss/ |
GnssAdapter.cpp | 452 struct hostent* hp; local 453 hp = gethostbyname(hostAddress); 454 if (hp != NULL) { /* DNS OK */ 455 memcpy(inAddress, hp->h_addr_list[0], hp->h_length); [all...] |
/external/clang/test/Analysis/ |
malloc.c | 1539 struct HasPtr hp; local [all...] |
/external/flatbuffers/tests/ |
monster_test_generated.h | 457 int16_t hp; member in struct:MyGame::Example::MonsterT 484 hp(100), 546 int16_t hp() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS 774 void add_hp(int16_t hp) { 775 fbb_.AddElement<int16_t>(Monster::VT_HP, hp, 100); 869 int16_t hp = 100, 919 builder_.add_hp(hp); 931 int16_t hp = 100, [all...] |
monster_test_generated.js | 645 MyGame.Example.Monster.prototype.hp = function() { method in class:MyGame.Example.Monster 1198 * @param {number} hp 1200 MyGame.Example.Monster.addHp = function(builder, hp) { 1201 builder.addFieldInt16(2, hp, 100); [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...] |
/external/netperf/src/ |
nettest_bsd.c | 9948 struct hostent *hp; local 11018 struct hostent *hp; local [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 3519 String hp = System.getProperty local [all...] |
/external/tcpdump/ |
print-802_11.c | 1800 const struct mgmt_header_t *hp = (const struct mgmt_header_t *) p; local 1866 const struct mgmt_header_t *hp = (const struct mgmt_header_t *) p; local [all...] |
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
scsimain.c | 7142 sg_io_hdr_t *hp = &rep->io_hdr; local 7191 sg_io_hdr_t *hp; local [all...] |
/external/mksh/src/ |
edit.c | 1978 char **hp; local 2015 char **hp = x_histp + search_dir; local [all...] |
/external/valgrind/exp-sgcheck/tests/ |
hackedbz2.c | 2540 Int32 i, j, h, bigN, hp; local [all...] |
/external/valgrind/memcheck/tests/ |
origin5-bz2.c | 2531 Int32 i, j, h, bigN, hp; local [all...] |