Home
last modified time | relevance | path

Searched refs:BLI_path_slash_rfind (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dpath_util.c87 const char *const lslash = BLI_path_slash_rfind(string); in BLI_path_sequence_decode()
583 lslash = BLI_path_slash_rfind(temp); in BLI_path_rel()
776 char *file = (char *)BLI_path_slash_rfind(path); in ensure_digits()
851 char *file = (char *)BLI_path_slash_rfind(path); in BLI_path_frame_get()
907 char *file = (char *)BLI_path_slash_rfind(path); in BLI_path_frame_strip()
1075 lslash = BLI_path_slash_rfind(base); in BLI_path_abs()
1368 lslash = (char *)BLI_path_slash_rfind(string); in BLI_make_file_string()
1618 char *c = (char *)BLI_path_slash_rfind(filepath); in BLI_path_filename_ensure()
1641 const char *lslash_str = BLI_path_slash_rfind(string); in BLI_split_dirfile()
1850 const char *const filename = BLI_path_slash_rfind(path); in BLI_path_basename()
[all …]
H A Dfileops.c572 if (BLI_path_slash_rfind(str) == (str + strlen(str) - 1)) {
573 if (BLI_path_slash_rfind(file) != NULL) {
574 strcat(str, BLI_path_slash_rfind(file) + 1);
604 if (BLI_path_slash_rfind(str) == (str + strlen(str) - 1)) { in BLI_copy()
605 if (BLI_path_slash_rfind(file) != NULL) { in BLI_copy()
606 strcat(str, BLI_path_slash_rfind(file) + 1); in BLI_copy()
662 lslash = (char *)BLI_path_slash_rfind(tmp); in BLI_dir_create_recursive()
1284 filename = BLI_path_slash_rfind(str); in check_destination()
1359 lslash = (char *)BLI_path_slash_rfind(tmp); in BLI_dir_create_recursive()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_buttons/
H A Dbuttons_ops.c233 char *const lslash = (char *)BLI_path_slash_rfind(str); in file_browse_exec()
304 char *lslash = (char *)BLI_path_slash_rfind(str); in file_browse_invoke()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_path_util.h58 const char *BLI_path_slash_rfind(const char *string) ATTR_NONNULL() ATTR_WARN_UNUSED_RESULT;
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dappdir.c815 else if (BLI_path_slash_rfind(name)) { in where_am_i()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_clip/
H A Dclip_buttons.c900 file = BLI_path_slash_rfind(filepath); in uiTemplateMovieclipInformation()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfilelist.c649 char *sep = (char *)BLI_path_slash_rfind(filename); in is_hidden_dot_filename()
668 sep = (char *)BLI_path_slash_rfind(tmp_filename); in is_hidden_dot_filename()
2451 lslash = (char *)BLI_path_slash_rfind(buf); in groupname_to_code()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_image/
H A Dimage_buttons.c1276 const char *filename = BLI_path_slash_rfind(ibuf->name); in uiTemplateImageInfo()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_files.c2425 lslash = (char *)BLI_path_slash_rfind(path); in wm_open_mainfile_check()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c1702 while ((slash = (char *)BLI_path_slash_rfind(r_dir))) { in BLO_library_path_explode()