Home
last modified time | relevance | path

Searched refs:r_str_pad (Results 1 – 19 of 19) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_help.c439 char *s = strdup (r_str_pad (' ', msglen)); in r_core_clippy()
443 l = strdup (r_str_pad ('-', msglen)); in r_core_clippy()
446 l = strdup (r_str_pad ('-', msglen)); in r_core_clippy()
452 l = strdup (r_str_pad ('-', msglen)); in r_core_clippy()
873 const char *pad = r_str_pad (' ', 6 - strlen (vars[i])); in cmd_help()
H A Dcmd_flag.c258 r_cons_printf ("%s %s\n", r_str_pad (' ', prefix_len), fn + prefix_len); in __printRecursive()
337 const char *halfpad = r_str_pad (' ', padsize); in cmd_fz()
343 const char *halfpad = padsize > 1? r_str_pad (' ', padsize): ""; in cmd_fz()
H A Dvisual_tabs.inc53 str = r_str_append (str, r_str_pad ('_', n));
H A Dcmd_cmp.c517 const char *extra = r_str_pad (' ', strlen (n) - 10); in __core_cmp_bits()
H A Dcmd_print.c6980 const char *pad = r_str_pad (' ', sz - sz2 + label_padding); in r_print_offset_sg()
6987 const char *pad = r_str_pad (' ', sz + label_padding); in r_print_offset_sg()
6991 const char *pad = r_str_pad (' ', sz - sz2); in r_print_offset_sg()
7026 const char *pad = r_str_pad (' ', sz - 5 - sz2 - 3); in r_print_offset_sg()
H A Dvmenus.c172 char *pas = strdup (r_str_pad (' ', wp ? wp + 1: 0)); in r_core_visual_esil()
184 const char *pad = r_str_pad ('-', wp2 - ((wp > 0)? wp + 1: 0)); in r_core_visual_esil()
H A Dpanels.c693 char *white = (char*)r_str_pad (' ', 128); in __update_help_contents()
757 char *white = (char*)r_str_pad (' ', 128); in __update_panel_contents()
847 char *white = (char*)r_str_pad (' ', 128); in __update_pdc_contents()
H A Dcmd_anal.c1251 const char *pad = r_str_pad (' ', 10 - strlen (p->name)); in __cmd_afvf()
1260 const char *pad = r_str_pad (' ', 10 - strlen (p->name)); in __cmd_afvf()
6803 const char *pad = r_str_pad (' ', 16 - strlen (ptr)); in cmd_anal_opcode()
H A Dagraph.c431 const char *pad = r_str_pad ('#', n->w); in normal_RANode_print()
H A Ddisasm.c3259 const char *pad = r_str_pad (' ', 8 - strlen (optype)); in ds_print_optype()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dasn1.c178 const char *pad = r_str_pad (' ', (depth * 2) - 2); in r_asn1_print_hex()
194 const char *pad = r_str_pad (' ', (depth * 2) - 2); in r_asn1_print_padded()
229 pad = r_str_pad (' ', depth * 2); in r_asn1_print_hexdump_padded()
H A Dprint.c457 white = r_str_pad (' ', 9 - strlen (space)); in r_print_addr()
478 white = r_str_pad (' ', w); in r_print_addr()
H A Dstr.c3214 R_API const char *r_str_pad(const char ch, int sz) { in r_str_pad() function
3757 char *linetext = (char*)r_str_pad (' ', w); in r_str_scale()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dreflines.c307 const char *pd = r_str_pad (' ', pos - level - 1); in add_spaces()
318 const char *pd = r_str_pad (ch, sz - 1); in fill_level()
H A Dflirt.c501 anal->cb_printf ("%s", r_str_pad (' ', indent)); in print_indentation()
H A Dsign.c1947 const char *pad = r_str_pad (' ', 30 - strlen (it->name)); in listCB()
/dports/devel/radare2/radare2-5.1.1/libr/flag/
H A Dzones.c172 eprintf ("%s%s %s\n", name, r_str_pad (' ', 10 - strlen (name)), from_to); in cb_list()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h55 R_API const char *r_str_pad(const char ch, int len);
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Ddietline.c492 const char *pad = r_str_pad (' ', 32 - strlen (I.history.data[i])); in r_line_hist_list()
585 printf ("%s\n", r_str_pad('\n', sel_widget->h)); in selection_widget_draw()