Home
last modified time | relevance | path

Searched refs:FICL_HAVE_FTRUNCATE (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/ficl/amd64/
H A Dsysdep.h428 #if !defined (FICL_HAVE_FTRUNCATE)
429 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd/stand/ficl/i386/
H A Dsysdep.h426 #if !defined (FICL_HAVE_FTRUNCATE)
427 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd/stand/ficl/arm/
H A Dsysdep.h426 #if !defined (FICL_HAVE_FTRUNCATE)
427 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h429 #if !defined (FICL_HAVE_FTRUNCATE)
430 #define FICL_HAVE_FTRUNCATE 0 macro
/freebsd/stand/ficl/
H A Dfileaccess.c383 #if FICL_HAVE_FTRUNCATE
422 #ifdef FICL_HAVE_FTRUNCATE in ficlCompileFile()