Home
last modified time | relevance | path

Searched refs:hname (Results 1 – 13 of 13) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeader.java53 protected SIPHeader(String hname) { in SIPHeader() argument
54 headerName = hname; in SIPHeader()
DSIPHeaderList.java76 protected SIPHeaderList(Class<HDR> objclass, String hname) { in SIPHeaderList() argument
78 this.headerName = hname; in SIPHeaderList()
/external/mksh/src/
Dhistrap.c67 static char *hname; variable
566 if (hname && strcmp(hname, name) == 0) in sethistfile()
577 afree(hname, APERM); in sethistfile()
578 hname = NULL; in sethistfile()
716 if ((hname = str_val(global("HISTFILE"))) == NULL) in hist_init()
718 strdupx(hname, hname, APERM); in hist_init()
723 if ((fd = open(hname, O_RDWR | O_CREAT | O_APPEND, 0600)) < 0) in hist_init()
757 nhname = shf_smprintf("%s.%d", hname, (int)procpid); in hist_init()
783 if (rename(nhname, hname) < 0) { in hist_init()
804 if (!unlink(hname) && hs != hist_init_retry) { in hist_init()
[all …]
/external/mdnsresponder/mDNSPosix/
Dparselog.py216 for ip,[height,hname,hinfo] in ipList.items():
223 c.showTextAtPoint(pageRect.origin.x + 2 + typesize*8, height*typesize + 2, hname, len(hname))
/external/nist-sip/java/gov/nist/javax/sip/address/
DSipUri.java206 String hname = (String) i.next(); in equals() local
208 String h1 = a.getHeader(hname); in equals()
209 String h2 = b.getHeader(hname); in equals()
216 … Header header1 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h1)); in equals()
217 … Header header2 = headerFactory.createHeader(hname, RFC2396UrlDecoder.decode(h2)); in equals()
/external/nist-sip/java/gov/nist/core/
DHostNameParser.java65 public HostNameParser(String hname) { in HostNameParser() argument
66 this.lexer = new LexerCore("charLexer", hname); in HostNameParser()
/external/valgrind/main/VEX/
Dtest_main.c2010 HChar* hname; in expr2vbits_LDle_WRK() local
2026 hname = "MC_(helperc_LOADV8)"; in expr2vbits_LDle_WRK()
2029 hname = "MC_(helperc_LOADV4)"; in expr2vbits_LDle_WRK()
2032 hname = "MC_(helperc_LOADV2)"; in expr2vbits_LDle_WRK()
2035 hname = "MC_(helperc_LOADV1)"; in expr2vbits_LDle_WRK()
2058 1/*regparms*/, hname, helper, in expr2vbits_LDle_WRK()
2214 HChar* hname = NULL; in do_shadow_STle() local
2248 hname = "MC_(helperc_STOREV8)"; in do_shadow_STle()
2251 hname = "MC_(helperc_STOREV4)"; in do_shadow_STle()
2254 hname = "MC_(helperc_STOREV2)"; in do_shadow_STle()
[all …]
/external/tcpdump/
Daddrtoname.c110 char hname[NI_MAXHOST]; in win32_gethostbyaddr() local
123 hname, sizeof(hname), NULL, 0, 0)) { in win32_gethostbyaddr()
126 strcpy(host.h_name, hname); in win32_gethostbyaddr()
/external/valgrind/main/memcheck/
Dmc_translate.c3834 Char* hname; in expr2vbits_Load_WRK() local
3853 hname = "MC_(helperc_LOADV64le)"; in expr2vbits_Load_WRK()
3856 hname = "MC_(helperc_LOADV32le)"; in expr2vbits_Load_WRK()
3859 hname = "MC_(helperc_LOADV16le)"; in expr2vbits_Load_WRK()
3862 hname = "MC_(helperc_LOADV8)"; in expr2vbits_Load_WRK()
3870 hname = "MC_(helperc_LOADV64be)"; in expr2vbits_Load_WRK()
3873 hname = "MC_(helperc_LOADV32be)"; in expr2vbits_Load_WRK()
3876 hname = "MC_(helperc_LOADV16be)"; in expr2vbits_Load_WRK()
3879 hname = "MC_(helperc_LOADV8)"; in expr2vbits_Load_WRK()
3904 hname, VG_(fnptr_to_fnentry)( helper ), in expr2vbits_Load_WRK()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dtzregts.cpp501 UnicodeString hname = UnicodeString((h<0) ? "GMT-" : "GMT+") + in Test4151406() local
513 … logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec)); in Test4151406()
515 logln(hname + ' ' + count); in Test4151406()
/external/icu4c/test/intltest/
Dtzregts.cpp501 UnicodeString hname = UnicodeString((h<0) ? "GMT-" : "GMT+") + in Test4151406() local
517 … logln(hname + ' ' + (UnicodeString)count + (UnicodeString)" e.g. " + *ids->snext(ec)); in Test4151406()
519 logln(hname + ' ' + count); in Test4151406()
/external/openssh/
Dssh-keygen.c1259 do_print_resource_record(struct passwd *pw, char *fname, char *hname) in do_print_resource_record() argument
1275 export_dns_rr(hname, public, stdout, print_generic); in do_print_resource_record()
/external/v8/src/
Dobjects.cc2138 Handle<String> hname(name); in SetPropertyWithCallbackSetterInPrototypes() local
2146 return self->AddProperty(*hname, *hvalue, attributes, strict_mode); in SetPropertyWithCallbackSetterInPrototypes()
2936 Handle<String> hname(name); in SetPropertyForResult() local
2937 Handle<Object> args[] = { hname, self }; in SetPropertyForResult()