Home
last modified time | relevance | path

Searched refs:file_tool (Results 1 – 7 of 7) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A DMakefile15 file_tool: file_tool.o file_tool.h fields.o fields.h target
17 $(CC) -o file_tool file_tool.o fields.o ../ge4_header.o -lm
H A DAFNI.changes.rickr51 * added rickr/file_tool.[ch]
53 (note that file_tool will not yet be built automatically)
68 * modified Makefile.INCLUDE to build file_tool automatically
156 * modified rickr/file_tool.[ch]: added '-quiet' option
172 * file_tool 1.3 - added interface for GEMS 4.x image files
175 o modified file_tool.[ch] - interface to ge4
190 * file_tool version 2.0 : added ge4 study header info
191 o modified ge4_header.[ch] rickr/file_tool.[ch]
1027 - vol2surf.[ch] rickr/3dresample.c rickr/file_tool.[ch]
2073 29 Jun 2007: file_tool can work with ANALYZE headers
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@ScriptCheck22 set lt = `file_tool -show_file_type -infiles $ff`
51 file_tool -show_file_type -infiles ${ff}
H A D@update.afni.binaries369 $prog -package linux_openmp_64 -programs file_tool python_scripts/*.py
/dports/science/afni/afni-AFNI_21.3.16/src/discoraj/ClusterExplorer/
H A D@ClustExp_CatLab58 file_tool -overwrite -show_file_type -show_bad_char -infiles $LabelFile \
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-browser.c394 GtkWidget *file_tool; in gth_browser_update_title() local
397 file_tool = gth_toolbox_get_active_tool (GTH_TOOLBOX (toolbox)); in gth_browser_update_title()
2395 GtkWidget *file_tool; in _gth_browser_update_header_bar_content() local
2398 file_tool = gth_toolbox_get_active_tool (GTH_TOOLBOX (toolbox)); in _gth_browser_update_header_bar_content()
2968 GtkWidget *file_tool; in toolbox_options_visibility_cb() local
2976 file_tool = gth_toolbox_get_active_tool (toolbox); in toolbox_options_visibility_cb()
2977 if (file_tool != NULL) in toolbox_options_visibility_cb()
6950 GtkWidget *file_tool; in gth_browser_apply_editor_changes() local
6953 file_tool = gth_toolbox_get_active_tool (GTH_TOOLBOX (toolbox)); in gth_browser_apply_editor_changes()
6954 if (file_tool != NULL) in gth_browser_apply_editor_changes()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A DMakefile.INCLUDE133 dicom_hdr 3dDespike dicom_to_raw file_tool rotcom 1ddot 1dsvd 2dcat
192 dicom_to_raw file_tool rotcom 3dWarp nicat 3dSpatNorm 3dWarpDrive \
232 dicom_to_raw rotcom 3dWarp 3dWarpDrive file_tool 3dresample \
3133 file_tool: ge4_header.o rickr/file_tool.c
3135 $(MAKE) file_tool 'RM=$(RM)' 'CC=$(CC)' 'IFLAGS=$(ISFLAGS)' \
3137 $(MV) file_tool .. ; )