Home
last modified time | relevance | path

Searched refs:ftruncate (Results 1 – 6 of 6) sorted by relevance

/curl/src/
H A Dtool_setup.h81 #undef ftruncate
82 #define ftruncate(fd,where) tool_ftruncate64(fd,where) macro
H A Dtool_cb_hdr.c143 if(ftruncate(fileno(etag_save->stream), 0)) { in tool_header_cb()
H A Dtool_operate.c680 if(ftruncate(fileno(outs->stream), outs->init)) { in post_per_transfer()
/curl/m4/
H A Dcurl-functions.m41243 dnl Verify if ftruncate is available, prototyped, and
1257 AC_MSG_CHECKING([if ftruncate can be linked])
1259 AC_LANG_FUNC_LINK_TRY([ftruncate])
1269 AC_MSG_CHECKING([if ftruncate is prototyped])
1270 AC_EGREP_CPP([ftruncate],[
1282 AC_MSG_CHECKING([if ftruncate is compilable])
1287 if(0 != ftruncate(0, 0))
1300 AC_MSG_CHECKING([if ftruncate usage allowed])
1310 AC_MSG_CHECKING([if ftruncate might be used])
1317 [Define to 1 if you have the ftruncate function.])
/curl/lib/
H A Dcurl_config.h.cmake249 /* Define to 1 if you have the ftruncate function. */
/curl/
H A DCMakeLists.txt1505 check_symbol_exists("ftruncate" "${CURL_INCLUDES}" HAVE_FTRUNCATE)

Completed in 26 milliseconds