HomeSort by relevance Sort by last modified time
    Searched defs:hp (Results 51 - 75 of 79) sorted by null

1 23 4

  /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
753 char *nhname, **hp; local
853 char **hp; local
    [all...]
edit.c 1957 char **hp; local
1994 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...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 1303 const HEADER *hp; local
2162 HEADER *hp; local
2266 HEADER *hp; local
    [all...]
  /external/chromium/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/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/clang/test/Analysis/
malloc.c 1062 struct HasPtr hp;
1063 hp.p = malloc(10);
1064 memcmp(&hp, &hp, sizeof(hp));
1065 return; // expected-warning {{Potential leak of memory pointed to by 'hp.p'}}
1061 struct HasPtr hp; local
  /external/iputils/
ping6.c 1809 struct hostent *hp = NULL; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 3316 String hp = System.getProperty local
    [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/valgrind/main/massif/
ms_main.c 598 static Addr hp = 0; // current heap pointer local
603 if (hp + n_bytes > hp_lim) {
604 hp = (Addr)VG_(am_shadow_alloc)(SUPERBLOCK_SIZE);
605 if (0 == hp)
608 hp_lim = hp + SUPERBLOCK_SIZE - 1;
611 hp += n_bytes;
613 return (void*)(hp - n_bytes);
    [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...]
  /external/valgrind/main/perf/
bz2.c 2531 Int32 i, j, h, bigN, hp; local
    [all...]
test_input_for_tinycc.c 2313 Int32 i, j, h, bigN, hp; local
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1200 milliseconds

1 23 4