Home
last modified time | relevance | path

Searched refs:CST_OPEN_APPEND (Results 1 – 5 of 5) sorted by relevance

/dports/audio/flite/flite-2.1-release/src/utils/
H A Dcst_file_wince.c61 || ((mode & CST_OPEN_READ) && (mode & CST_OPEN_APPEND))) in cst_fopen()
76 else if (mode & CST_OPEN_APPEND) in cst_fopen()
95 if (mode & CST_OPEN_APPEND) in cst_fopen()
H A Dcst_file_stdio.c56 else if ((mode & CST_OPEN_APPEND) && (mode & CST_OPEN_READ)) in cst_fopen()
60 else if (mode & CST_OPEN_APPEND) in cst_fopen()
H A Dcst_file_palmos.c60 else if ((mode & CST_OPEN_APPEND) && (mode & CST_OPEN_READ)) in cst_fopen()
65 else if (mode & CST_OPEN_APPEND) in cst_fopen()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/include/
H A Dcst_file.h133 #define CST_OPEN_APPEND (1<<2) macro
/dports/audio/flite/flite-2.1-release/include/
H A Dcst_file.h88 #define CST_OPEN_APPEND (1<<2) macro