Home
last modified time | relevance | path

Searched refs:mtfile (Results 1 – 12 of 12) sorted by relevance

/dports/math/primme/primme-3.2/tests/COMMON/
H A Dcsr.c39 static int readfullMTX(const char *mtfile, SCALAR **A, int **JA, int **IA, int *m, int *n, int *nnz…
41 static int readUpperMTX(const char *mtfile, double **A, int **JA, int **IA, int *n, int *nnz);
98 static int readfullMTX(const char *mtfile, SCALAR **AA, int **JA, int **IA, int *m, int *n, int *nn… in readfullMTX() argument
106 matrixFile = fopen(mtfile, "r"); in readfullMTX()
179 static int readUpperMTX(const char *mtfile, double **A, int **JA, int **IA, int *n, int *nnz) { in readUpperMTX() argument
187 matrixFile = fopen(mtfile, "r"); in readUpperMTX()
/dports/math/py-primme/primme-3.2/tests/COMMON/
H A Dcsr.c39 static int readfullMTX(const char *mtfile, SCALAR **A, int **JA, int **IA, int *m, int *n, int *nnz…
41 static int readUpperMTX(const char *mtfile, double **A, int **JA, int **IA, int *n, int *nnz);
98 static int readfullMTX(const char *mtfile, SCALAR **AA, int **JA, int **IA, int *m, int *n, int *nn… in readfullMTX() argument
106 matrixFile = fopen(mtfile, "r"); in readfullMTX()
179 static int readUpperMTX(const char *mtfile, double **A, int **JA, int **IA, int *n, int *nnz) { in readUpperMTX() argument
187 matrixFile = fopen(mtfile, "r"); in readUpperMTX()
/dports/devel/make++/makepp-2.0/t/
H A Drun_tests.pl508 ($mtfile = $File::Find::name) =~ s!answers/!!;
509 open MTFILE, "$tdir/$mtfile"
510 or die "$mtfile\n";
513 $mtfile_contents eq $tfile_contents or push @errors, $mtfile;
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dbe_local.c239 char *mtfile = _alpm_local_db_pkgpath(db, pkg, "mtree"); in _cache_mtree_open() local
241 if(access(mtfile, F_OK) != 0) { in _cache_mtree_open()
254 if((r = _alpm_archive_read_open_file(mtree, mtfile, ALPM_BUFFER_SIZE))) { in _cache_mtree_open()
256 mtfile, archive_error_string(mtree)); in _cache_mtree_open()
262 free(mtfile); in _cache_mtree_open()
266 free(mtfile); in _cache_mtree_open()
/dports/devel/splint/splint-3.1.2/src/
H A Dllmain.c743 fileIdList_elements (mtfiles, mtfile) in main()
745 context_setFileId (mtfile); in main()
746 displayScan (message ("processing %s", fileTable_rootFileName (mtfile))); in main()
747 mtreader_readFile (cstring_copy (fileTable_fileName (mtfile))); in main()
/dports/www/libwww/w3c-libwww-5.4.2/Robot/src/
H A DHTRobMan.h146 char * mtfile; /* media types encountered */ member
H A DHTRobot.c518 if (mr->mtfile) {
523 mr->mtfile);
524 log_meta_distribution(mr->mtfile, mtdist);
H A DRobotMain.c172 mr->mtfile = (arg+1 < argc && *argv[arg+1] != '-') ? in main()
/dports/ports-mgmt/synth/synth-2.12/src/
H A Dportscan-buildcycle.adb856 mtfile : constant String := path_mm & "/mtree." & action & ".exclude"; constant
857 command : constant String := "/usr/sbin/mtree -X " & mtfile &
895 mtfile : constant String := path_mm & "/mtree." & action & ".exclude"; constant
897 command : constant String := "/usr/sbin/mtree -X " & mtfile & " -f " &
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dpeach.pas1903 mtfile: TMenuItem;
9944 mtfile.Caption:=txt_4_6_fm;
50790 Form_peach.mtfile.Checked:=false;
50802 Form_peach.mtfile.Checked:=true;
50814 Form_peach.mtfile.Checked:=false;
50822 Form_peach.pmtool2.Checked:=Form_peach.mtfile.Checked;
50825 Form_peach.mtool2.Checked:=Form_peach.mtfile.Checked;
50851 Form_peach.mtfile.Checked:=false;
50860 Form_peach.mtfile.Checked:=true;
H A Dpeach.lrs4980 +'hiveClick'#0#0#9'TMenuItem'#6'mtfile'#7'Caption'#6#12'File manager'#7'OnCli'
H A Dpeach.lfm14602 object mtfile: TMenuItem