Searched refs:APR_FOPEN_APPEND (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dcopy.c116 (APR_FOPEN_WRITE | APR_FOPEN_CREATE | APR_FOPEN_APPEND),
H A Dopen.c126 if (flag & APR_FOPEN_APPEND) {
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h57 #define APR_FOPEN_APPEND 0x00008 /**< Append to the end of the file */ macro
96 #define APR_APPEND APR_FOPEN_APPEND /**< @deprecated @see APR_FOPEN_APPEND */
220 * @li #APR_FOPEN_APPEND file ptr is set to end prior to all writes

Completed in 57 milliseconds