Searched defs:hname (Results 1 - 9 of 9) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DHostNameParser.java65 public HostNameParser(String hname) { argument
66 this.lexer = new LexerCore("charLexer", hname);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeader.java51 * @param hname String to set
53 protected SIPHeader(String hname) { argument
54 headerName = hname;
H A DSIPHeaderList.java73 * @param hname
76 protected SIPHeaderList(Class<HDR> objclass, String hname) { argument
78 this.headerName = hname;
/external/tcpdump/
H A Daddrtoname.c110 char hname[NI_MAXHOST]; local
123 hname, sizeof(hname), NULL, 0, 0)) {
126 strcpy(host.h_name, hname);
/external/icu4c/test/intltest/
H A Dtzregts.cpp501 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);
/external/mksh/src/
H A Dhistrap.c64 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) /* fail
[all...]
/external/openssh/
H A Dssh-keygen.c1259 do_print_resource_record(struct passwd *pw, char *fname, char *hname) argument
1275 export_dns_rr(hname, public, stdout, print_generic);
/external/valgrind/main/VEX/
H A Dtest_main.c2010 HChar* hname; local
2026 hname = "MC_(helperc_LOADV8)";
2029 hname = "MC_(helperc_LOADV4)";
2032 hname = "MC_(helperc_LOADV2)";
2035 hname = "MC_(helperc_LOADV1)";
2058 1/*regparms*/, hname, helper,
2214 HChar* hname = NULL; local
2248 hname = "MC_(helperc_STOREV8)";
2251 hname = "MC_(helperc_STOREV4)";
2254 hname
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c3563 Char* hname; local
3582 hname = "MC_(helperc_LOADV64le)";
3585 hname = "MC_(helperc_LOADV32le)";
3588 hname = "MC_(helperc_LOADV16le)";
3591 hname = "MC_(helperc_LOADV8)";
3599 hname = "MC_(helperc_LOADV64be)";
3602 hname = "MC_(helperc_LOADV32be)";
3605 hname = "MC_(helperc_LOADV16be)";
3608 hname = "MC_(helperc_LOADV8)";
3633 hname, VG
3833 Char* hname = NULL; local
[all...]

Completed in 222 milliseconds