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

/freebsd-10.0-release/sys/boot/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-10.0-release/sys/boot/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-10.0-release/sys/boot/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-10.0-release/sys/boot/ficl/ia64/
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-10.0-release/sys/boot/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-10.0-release/sys/boot/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-10.0-release/sys/boot/ficl/
H A Dfileaccess.c377 #if FICL_HAVE_FTRUNCATE
387 #endif /* FICL_HAVE_FTRUNCATE */
416 #ifdef FICL_HAVE_FTRUNCATE
421 #endif /* FICL_HAVE_FTRUNCATE */

Completed in 140 milliseconds