Searched refs:APR_FOPEN_DELONCLOSE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dmktemp.c182 APR_FOPEN_DELONCLOSE : flags;
H A Dopen.c41 if (!is_child && (file->flags & APR_FOPEN_DELONCLOSE)) {
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestxml.c31 rv = apr_file_mktemp(fd, template, APR_FOPEN_CREATE | APR_FOPEN_TRUNCATE | APR_FOPEN_DELONCLOSE |
65 rv = apr_file_mktemp(fd, template, APR_FOPEN_CREATE | APR_FOPEN_TRUNCATE | APR_FOPEN_DELONCLOSE |
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h66 #define APR_FOPEN_DELONCLOSE 0x00100 /**< Delete the file after close */ macro
101 #define APR_DELONCLOSE APR_FOPEN_DELONCLOSE /**< @deprecated @see APR_FOPEN_DELONCLOSE */
225 * @li #APR_FOPEN_DELONCLOSE delete the file after closing
973 * #APR_FOPEN_EXCL | #APR_FOPEN_DELONCLOSE

Completed in 100 milliseconds