Home | History | Annotate | Download | only in heap_find

Lines Matching refs:cstr

673     usage = "usage: %prog [options] <CSTR> [CSTR ...]"
701 options.type = 'cstr'
726 const char *cstr;
735 if ((int)memcmp(s, info->cstr, info->cstr_len) == 0) {
747 const char *cstr = "%s";
748 callback_baton_t baton = { range_callback, 0, {0}, cstr, (unsigned)strlen(cstr) };'''
758 for cstr in args:
759 user_init_code = user_init_code_format % (options.max_matches, cstr)
761 arg_str_description = 'malloc block containing "%s"' % cstr