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.c162 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.m41194 dnl Verify if ftruncate is available, prototyped, and
1208 AC_MSG_CHECKING([if ftruncate can be linked])
1210 AC_LANG_FUNC_LINK_TRY([ftruncate])
1220 AC_MSG_CHECKING([if ftruncate is prototyped])
1221 AC_EGREP_CPP([ftruncate],[
1233 AC_MSG_CHECKING([if ftruncate is compilable])
1238 if(0 != ftruncate(0, 0))
1251 AC_MSG_CHECKING([if ftruncate usage allowed])
1261 AC_MSG_CHECKING([if ftruncate might be used])
1268 [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.txt1599 check_symbol_exists("ftruncate" "unistd.h" HAVE_FTRUNCATE)

Completed in 48 milliseconds