Home
last modified time | relevance | path

Searched refs:volume_filename (Results 1 – 14 of 14) sorted by relevance

/dports/science/minc2/minc-release-2.2.00/volume_io/MNI_formats/
H A Dgen_xf_io.c80 STRING volume_filename, base_filename, prefix_filename; in output_one_transform() local
193 (void) output_volume( volume_filename, in output_one_transform()
199 delete_string( volume_filename ); in output_one_transform()
533 if( mni_input_string( file, &volume_filename, in input_one_transform()
539 delete_string( volume_filename ); in input_one_transform()
545 if( volume_filename[0] != '/' && filename != NULL ) in input_one_transform()
552 concat_to_string( &tmp_filename, volume_filename ); in input_one_transform()
553 replace_string( &volume_filename, tmp_filename ); in input_one_transform()
564 if( input_volume( volume_filename, 4, NULL, in input_one_transform()
568 delete_string( volume_filename ); in input_one_transform()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/MNI_formats/
H A Dgen_xf_io.c82 VIO_STR volume_filename, base_filename, prefix_filename; in output_one_transform() local
186 sprintf( volume_filename, "%s_grid_%d.mnc", prefix_filename, in output_one_transform()
189 transform->displacement_volume_file = volume_filename; in output_one_transform()
551 if( mni_input_string( file, &volume_filename, in input_one_transform()
557 delete_string( volume_filename ); in input_one_transform()
563 if( volume_filename[0] != '/' && filename != NULL ) in input_one_transform()
570 concat_to_string( &tmp_filename, volume_filename ); in input_one_transform()
571 replace_string( &volume_filename, tmp_filename ); in input_one_transform()
583 if( input_volume( volume_filename, 4, NULL, in input_one_transform()
587 delete_string( volume_filename ); in input_one_transform()
[all …]
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-command-rar.c433 char *volume_filename; in process_line__add() local
436 volume_filename = g_strdup (archive_filename); in process_line__add()
437 volume_filename[strlen (volume_filename) - 5] = '1'; in process_line__add()
438 volume_file = g_file_new_for_path (volume_filename); in process_line__add()
442 g_free (volume_filename); in process_line__add()
703 char *volume_filename; in fr_command_rar_handle_error() local
708 volume_filename = g_path_get_basename (line + strlen ("Cannot find volume ")); in fr_command_rar_handle_error()
709 …error = g_error_new (FR_ERROR, error->status, _("Could not find the volume: %s"), volume_filename); in fr_command_rar_handle_error()
710 g_free (volume_filename); in fr_command_rar_handle_error()
H A Dfr-command-7z.c295 char *volume_filename; in process_line__add() local
298 volume_filename = g_strconcat (comm->filename, ".001", NULL); in process_line__add()
299 volume_file = g_file_new_for_path (volume_filename); in process_line__add()
303 g_free (volume_filename); in process_line__add()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-command-rar.c433 char *volume_filename; in process_line__add() local
436 volume_filename = g_strdup (archive_filename); in process_line__add()
437 volume_filename[strlen (volume_filename) - 5] = '1'; in process_line__add()
438 volume_file = g_file_new_for_path (volume_filename); in process_line__add()
442 g_free (volume_filename); in process_line__add()
703 char *volume_filename; in fr_command_rar_handle_error() local
708 volume_filename = g_path_get_basename (line + strlen ("Cannot find volume ")); in fr_command_rar_handle_error()
709 …error = g_error_new (FR_ERROR, error->status, _("Could not find the volume: %s"), volume_filename); in fr_command_rar_handle_error()
710 g_free (volume_filename); in fr_command_rar_handle_error()
H A Dfr-command-7z.c295 char *volume_filename; in process_line__add() local
298 volume_filename = g_strconcat (comm->filename, ".001", NULL); in process_line__add()
299 volume_file = g_file_new_for_path (volume_filename); in process_line__add()
303 g_free (volume_filename); in process_line__add()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-command-rar.c477 char *volume_filename; in process_line__add() local
480 volume_filename = g_strdup (archive_filename); in process_line__add()
481 volume_filename[strlen (volume_filename) - 5] = '1'; in process_line__add()
482 volume_file = g_file_new_for_path (volume_filename); in process_line__add()
486 g_free (volume_filename); in process_line__add()
757 char *volume_filename = g_path_get_basename (line + strlen ("Cannot find volume ")); in fr_command_rar_handle_error() local
758 …rror_new (FR_ERROR, FR_ERROR_MISSING_VOLUME, _("Could not find the volume: %s"), volume_filename)); in fr_command_rar_handle_error()
760 g_free (volume_filename); in fr_command_rar_handle_error()
H A Dfr-command-7z.c276 char *volume_filename; in process_line__add() local
279 volume_filename = g_strconcat (command->filename, ".001", NULL); in process_line__add()
280 volume_file = g_file_new_for_path (volume_filename); in process_line__add()
284 g_free (volume_filename); in process_line__add()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/Volumes/
H A Dinput_free.c53 VIO_STR volume_filename, abs_volume_filename, slice_filename; in initialize_free_format_input() local
235 status = input_string( file, &volume_filename, (char) ' ' ); in initialize_free_format_input()
236 abs_volume_filename = get_absolute_filename( volume_filename, in initialize_free_format_input()
238 delete_string( volume_filename ); in initialize_free_format_input()
/dports/science/minc2/minc-release-2.2.00/volume_io/Volumes/
H A Dinput_free.c45 STRING volume_filename, abs_volume_filename, slice_filename; in initialize_free_format_input() local
228 status = input_string( file, &volume_filename, (char) ' ' ); in initialize_free_format_input()
229 abs_volume_filename = get_absolute_filename( volume_filename, in initialize_free_format_input()
231 delete_string( volume_filename ); in initialize_free_format_input()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_quobyte.py535 volume_filename = 'volume-%s' % self.VOLUME_UUID
536 volume_path = '%s/%s' % (self.TEST_MNT_POINT, volume_filename)
553 mock_active_image_from_info.return_value = volume_filename
873 volume_filename = 'volume-%s' % self.VOLUME_UUID
899 """ % (self.VOLUME_UUID, self.SNAP_UUID, volume_filename)
/dports/graphics/open3d/Open3D-0.2/src/Visualization/Visualizer/
H A DVisualizerWithEditing.cpp627 std::string volume_filename = filesystem::GetFileNameWithoutExtension( in SaveCroppingResult() local
636 WriteIJsonConvertible(volume_filename, in SaveCroppingResult()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Visualization/Visualizer/
H A DVisualizerWithEditing.cpp627 std::string volume_filename = filesystem::GetFileNameWithoutExtension( in SaveCroppingResult() local
636 WriteIJsonConvertible(volume_filename, in SaveCroppingResult()
/dports/www/trafficserver/trafficserver-9.1.1/doc/release-notes/
H A Dupgrading.en.rst130 * ``proxy.config.cache.volume_filename``