Searched refs:ftruncate (Results 1 – 6 of 6) sorted by relevance
81 #undef ftruncate82 #define ftruncate(fd,where) tool_ftruncate64(fd,where) macro
162 if(ftruncate(fileno(etag_save->stream), 0)) { in tool_header_cb()
680 if(ftruncate(fileno(outs->stream), outs->init)) { in post_per_transfer()
1194 dnl Verify if ftruncate is available, prototyped, and1208 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.])
249 /* Define to 1 if you have the ftruncate function. */
1599 check_symbol_exists("ftruncate" "unistd.h" HAVE_FTRUNCATE)
Completed in 48 milliseconds