Home
last modified time | relevance | path

Searched refs:r_str_word_get0 (Results 1 – 23 of 23) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/io/p/
H A Dio_self.c356 const char *sym = r_str_word_get0 (argv, 0); in __system()
385 ut64 a0 = r_num_math (NULL, r_str_word_get0 (argv, 1)); in __system()
386 ut64 a1 = r_num_math (NULL, r_str_word_get0 (argv, 2)); in __system()
395 ut64 a0 = r_num_math (NULL, r_str_word_get0 (argv, 1)); in __system()
396 ut64 a1 = r_num_math (NULL, r_str_word_get0 (argv, 2)); in __system()
397 ut64 a2 = r_num_math (NULL, r_str_word_get0 (argv, 3)); in __system()
406 ut64 a0 = r_num_math (NULL, r_str_word_get0 (argv, 1)); in __system()
407 ut64 a1 = r_num_math (NULL, r_str_word_get0 (argv, 2)); in __system()
408 ut64 a2 = r_num_math (NULL, r_str_word_get0 (argv, 3)); in __system()
409 ut64 a3 = r_num_math (NULL, r_str_word_get0 (argv, 4)); in __system()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/syscall/
H A Dsyscall.c165 si->swi = (int)r_num_get (NULL, r_str_word_get0 (o, 0)); in r_syscall_item_new_from_string()
166 si->num = (int)r_num_get (NULL, r_str_word_get0 (o, 1)); in r_syscall_item_new_from_string()
167 si->args = (int)r_num_get (NULL, r_str_word_get0 (o, 2)); in r_syscall_item_new_from_string()
175 strncpy (si->sargs, r_str_word_get0 (o, 3), si->args); in r_syscall_item_new_from_string()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dutype.c212 const char *name = r_str_word_get0 (members, i); in r_type_get_struct_memb()
226 cur_offset = r_num_math (NULL, r_str_word_get0 (subtype, len - 2)); in r_type_get_struct_memb()
239 int arrsz = r_num_math (NULL, r_str_word_get0 (subtype, len - 1)); in r_type_get_struct_memb()
248 char *nested_type = (char *)r_str_word_get0 (subtype, 0); in r_type_get_struct_memb()
255 nested_type = (char *)r_str_word_get0 (nested_type, 1); in r_type_get_struct_memb()
259 res = r_str_newf ("%s.%s.%s", type, name, r_str_word_get0 (nested_res, len - 1)); in r_type_get_struct_memb()
H A Dformat.c1673 wordAtIndex = r_str_word_get0 (args, idx); in r_print_format_struct_size()
2008 const char *tmp = r_str_word_get0 (args, i); in r_print_format()
2141 oarg = fieldname = strdup (r_str_word_get0 (args, idx)); in r_print_format()
H A Dstr.c483 p = (char *)r_str_word_get0 (stra, idx); in r_str_word_get0set()
525 R_API const char *r_str_word_get0(const char *str, int idx) { in r_str_word_get0() function
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_open.c314 tmp = r_str_word_get0 (v, 0); in cmd_open_bin()
318 tmp = r_str_word_get0 (v, 1); in cmd_open_bin()
580 name = r_str_word_get0 (s, 5); in cmd_om()
583 rwx = r_str_rwx (r_str_word_get0 (s, 4)); in cmd_om()
587 paddr = r_num_math (core->num, r_str_word_get0 (s, 3)); in cmd_om()
590 size = r_num_math (core->num, r_str_word_get0 (s, 2)); in cmd_om()
593 vaddr = r_num_math (core->num, r_str_word_get0 (s, 1)); in cmd_om()
596 fd = r_num_math (core->num, r_str_word_get0 (s, 0)); in cmd_om()
1414 filename = r_str_word_get0 (ptr, 2); in cmd_open()
1416 bits = r_num_math (core->num, r_str_word_get0 (ptr, 1)); in cmd_open()
[all …]
H A Dcmd_anal.c2725 ptr2 = r_str_word_get0 (ptr, 6); in cmd_afbplus()
2737 fail = r_num_math (core->num, r_str_word_get0 (ptr, 4)); in cmd_afbplus()
2739 jump = r_num_math (core->num, r_str_word_get0 (ptr, 3)); in cmd_afbplus()
2741 size = r_num_math (core->num, r_str_word_get0 (ptr, 2)); in cmd_afbplus()
2743 addr = r_num_math (core->num, r_str_word_get0 (ptr, 1)); in cmd_afbplus()
3478 ptr2 = r_str_word_get0 (ptr, 3); in cmd_anal_fcn()
3490 ptr2 = r_str_word_get0 (ptr, 2); in cmd_anal_fcn()
3501 name = r_str_word_get0 (ptr, 1); in cmd_anal_fcn()
8021 const char *arch = r_str_word_get0 (ptr, 0); in cmd_anal_hint()
8045 r_num_math (core->num, r_str_word_get0 (ptr, 1)); in cmd_anal_hint()
[all …]
H A Dcmd_debug.c565 const char *sysnumstr = r_str_word_get0 (str, i); in cmd_debug_cont_syscall()
1624 symname = r_str_word_get0 (ptr, 1); in cmd_debug_map()
1627 a0 = r_str_word_get0 (ptr, 0); in cmd_debug_map()
1630 libname = r_str_word_get0 (ptr, 0); in cmd_debug_map()
1733 sectname = r_str_word_get0 (ptr, 1); in cmd_debug_map()
1737 const char *a0 = r_str_word_get0 (ptr, 0); in cmd_debug_map()
1743 libname = r_str_word_get0 (ptr, 0); in cmd_debug_map()
2554 #define arg(x) r_str_word_get0(s,x) in cmd_debug_reg()
3000 showreg (core, r_str_word_get0 (args, i)); in cmd_debug_reg()
3307 #define DB_ARG(x) r_str_word_get0(str, x)
[all …]
H A Dcmd_zign.c390 zigname = r_str_word_get0 (args, 1); in cmdAdd()
392 fcnname = r_str_word_get0 (args, 0); in cmdAdd()
H A Drtr_http.c213 allows_host = r_str_word_get0 (allows, i); in r_core_rtr_http_run()
H A Dcmd_help.c1004 portions[i] = r_num_math (core->num, r_str_word_get0 (arg, i)); in cmd_help()
H A Dcconfig.c156 r_cons_println (r_str_word_get0 (c, i)); in rasm2_list()
540 const char *word = r_str_word_get0 (c, i); in update_asmcpu_options()
833 const char *feature = r_str_word_get0 (features, i); in update_asmfeatures_options()
H A Dcmd_api.c870 const char *word = r_str_word_get0 (arg, w); in r_cmd_macro_cmd_args()
H A Dcmd.c2952 char *eq, *kv = (char *)r_str_word_get0 (s, i); in parse_tmp_evals()
4702 ut64 from = r_num_math (core->num, r_str_word_get0 (str, 0)); in r_core_cmd_foreach()
4703 ut64 to = r_num_math (core->num, r_str_word_get0 (str, 1)); in r_core_cmd_foreach()
4704 ut64 step = r_num_math (core->num, r_str_word_get0 (str, 2)); in r_core_cmd_foreach()
H A Dcore.c1310 input = r_str_new (r_str_word_get0 (args, narg)); in autocompleteFilename()
1344 const char *arg = r_str_word_get0 (fmt, i); in autocomplete_pfele()
H A Dpanels.c506 const char *base = r_str_word_get0 (tmp, 0); in __check_panel_type()
4503 const char *s = r_str_word_get0 (panel->model->cmd, i); in __print_stack_cb()
4530 const char *s = r_str_word_get0 (panel->model->cmd, i); in __print_hexdump_cb()
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Deditor.c15 strncpy (I->line->buffer.data, r_str_word_get0 (lines, _n), in setnewline()
H A Dgrep.c438 ca = (colsa > sorted_column)? r_str_word_get0 (da, sorted_column): ""; in cmp()
439 cb = (colsb > sorted_column)? r_str_word_get0 (db, sorted_column): ""; in cmp()
/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_str.c176 const char* hello = r_str_word_get0 (hi, 0); in test_r_str_tokenize()
177 const char* world = r_str_word_get0 (hi, 1); in test_r_str_tokenize()
/dports/devel/radare2/radare2-5.1.1/libr/asm/
H A Dasm.c131 const char *word = r_str_word_get0 (input, i); in r_asm_pseudo_byte()
176 size_t skip = (size_t)r_num_math (NULL, r_str_word_get0 (input, 1)); in r_asm_pseudo_incbin()
177 size_t count = (size_t)r_num_math (NULL,r_str_word_get0 (input, 2)); in r_asm_pseudo_incbin()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dsign.c198 r_list_append (list, r_str_new (r_str_word_get0 (scratch, i))); in do_reflike_sig()
229 if (strcmp (r_str_word_get0 (k2, 0), "zign")) { in r_sign_deserialize()
235 it->space = r_spaces_add (&a->zign_spaces, r_str_word_get0 (k2, 1)); in r_sign_deserialize()
236 it->name = r_str_new (r_str_word_get0 (k2, 2)); in r_sign_deserialize()
245 const char *word = r_str_word_get0 (v2, w); in r_sign_deserialize()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h130 R_API const char *r_str_word_get0(const char *str, int idx);
/dports/devel/radare2/radare2-5.1.1/libr/main/
H A Drasm2.c198 printf ("%s\n", r_str_word_get0 (c, i)); in rasm2_list()