Home
last modified time | relevance | path

Searched refs:tempstring (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/unbound/ipsecmod/
H A Dipsecmod.c253 char str[65535], *s, *tempstring; in call_hook() local
275 tempstring = sldns_wire2str_dname(qstate->qinfo.qname, in call_hook()
277 if(!tempstring) { in call_hook()
281 if(!domainname_has_safe_characters(tempstring, strlen(tempstring))) { in call_hook()
283 free(tempstring); in call_hook()
286 w += sldns_str_print(&s, &slen, "\"%s\"", tempstring); in call_hook()
287 free(tempstring); in call_hook()
349 tempstring = s; tempstring_len = slen; in call_hook()
355 s = tempstring; sle in call_hook()
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c489 char *tempstring = name; in record_minimal_symbol() local
490 if (tempstring[0] == bfd_get_symbol_leading_char (objfile->obfd)) in record_minimal_symbol()
491 ++tempstring; in record_minimal_symbol()
492 if (is_vtable_name (tempstring)) in record_minimal_symbol()
2504 const char *tempstring = namestring; in read_ofile_symtab() local
2510 if (tempstring[0] == bfd_get_symbol_leading_char (symfile_bfd)) in read_ofile_symtab()
2511 ++tempstring; in read_ofile_symtab()
2512 if (DEPRECATED_STREQN (tempstring, "__gnu_compiled", 14)) in read_ofile_symtab()
H A DChangeLog-19945359 * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstring