Home
last modified time | relevance | path

Searched refs:in_path_conformed (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/libretro/libretro-common/file/
H A Dfile_path.c1156 char in_path_conformed[PATH_MAX_LENGTH]; in fill_pathname_abbreviated_or_relative() local
1163 in_path_conformed[0] = '\0'; in fill_pathname_abbreviated_or_relative()
1170 strcpy_literal(in_path_conformed, in_path); in fill_pathname_abbreviated_or_relative()
1173 pathname_conform_slashes_to_os(in_path_conformed); in fill_pathname_abbreviated_or_relative()
1178 in_path_conformed, sizeof(expanded_path)); in fill_pathname_abbreviated_or_relative()
1185 in_refpath_conformed, in_path_conformed, PATH_MAX_LENGTH); in fill_pathname_abbreviated_or_relative()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/file/
H A Dfile_path.c1156 char in_path_conformed[PATH_MAX_LENGTH]; in fill_pathname_abbreviated_or_relative() local
1163 in_path_conformed[0] = '\0'; in fill_pathname_abbreviated_or_relative()
1169 strcpy_literal(in_path_conformed, in_path); in fill_pathname_abbreviated_or_relative()
1172 pathname_conform_slashes_to_os(in_path_conformed); in fill_pathname_abbreviated_or_relative()
1177 in_path_conformed, sizeof(expanded_path)); in fill_pathname_abbreviated_or_relative()
1184 in_refpath_conformed, in_path_conformed, PATH_MAX_LENGTH); in fill_pathname_abbreviated_or_relative()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/file/
H A Dfile_path.c1156 char in_path_conformed[PATH_MAX_LENGTH]; in fill_pathname_abbreviated_or_relative() local
1163 in_path_conformed[0] = '\0'; in fill_pathname_abbreviated_or_relative()
1169 strcpy_literal(in_path_conformed, in_path); in fill_pathname_abbreviated_or_relative()
1172 pathname_conform_slashes_to_os(in_path_conformed); in fill_pathname_abbreviated_or_relative()
1177 in_path_conformed, sizeof(expanded_path)); in fill_pathname_abbreviated_or_relative()
1184 in_refpath_conformed, in_path_conformed, PATH_MAX_LENGTH); in fill_pathname_abbreviated_or_relative()