Home
last modified time | relevance | path

Searched refs:FS_APPEND (Results 1 – 25 of 74) sorted by relevance

123

/dports/editors/vigor/vigor-0.016/common/
H A Dexf.c772 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) {
809 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) &&
824 (LF_ISSET(FS_APPEND) ? O_APPEND : O_TRUNC);
855 if (LF_ISSET(FS_APPEND) && lseek(fd, (off_t)0, SEEK_END) < 0) {
868 if ((fp = fdopen(fd, LF_ISSET(FS_APPEND) ? "a" : "w")) == NULL) {
908 if (!LF_ISSET(FS_APPEND))
928 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) {
945 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ?
H A Dexf.h72 #define FS_APPEND 0x002 /* Append to the file. */ macro
/dports/editors/nvi2/nvi2-2.2.0/common/
H A Dexf.c759 if (!LF_ISSET(FS_FORCE | FS_APPEND) && !O_ISSET(sp, O_WRITEANY)) { in file_write()
796 if (noname && !LF_ISSET(FS_FORCE | FS_APPEND) && in file_write()
811 (LF_ISSET(FS_APPEND) ? O_APPEND : O_TRUNC); in file_write()
866 if ((fp = fdopen(fd, LF_ISSET(FS_APPEND) ? "a" : "w")) == NULL) { in file_write()
906 if (!LF_ISSET(FS_APPEND)) in file_write()
926 if (LF_ISSET(FS_ALL) && !LF_ISSET(FS_APPEND)) { in file_write()
943 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ? in file_write()
H A Dexf.h66 #define FS_APPEND 0x002 /* Append to the file. */ macro
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dfilesys.h70 FS_APPEND, enumerator
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DFileSystem.h70 FS_APPEND = 2 enumerator
/dports/editors/vigor/vigor-0.016/ex/
H A Dex_write.c201 LF_SET(FS_APPEND);
/dports/editors/nvi2/nvi2-2.2.0/ex/
H A Dex_write.c197 LF_SET(FS_APPEND); in exwr()
/dports/games/q2p/Q2P-0.2-2006-12-31/qcommon/
H A Dqcommon.h719 FS_APPEND enumerator
H A Dfiles.c554 case FS_APPEND: in FS_FOpenFile()
/dports/games/qudos/QuDos-0.40.1-src/src/qcommon/
H A Dqcommon.h762 FS_APPEND enumerator
/dports/games/gtkradiant/GPL/GtkRadiant/libs/splines/
H A Dq_shared.h597 FS_APPEND, enumerator
/dports/games/netradiant/netradiant-20150621-src/libs/splines/
H A Dq_shared.h601 FS_APPEND, enumerator
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dq_shared.h674 FS_APPEND, enumerator
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dq_shared.h674 FS_APPEND, enumerator
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dq_shared.h670 FS_APPEND, enumerator
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dq_shared.h682 FS_APPEND, enumerator
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h691 FS_APPEND, enumerator
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h643 FS_APPEND, enumerator
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dq_shared.h691 FS_APPEND, enumerator
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_cgame.c993 FS_FOpenFileByMode( memlistfile, &handle, FS_APPEND ); in CL_UpdateLevelHunkUsage()
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_cgame.c933 FS_FOpenFileByMode( memlistfile, &handle, FS_APPEND ); in CL_UpdateLevelHunkUsage()
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dq_shared.h874 FS_APPEND, enumerator
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dq_shared.h886 FS_APPEND, enumerator
/dports/games/iortcw/iortcw-1.51c/MP/code/splines/
H A Dq_splineshared.h896 FS_APPEND, enumerator

123