Home
last modified time | relevance | path

Searched refs:r_str_endswith (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/radare2/radare2-5.1.1/libr/main/
H A Drax2.c224 } else if (r_str_endswith (str, "f")) { in rax()
611 } else if (r_str_endswith (str, "d")) { in rax()
615 } else if (r_str_endswith (str, "f")) { in rax()
617 } else if (r_str_endswith (str, "dt")) { in rax()
H A Dradare2.c306 if ((r_str_endswith (tmp, "truecolor") || r_str_endswith (tmp, "24bit"))) { in set_color_default()
314 if (r_str_endswith (tmp, "truecolor") || r_str_endswith (tmp, "24bit")) { in set_color_default()
316 } else if (r_str_endswith (tmp, "256color")) { in set_color_default()
875 if (r_str_endswith (complete_path, "gz")) { in r_main_radare2()
/dports/devel/radare2/radare2-5.1.1/libr/lang/p/
H A Dlib.c21 if (!r_str_endswith (libpath, R_LIB_EXT)) { in lang_lib_file_run()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dproject.c16 if (r_str_endswith (name, ".zip")) { in is_valid_project_name()
83 if (r_str_endswith (path, R_SYS_DIR "rc.r2") && r_file_exists (path)) { in r_core_is_project()
234 if (r_str_endswith (prjfile, R_SYS_DIR "rc.r2")) { in load_project_rop()
641 if (r_str_endswith (script_path, R_SYS_DIR "rc.r2")) { in r_core_project_save()
H A Dlibs.c50 if (r_str_endswith (user_path, arg)) { in CB_COPY()
H A Danal_tp.c126 if (r_str_endswith (r_strbuf_get (sb), "*")) { // type * => type ** in __var_retype()
371 sdb_fmt ("%s%s%s", type, r_str_endswith (type, "*") ? "" : " ", name)); in type_match()
H A Dcmd_eval.c652 if (r_str_endswith (input, ".")) { in cmd_eval()
H A Drtr.c747 if (r_str_endswith (s, uris[i].name)) { in r_core_rtr_add()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dvtable.c94 r_str_endswith (section->name, "__const"); in vtable_section_can_contain_vtables()
106 r_str_endswith (section->name, "__const"); in section_can_contain_rtti()
H A Drtti_itanium.c480 r_str_endswith (section->name, "__const"); in can_section_contain_rtti_vpointer()
H A Dfcn.c748 if (r_str_startswith (name, "try.") && r_str_endswith (name, ".from")) { in fcn_recurse()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dlib.c181 return r_str_endswith (file, "." R_LIB_EXT); in __lib_dl_check_filename()
H A Dutype.c249 if (r_str_startswith (nested_type, "struct ") && !r_str_endswith (nested_type, " *")) { in r_type_get_struct_memb()
H A Dsys.c914 r_str_endswith (err, "\n") ? "" : "\n"); in r_sys_perror_str()
H A Dfile.c289 if (!r_str_endswith (bin, ".exe")) { in r_file_path()
H A Dstr.c3265 R_API bool r_str_endswith(const char *str, const char *needle) { in r_str_endswith() function
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h222 R_API bool r_str_endswith(const char *str, const char *needle);
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/arm/
H A Darmass.c458 if (!str || !*str || !r_str_endswith (str, "!")) { in getnumbang()
719 if (!input || (strlen (input) < 2) || (*input != '[') || !r_str_endswith (input, "]")) { in getregmemstartend()
734 if (!input || !*input || !r_str_endswith (input, "]")) { in getregmemend()
750 if (!input || (strlen (input) < 2) || (*input != '{') || !r_str_endswith (input, "}")) { in getreglist()
768 if (!input || !*input || !r_str_endswith (input, "]")) { in getnummemend()
785 …if (!input || (strlen (input) < 2) || (input[strlen(input) - 2] != ']' || !r_str_endswith (input, … in getnummemendbang()
801 if (!input || !*input || !r_str_endswith (input, "!")) { in getregmembang()
949 if (!input || !*input || !r_str_endswith (input, "]")) { in getshiftmemend()
/dports/devel/radare2/radare2-5.1.1/binr/r2r/
H A Dload.c616 bool is_archos_folder = !strcmp (path, "archos") || r_str_endswith (path, R_SYS_DIR"archos"); in database_load()
H A Dr2r.c632 if (r_str_startswith (line, "@@ ") && r_str_endswith (line, " @@")) { in print_diff()
H A Drun.c1132 if (r_str_endswith (test->file, "/swift_read")) { in r2r_run_fuzz_test()
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dgrep.c372 if (len > 4 && r_str_endswith (p1, "~?") && p1[len - 3] != '\\') { in preprocess_filter_expr()
/dports/devel/radare2/radare2-5.1.1/libr/config/
H A Dconfig.c599 if (r_str_endswith (name, ".")) { in __evalString()
/dports/devel/radare2/radare2-5.1.1/libr/bin/p/
H A Dbin_elf.inc463 if (r_str_endswith (symbol[i].name, "_init")) {
H A Dbin_dex.c2117 && r_str_endswith (filename, ".dex"); in is_classes_dex()

12