Searched refs:tempstring (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/unbound/ipsecmod/ |
| HD | ipsecmod.c | 242 char str[65535], *s, *tempstring; in call_hook() local 264 tempstring = sldns_wire2str_dname(qstate->qinfo.qname, in call_hook() 266 if(!tempstring) { in call_hook() 270 if(!domainname_has_safe_characters(tempstring, strlen(tempstring))) { in call_hook() 272 free(tempstring); in call_hook() 275 w += sldns_str_print(&s, &slen, "\"%s\"", tempstring); in call_hook() 276 free(tempstring); in call_hook() 338 tempstring = s; tempstring_len = slen; in call_hook() 344 s = tempstring; slen = tempstring_len; in call_hook() 347 tempstring, tempstring_len - slen)) { in call_hook()
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | minsyms.c | 596 const char *tempstring = name; in prim_record_minimal_symbol_and_info() local 597 if (tempstring[0] == get_symbol_leading_char (objfile->obfd)) in prim_record_minimal_symbol_and_info() 598 ++tempstring; in prim_record_minimal_symbol_and_info() 599 if (strncmp (tempstring, "__gnu_compiled", 14) == 0) in prim_record_minimal_symbol_and_info()
|
| HD | dbxread.c | 490 char *tempstring = name; in record_minimal_symbol() local 491 if (tempstring[0] == bfd_get_symbol_leading_char (objfile->obfd)) in record_minimal_symbol() 492 ++tempstring; in record_minimal_symbol() 493 if (is_vtable_name (tempstring)) in record_minimal_symbol() 2511 const char *tempstring = namestring; in read_ofile_symtab() local 2517 if (tempstring[0] == bfd_get_symbol_leading_char (symfile_bfd)) in read_ofile_symtab() 2518 ++tempstring; in read_ofile_symtab() 2519 if (DEPRECATED_STREQN (tempstring, "__gnu_compiled", 14)) in read_ofile_symtab()
|