Home
last modified time | relevance | path

Searched refs:FOPEN_WRITE (Results 1 – 13 of 13) sorted by relevance

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/
H A Dwal_files.cpp32 if ( open_flag & FOPEN_WRITE ) { diseredAccess |= GENERIC_WRITE; } in file_open()
66 if ( open_flag & FOPEN_WRITE ) { flag |= O_WRONLY; } in file_open()
H A Dwal_sys_api.h212 FOPEN_WRITE = 2, enumerator
/dports/editors/xvile/vile-9.8v/
H A Dfileio.c58 if ((ofp = fopen(SL_TO_BSL(dst), FOPEN_WRITE)) != 0) { in copy_file()
374 const char *mode = FOPEN_WRITE; in ffwopen()
438 || (ffp = fdopen(fd, FOPEN_WRITE)) == NULL) { in ffwopen()
443 if ((ffp = fopen(fn, FOPEN_WRITE)) == NULL) { in ffwopen()
H A Dlckfiles.c81 if ((fp = fopen(lockfile, FOPEN_WRITE)) != (FILE *) 0) { in set_lock()
H A Destruct.h916 #define FOPEN_WRITE "wb" macro
921 #define FOPEN_WRITE "w" macro
/dports/editors/vile/vile-9.8v/
H A Dfileio.c58 if ((ofp = fopen(SL_TO_BSL(dst), FOPEN_WRITE)) != 0) { in copy_file()
374 const char *mode = FOPEN_WRITE; in ffwopen()
438 || (ffp = fdopen(fd, FOPEN_WRITE)) == NULL) { in ffwopen()
443 if ((ffp = fopen(fn, FOPEN_WRITE)) == NULL) { in ffwopen()
H A Dlckfiles.c81 if ((fp = fopen(lockfile, FOPEN_WRITE)) != (FILE *) 0) { in set_lock()
H A Destruct.h916 #define FOPEN_WRITE "wb" macro
921 #define FOPEN_WRITE "w" macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/INIT/
H A Dratz.c75 #define FOPEN_WRITE "wb" macro
80 #define FOPEN_WRITE "w" macro
5197 while (!(fp = fopen(path, FOPEN_WRITE)))
/dports/shells/ksh93/ast-93u/src/cmd/INIT/
H A Dratz.c75 #define FOPEN_WRITE "wb" macro
80 #define FOPEN_WRITE "w" macro
5197 while (!(fp = fopen(path, FOPEN_WRITE)))
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/INIT/
H A Dratz.c75 #define FOPEN_WRITE "wb" macro
80 #define FOPEN_WRITE "w" macro
5197 while (!(fp = fopen(path, FOPEN_WRITE)))
/dports/www/mod_perl2/mod_perl-2.0.11/docs/api/APR/
H A DConst.pod891 =head3 C<APR::Const::FOPEN_WRITE>
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dwcm-config.cpp246 …void Open( const sys_char_t* fileName ) { Clear(); f.Open( fileName, FOPEN_WRITE | FOPEN_CREATE | … in Open()