Home
last modified time | relevance | path

Searched refs:MFile (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/additions/
H A DimgInt.h22 } MFile; typedef
52 EXTERN int ImgGetc _ANSI_ARGS_((MFile *handle));
53 EXTERN int ImgRead _ANSI_ARGS_((MFile *handle, char *dst, int count));
54 EXTERN int ImgPutc _ANSI_ARGS_((int c, MFile *handle));
55 EXTERN int ImgWrite _ANSI_ARGS_((MFile *handle, CONST char *src, int count));
56 EXTERN void ImgWriteInit _ANSI_ARGS_((Tcl_DString *buffer, MFile *handle));
57 EXTERN int ImgReadInit _ANSI_ARGS_((Tcl_Obj *data, int c, MFile *handle));
H A DimgBMP.c58 static void putint _ANSI_ARGS_((MFile *handle, int i));
67 MFile handle;
83 MFile handle;
94 MFile *handle; in CommonMatchBMP()
174 MFile handle;
193 MFile handle;
212 MFile *handle;
346 MFile handle;
369 MFile handle;
387 MFile *handle; in putint()
[all …]
H A DimgPS.c149 MFile handle;
165 MFile handle;
176 MFile *handle; in CommonMatchPS()
224 MFile handle;
243 MFile handle;
263 MFile *handle;
491 MFile handle;
515 MFile handle;
530 MFile *handle;
544 MFile handle;
[all …]
H A DimgGIF.c157 MFile handle;
202 MFile handle;
531 MFile handle;
573 MFile handle;
632 MFile *handle; in ReadColorMap()
703 MFile *handle; in GetDataBlock()
1131 MFile handle;
1156 MFile handle;
1177 MFile *handle;
1476 static MFile *ofile;
[all …]
H A DimgInit.c225 MFile *handle; /* mmdecode "file" handle */ in ImgRead()
269 MFile *handle; /* Input stream handle */ in ImgGetc()
338 MFile *handle; /* mmencode "file" handle */ in ImgWrite()
393 register MFile *handle; /* handle containing decoder data and state */
469 MFile *handle; /* mmencode "file" handle */
497 MFile *handle; /* mmdecode "file" handle */
541 MFile handle;
598 MFile handle;
H A DimgTIFF.c489 return (fsize = Tcl_Seek((Tcl_Channel) ((MFile *) fd)->data,
510 register MFile *handle = (MFile *) fd;
528 register MFile *handle = (MFile *) fd;
546 register MFile *handle = (MFile *) fd;
570 return ((MFile *) fd)->length;
600 MFile handle;
619 MFile handle;
630 MFile *handle; in CommonMatchTIFF()
689 MFile handle;
775 MFile handle;
[all …]
H A DimgXPM.c67 static int CommonReadXPM _ANSI_ARGS_((Tcl_Interp *interp, MFile *handle,
94 static int ReadXPMFileHeader _ANSI_ARGS_((MFile *handle,
98 static char * Gets _ANSI_ARGS_((MFile *handle, char *buffer, int size));
120 MFile *handle; in Gets()
169 MFile handle;
209 MFile handle;
250 MFile *handle; /* The image channel, open for reading. */
544 MFile handle;
587 MFile handle;
622 MFile *handle; /* handle to read the header from */ in ReadXPMFileHeader()
H A DimgPNG.c93 static int CommonMatchPNG _ANSI_ARGS_((MFile *handle, int *widthPtr,
219 if (ImgRead((MFile *) png.get_progressive_ptr(png_ptr),
231 if (ImgWrite((MFile *) png.get_progressive_ptr(png_ptr),
255 MFile handle;
269 MFile handle;
282 MFile handle;
291 MFile *handle; in CommonMatchPNG()
392 MFile handle;
592 MFile handle;
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/fileutil/
H A Dfileutil.go21 mfile *MFile
61 type MFile struct { struct
72 func NewMFile(fname string, flag int, perm os.FileMode, delta_ns int64) (m *MFile, err error) {
73 m = &MFile{}
86 runtime.SetFinalizer(m, func(m *MFile) {
93 func (m *MFile) SetChanged() { argument
98 func (m *MFile) SetHandler(h MFileHandler) { argument
107 func (m *MFile) File() (file *os.File, err error) { argument
/dports/databases/beansdb/beansdb-0.7.1.4/src/
H A Dmfile.h28 } MFile; typedef
30 MFile *open_mfile(const char *path);
31 void close_mfile(MFile *f);
32 static inline void mfile_dontneed(MFile *f, size_t pos, size_t *last_advise) { in mfile_dontneed()
H A Dmfile.c20 MFile *open_mfile(const char *path) in open_mfile()
50 MFile *f = (MFile*) safe_malloc(sizeof(MFile)); in open_mfile()
81 void close_mfile(MFile *f) in close_mfile()
/dports/net/zebra-server/idzebra-2.0.55/bfile/
H A Dmfile.h91 } *MFile, meta_file; typedef
125 MFile mf_open(MFile_area ma, const char *name, int block_size, int wflag)
132 int mf_close(MFile mf);
144 int mf_read(MFile mf, zint no, int offset, int nbytes, void *buf)
156 int mf_write(MFile mf, zint no, int offset, int nbytes, const void *buf)
H A Dcfile.h72 MFile block_mf; /**< block meta file */
73 MFile hash_mf; /**< hash or index file (depending on state) */
82 MFile rmf; /**< read meta file (original data / not dirty) */
90 CFile cf_open (MFile mf, MFile_area area, const char *fname, int block_size,
/dports/audio/splay/splay-0.9.5.2/apps/
H A Dmultipleselect.h9 class MFile
12 MFile(const char *string) in MFile() function
14 ~MFile();
53 QList<MFile> *filelist;
H A Dmultipleselect.cc13 MFile::~MFile() in ~MFile()
33 filelist=new QList<MFile>; in MSelect()
52 filelist->append(new MFile(str)); in Appendfilelist()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/
H A DimgInt.t32 VFUNC(int,ImgGetc,V_ImgGetc,_ANSI_ARGS_((MFile *handle)))
65 VFUNC(int,ImgPutc,V_ImgPutc,_ANSI_ARGS_((int c, MFile *handle)))
71 VFUNC(int,ImgRead,V_ImgRead,_ANSI_ARGS_((MFile *handle, char *dst, int count)))
77 VFUNC(int,ImgReadInit,V_ImgReadInit,_ANSI_ARGS_((Tcl_Obj *data, int c, MFile *handle)))
83 VFUNC(int,ImgWrite,V_ImgWrite,_ANSI_ARGS_((MFile *handle, CONST char *src, int count)))
89 VFUNC(void,ImgWriteInit,V_ImgWriteInit,_ANSI_ARGS_((Tcl_DString *buffer, MFile *handle)))
/dports/mail/spamassassin-devel/spamassassin-1ea352210/
H A DMakefile.PL830 …set_macro('SYMLINK', join(' ', macro_ref('PERL_BIN'), q{-MFile::Spec::Functions=splitpath}, q{-e},…
1090 $(PERL) -MFile::Spec -MFile::Copy \
1127 …$(PERL) -MFile::Copy -e "copy(q[rules/local.cf], q[$(B_CONFDIR)/local.cf.sample]) unless -f q[$(B_…
1128 …$(PERL) -MFile::Copy -e "copy(q[rules/init.pre], q[$(B_CONFDIR)/init.pre.sample]) unless -f q[$(B_…
1129 …$(PERL) -MFile::Copy -e "copy(q[rules/v310.pre], q[$(B_CONFDIR)/v310.pre.sample]) unless -f q[$(B_…
1130 …$(PERL) -MFile::Copy -e "copy(q[rules/v312.pre], q[$(B_CONFDIR)/v312.pre.sample]) unless -f q[$(B_…
1131 …$(PERL) -MFile::Copy -e "copy(q[rules/v320.pre], q[$(B_CONFDIR)/v320.pre.sample]) unless -f q[$(B_…
1132 …$(PERL) -MFile::Copy -e "copy(q[rules/v330.pre], q[$(B_CONFDIR)/v330.pre.sample]) unless -f q[$(B_…
1133 …$(PERL) -MFile::Copy -e "copy(q[rules/v340.pre], q[$(B_CONFDIR)/v340.pre.sample]) unless -f q[$(B_…
1134 …$(PERL) -MFile::Copy -e "copy(q[rules/v341.pre], q[$(B_CONFDIR)/v341.pre.sample]) unless -f q[$(B_…
[all …]
/dports/lang/mosh/mosh-0.2.7/doc/config/
H A Dpink.css230 .MGroupContent , .MEntry .MFile , .MFile {
238 .MEntry .MFile {
244 .MGroupContent .MEntry .MFile , .MGroupContent .MEntry .MIndex {
259 .MGroupContent .MEntry .MFile a:link , .MGroupContent .MEntry .MFile a:visited{
262 .MGroupContent .MEntry .MFile a:hover{
273 .MEntry .MFile a:link , .MEntry .MFile a:visited{
276 .MEntry .MFile a:hover{
/dports/lang/mosh/mosh-0.2.7/doc/html/styles/
H A Dmain.css230 .MGroupContent , .MEntry .MFile , .MFile {
238 .MEntry .MFile {
244 .MGroupContent .MEntry .MFile , .MGroupContent .MEntry .MIndex {
259 .MGroupContent .MEntry .MFile a:link , .MGroupContent .MEntry .MFile a:visited{
262 .MGroupContent .MEntry .MFile a:hover{
273 .MEntry .MFile a:link , .MEntry .MFile a:visited{
276 .MEntry .MFile a:hover{
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/
H A DMakefile.PL827 …set_macro('SYMLINK', join(' ', macro_ref('PERL_BIN'), q{-MFile::Spec::Functions=splitpath}, q{-e},…
1087 $(PERL) -MFile::Spec -MFile::Copy \
1124 …$(PERL) -MFile::Copy -e "copy(q[rules/local.cf], q[$(B_CONFDIR)/local.cf.sample]) unless -f q[$(B_…
1125 …$(PERL) -MFile::Copy -e "copy(q[rules/init.pre], q[$(B_CONFDIR)/init.pre.sample]) unless -f q[$(B_…
1126 …$(PERL) -MFile::Copy -e "copy(q[rules/v310.pre], q[$(B_CONFDIR)/v310.pre.sample]) unless -f q[$(B_…
1127 …$(PERL) -MFile::Copy -e "copy(q[rules/v312.pre], q[$(B_CONFDIR)/v312.pre.sample]) unless -f q[$(B_…
1128 …$(PERL) -MFile::Copy -e "copy(q[rules/v320.pre], q[$(B_CONFDIR)/v320.pre.sample]) unless -f q[$(B_…
1129 …$(PERL) -MFile::Copy -e "copy(q[rules/v330.pre], q[$(B_CONFDIR)/v330.pre.sample]) unless -f q[$(B_…
1130 …$(PERL) -MFile::Copy -e "copy(q[rules/v340.pre], q[$(B_CONFDIR)/v340.pre.sample]) unless -f q[$(B_…
1131 …$(PERL) -MFile::Copy -e "copy(q[rules/v341.pre], q[$(B_CONFDIR)/v341.pre.sample]) unless -f q[$(B_…
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/LHS/
H A Dread.f9061 MFile = 'The screen'
272 MFile = Card(8:)
273 Call LJust(MFile)
275 Open(6, File=MFile, Form='FORMATTED')
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dfiledialog.h94 class MFile {
101 MFile(const QString& path, const QString& ext);
102 ~MFile();
/dports/net/tn5250/tn5250-0.17.4/lib5250/
H A Dmacro.c236 FILE *MFile ; in macro_loadfile() local
242 if ((MFile = fopen (Macro->fname,"rt")) != NULL) in macro_loadfile()
245 while (fgets(Buffer,MAX_LINESZ,MFile) != NULL) in macro_loadfile()
257 fclose (MFile) ; in macro_loadfile()
449 FILE *MFile ; in macro_savefile() local
454 if ((MFile = fopen (Macro->fname,"wt")) != NULL) in macro_savefile()
458 macro_write (i+1,Macro->BuffM[i],MFile) ; in macro_savefile()
460 fclose (MFile) ; in macro_savefile()
/dports/x11-toolkits/p5-Tk/Tk-804.035/PNG/
H A DimgPNG.c110 static int CommonMatchPNG _ANSI_ARGS_((MFile *handle, int *widthPtr,
247 if (ImgRead((MFile *) png_get_progressive_ptr(png_ptr),
259 if (ImgWrite((MFile *) png_get_progressive_ptr(png_ptr),
282 MFile handle;
302 MFile handle;
313 MFile *handle; in CommonMatchPNG()
356 MFile handle;
391 MFile handle;
559 MFile handle;
607 MFile handle;
/dports/audio/picard-plugins/picard-plugins-d859757/plugins/save_and_rewrite_header/
H A Dsave_and_rewrite_header.py32 from mutagen import File as MFile unknown
57 mf = MFile(pf.filename)

12345678910