Home
last modified time | relevance | path

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

/NextBSD/contrib/apr-util/test/
HDtestxml.c31 … rv = apr_file_mktemp(fd, template, APR_FOPEN_CREATE | APR_FOPEN_TRUNCATE | APR_FOPEN_DELONCLOSE | in create_dummy_file_error()
65 … rv = apr_file_mktemp(fd, template, APR_FOPEN_CREATE | APR_FOPEN_TRUNCATE | APR_FOPEN_DELONCLOSE | in create_dummy_file()
/NextBSD/contrib/apr/include/
HDapr_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 */
/NextBSD/contrib/apr/file_io/unix/
HDmktemp.c182 APR_FOPEN_DELONCLOSE : flags; in apr_file_mktemp()
HDopen.c41 if (!is_child && (file->flags & APR_FOPEN_DELONCLOSE)) { in file_cleanup()