Searched refs:FICL_HAVE_FTRUNCATE (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/stand/ficl/amd64/
H A Dsysdep.h425 ** FICL_HAVE_FTRUNCATE indicates whether the current OS supports
429 #if !defined (FICL_HAVE_FTRUNCATE)
430 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd-12-stable/stand/ficl/arm/
H A Dsysdep.h423 ** FICL_HAVE_FTRUNCATE indicates whether the current OS supports
427 #if !defined (FICL_HAVE_FTRUNCATE)
428 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd-12-stable/stand/ficl/i386/
H A Dsysdep.h423 ** FICL_HAVE_FTRUNCATE indicates whether the current OS supports
427 #if !defined (FICL_HAVE_FTRUNCATE)
428 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd-12-stable/stand/ficl/mips/
H A Dsysdep.h423 ** FICL_HAVE_FTRUNCATE indicates whether the current OS supports
427 #if !defined (FICL_HAVE_FTRUNCATE)
428 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd-12-stable/stand/ficl/mips64/
H A Dsysdep.h423 ** FICL_HAVE_FTRUNCATE indicates whether the current OS supports
427 #if !defined (FICL_HAVE_FTRUNCATE)
428 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd-12-stable/stand/ficl/powerpc/
H A Dsysdep.h423 ** FICL_HAVE_FTRUNCATE indicates whether the current OS supports
427 #if !defined (FICL_HAVE_FTRUNCATE)
428 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd-12-stable/stand/ficl/
H A Dfileaccess.c384 #if FICL_HAVE_FTRUNCATE
394 #endif /* FICL_HAVE_FTRUNCATE */
423 #ifdef FICL_HAVE_FTRUNCATE
428 #endif /* FICL_HAVE_FTRUNCATE */

Completed in 106 milliseconds