Home
last modified time | relevance | path

Searched refs:EFILE (Results 1 – 25 of 61) sorted by relevance

123

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dgtkfiles.h35 } EFILE; typedef
63 EFILE *e_fopen(char *filename, int openmode);
65 EFILE *e_fopen_fd(int fd, char *virtual_filename);
66 gboolean e_fclose(EFILE *stream);
67 gboolean e_fclose_remove(EFILE *stream);
70 gboolean e_fseek(EFILE *stream, off_t offset, int whence);
71 gboolean e_fread(void *data, size_t size, EFILE *stream);
72 gboolean e_fwrite(void *data, size_t size, EFILE *stream);
73 gboolean e_fwrite0(size_t size, EFILE *stream);
74 off_t e_ftell(EFILE *stream);
[all …]
H A Dgtkfiles.c64 EFILE *e_fopen(char *filename, int mode) in e_fopen()
78 EFILE *e_fopen_fd(int fd, gchar *virtual_filename) in e_fopen_fd()
80 EFILE *e; in e_fopen_fd()
105 gboolean e_fclose(EFILE *f) in e_fclose()
120 gboolean e_fclose_remove(EFILE *f) in e_fclose_remove()
216 gboolean e_fwrite0(size_t size, EFILE *stream) in e_fwrite0()
256 off_t e_ftell(EFILE *stream) in e_ftell()
603 gboolean e_copydata(EFILE *from, EFILE *to, off_t bytes) in e_copydata()
622 EFILE *f; in errdlg_filesize()
636 EFILE *in, *out; in errdlg_copyfile()
[all …]
H A Dinifile.c53 EFILE *f; in inifile_init()
224 static void do_save_setting(gchar *setting, gchar *value, EFILE *f) in do_save_setting()
234 EFILE *f = e_fopen(ininame,EFILE_WRITE); in inifile_save()
H A Ddatasource.h114 EFILE *handle;
260 EFILE *file, int dither_mode, StatusBar *bar,
H A Dtempfile.h92 gboolean write_wav_header(EFILE *f, Dataformat *format, off_t datasize);
H A Dtempfile.c177 gboolean write_wav_header(EFILE *f, Dataformat *format, in write_wav_header()
282 EFILE **handles;
323 t->handles = g_malloc0(t->dirs*sizeof(EFILE *)); in tempfile_init()
H A Dfiletypes.c270 EFILE *f; in chunk_load_x()
353 EFILE *f; in chunk_save()
413 EFILE *f; in wav_check()
423 static off_t find_wav_chunk(EFILE *f, char *chunkname, gboolean be) in find_wav_chunk()
443 EFILE *f; in wav_load()
546 EFILE *f; in wav_save()
691 EFILE *f; in raw_save()
/dports/finance/kmymoney/kmymoney-5.1.1/contrib/
H A Dmysqlcrypt.sh38 EFILE=${FILE};
40 EFILE=${FILE}.gpg;
45 if [ ! -f $MYDIR/$EFILE ] ; then
54 cp $MYDIR/$EFILE $BUDIR/$NOW$EFILE
66 mysql <$MYDIR/$EFILE;
68 gpg --decrypt $MYDIR/$EFILE |mysql;
76 rm -f $MYDIR/$EFILE
87 for i in `find . -name "*${EFILE}" -ctime +${KEEP}`; do
/dports/audio/cam/cam-1.02/
H A DMakefile14 EFILE = cam macro
19 all : clean $(EFILE)
23 $(EFILE):$(OBJS)
27 $(CC) -o $(EFILE) $(OBJS) $(LIBS)
54 @rm -f *.o $(EFILE)
68 install:$(EFILE) $(MANFILE)
71 @$(INSTALL) -m 755 -o root -g root $(EFILE) $(BINDIR)
/dports/sysutils/xstow/xstow-1.0.2/src/
H A Dcppdir.cpp122 return EFILE::UNKNOWN; in get_type()
132 return EFILE::UNKNOWN; in get_type()
206 return EFILE::REGULAR; in get_type()
209 return EFILE::DIR; in get_type()
212 return EFILE::CHAR; in get_type()
215 return EFILE::BLOCK; in get_type()
218 return EFILE::FIFO; in get_type()
221 return EFILE::LINK; in get_type()
223 return EFILE::UNKNOWN; in get_type()
355 case EFILE::FIRST__: in operator <<()
[all …]
H A Dfile_option.cpp43 …case FILE::LINK_TO_DIR: if( (file.get_type() == EFILE::DIR) && file.is_link() ) return true; break; in match()
44 …case FILE::LINK_TO_REGULAR: if( file.get_type() == EFILE::REGULAR && file.is_link() ) return true;… in match()
45 case FILE::DIR: if( file.get_type() == EFILE::DIR ) return true; break; in match()
47 case FILE::REGULAR: if( file.get_type() == EFILE::REGULAR ) return true; break; in match()
H A Dcppdir.h59 typedef EnumRange<EnumFile> EFILE; typedef
69 EFILE type; ///< file type
101 EFILE get_type() const { return type; } in get_type()
136 EFILE get_type( const std::string& name );
175 std::ostream& operator << ( std::ostream& out , EFILE type );
H A Dtree.cpp66 case CppDir::EFILE::DIR: type = TYPE::DIR; break; in Node()
67 case CppDir::EFILE::FIFO: in Node()
68 case CppDir::EFILE::CHAR: in Node()
69 case CppDir::EFILE::BLOCK: in Node()
70 case CppDir::EFILE::REGULAR: type = TYPE::FILE; break; in Node()
288 if( !file || file.get_type() != CppDir::EFILE::DIR ) in check()
414 CppDir::EFILE::REGULAR ) in check()
593 if( dit->get_type() == CppDir::EFILE::DIR ) in check()
950 if( !file.is_link() && file.get_type() == CppDir::EFILE::DIR ) in exec_list()
H A Dcopy.cpp97 if( it->get_type() == CppDir::EFILE::DIR ) in dir_copy()
H A Dsetup_config.cpp75 if( file.get_type() != CppDir::EFILE::DIR ) in check()
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/utilities_dw/test_routines/matrix_test/c++/
H A Dmake_test61 EFILE = $(OUT_DIR)/matrix_test
65 $(EFILE): $(OBJS)
66 $(CC) $(CFLAGS) $^ $(LIBS_DIR) $(LIBS) -o $(EFILE)
H A Dmakefile281 EFILE = $(OUT_DIR)/matrix_test macro
285 $(EFILE): $(OBJS)
286 $(CC) $(CFLAGS) $^ $(LIBS_DIR) $(LIBS) -o $(EFILE)
/dports/textproc/htdig/htdig-3.2.0b6/contrib/doc2html/
H A Ddoc2html.pl659 open EFILE, "<$Efile";
661 while (<EFILE>) {
667 close EFILE;
/dports/print/pscal/pscal-1.16/
H A DREADME31 1. The Shell Variable EFILE is used preferentially
34 The whole process can be turned off by setting EFILE=/dev/null.
/dports/biology/infernal/infernal-1.1.3/easel/miniapps/
H A Desl-ssdraw.itest.pl196 open(EFILE, ">$tmppfx.efile") || die "FAIL: couldn't open $tmppfx.efile for writing draw file";
197 print EFILE << "EOF";
343 close EFILE;
/dports/biology/hmmer/hmmer-3.3/easel/miniapps/
H A Desl-ssdraw.itest.pl196 open(EFILE, ">$tmppfx.efile") || die "FAIL: couldn't open $tmppfx.efile for writing draw file";
197 print EFILE << "EOF";
343 close EFILE;
/dports/audio/aumix/aumix-2.9.1/src/
H A Dcommon.c309 return EFILE; in LoadSettings()
357 return EFILE; in SaveSettings()
366 return EFILE; in SaveSettings()
H A Dcommon.h73 EFILE /* unable to open settings file */ enumerator
/dports/mail/dspam/dspam-3.10.2/src/
H A Dlibdspam.h92 #define EFILE -0x03 /* File error */ macro
/dports/editors/mined/mined-2015.25/src/
H A Ddispatch.c170 EFILE (); in ENDkey()
223 EFILE (); in smallENDkey()
1478 case '>' : {EFILE (); return;} in META()

123