HomeSort by: relevance | last modified time | path
    Searched defs:tempstring (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod.c 253 char str[65535], *s, *tempstring; local
275 tempstring = sldns_wire2str_dname(qstate->qinfo.qname,
277 if(!tempstring) {
281 if(!domainname_has_safe_characters(tempstring, strlen(tempstring))) {
283 free(tempstring);
286 w += sldns_str_print(&s, &slen, "\"%s\"", tempstring);
287 free(tempstring);
349 tempstring = s; tempstring_len = slen;
355 s = tempstring; slen = tempstring_len
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 863 const char *tempstring = namestring;
869 if (*tempstring != '\0'
870 && *tempstring == bfd_get_symbol_leading_char (objfile->obfd.get ()))
871 ++tempstring;
872 if (startswith (tempstring, "__gnu_compiled"))
1122 const char *tempstring = name;
1124 if (*tempstring != '\0'
1125 && *tempstring == bfd_get_symbol_leading_char (objfile->obfd.get ()))
1126 ++tempstring;
1127 if (is_vtable_name (tempstring))
860 const char *tempstring = namestring; local
1119 const char *tempstring = name; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 863 const char *tempstring = namestring;
869 if (*tempstring != '\0'
870 && *tempstring == bfd_get_symbol_leading_char (objfile->obfd.get ()))
871 ++tempstring;
872 if (startswith (tempstring, "__gnu_compiled"))
1122 const char *tempstring = name;
1124 if (*tempstring != '\0'
1125 && *tempstring == bfd_get_symbol_leading_char (objfile->obfd.get ()))
1126 ++tempstring;
1127 if (is_vtable_name (tempstring))
860 const char *tempstring = namestring; local
1119 const char *tempstring = name; local
    [all...]

Completed in 52 milliseconds