Searched refs:hname (Results 1 – 9 of 9) sorted by relevance
/external/mksh/src/ |
D | histrap.c | 63 static char *hname; /* current name of history file */ variable 552 if (hname && strcmp(hname, name) == 0) in sethistfile() 563 afree(hname, APERM); in sethistfile() 564 hname = NULL; in sethistfile() 698 if ((hname = str_val(global("HISTFILE"))) == NULL) in hist_init() 700 strdupx(hname, hname, APERM); in hist_init() 704 if ((fd = open(hname, O_RDWR|O_CREAT|O_APPEND, 0600)) < 0) in hist_init() 735 if (unlink(hname) /* fails */) in hist_init() 744 rv = unlink(hname); in hist_init() 750 " - %s", hname, strerror(errno)); in hist_init() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPHeader.java | 53 protected SIPHeader(String hname) { in SIPHeader() argument 54 headerName = hname; in SIPHeader()
|
D | SIPHeaderList.java | 76 protected SIPHeaderList(Class<HDR> objclass, String hname) { in SIPHeaderList() argument 78 this.headerName = hname; in SIPHeaderList()
|
/external/bluetooth/hcidump/src/ |
D | hcidump.c | 656 char hname[100], hport[10]; in wait_connection() local 717 hname, sizeof(hname), in wait_connection() 722 hname, hport, snap_len, parser.filter); in wait_connection() 756 hname, sizeof(hname), in wait_connection() 761 hname, hport, snap_len, parser.filter); in wait_connection()
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | SipUri.java | 206 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/ |
D | HostNameParser.java | 65 public HostNameParser(String hname) { in HostNameParser() argument 66 this.lexer = new LexerCore("charLexer", hname); in HostNameParser()
|
/external/tcpdump/ |
D | addrtoname.c | 110 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/ |
D | mc_translate.c | 3345 Char* hname; in expr2vbits_Load_WRK() local 3364 hname = "MC_(helperc_LOADV64le)"; in expr2vbits_Load_WRK() 3367 hname = "MC_(helperc_LOADV32le)"; in expr2vbits_Load_WRK() 3370 hname = "MC_(helperc_LOADV16le)"; in expr2vbits_Load_WRK() 3373 hname = "MC_(helperc_LOADV8)"; in expr2vbits_Load_WRK() 3381 hname = "MC_(helperc_LOADV64be)"; in expr2vbits_Load_WRK() 3384 hname = "MC_(helperc_LOADV32be)"; in expr2vbits_Load_WRK() 3387 hname = "MC_(helperc_LOADV16be)"; in expr2vbits_Load_WRK() 3390 hname = "MC_(helperc_LOADV8)"; in expr2vbits_Load_WRK() 3415 hname, VG_(fnptr_to_fnentry)( helper ), in expr2vbits_Load_WRK() [all …]
|
/external/icu4c/test/intltest/ |
D | tzregts.cpp | 501 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()
|