HomeSort by relevance Sort by last modified time
    Searched defs:hname (Results 1 - 7 of 7) sorted by null

  /ndk/sources/host-tools/make-3.81/
filedef.h 29 char *hname; /* Hashed filename */ member in struct:file
  /external/tcpdump/
addrtoname.c 110 char hname[NI_MAXHOST]; local
123 hname, sizeof(hname), NULL, 0, 0)) {
126 strcpy(host.h_name, hname);
  /external/icu4c/test/intltest/
tzregts.cpp 501 UnicodeString hname = UnicodeString((h<0) ? "GMT-" : "GMT+") + local
517 logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec));
519 logln(hname + ' ' + count);
526 errln(hname + ' ' + "Fail: " + e);
    [all...]
  /external/mksh/src/
histrap.c 64 static char *hname; variable
566 if (hname && strcmp(hname, name) == 0)
577 afree(hname, APERM);
578 hname = NULL;
714 if ((hname = str_val(global("HISTFILE"))) == NULL)
716 strdupx(hname, hname, APERM);
720 if ((fd = open(hname, O_RDWR|O_CREAT|O_APPEND, 0600)) < 0)
754 if (unlink(hname) /* fails */
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 206 String hname = (String) i.next(); local
208 String h1 = a.getHeader(hname);
209 String h2 = b.getHeader(hname);
216 Header header1 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h1));
217 Header header2 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h2));
    [all...]
  /external/valgrind/main/VEX/
test_main.c 2010 HChar* hname; local
2214 HChar* hname = NULL; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 3563 Char* hname; local
3833 Char* hname = NULL; local
    [all...]

Completed in 617 milliseconds