Home
last modified time | relevance | path

Searched refs:have_fcntl (Results 1 – 25 of 150) sorted by relevance

123456

/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_lock.py74 if lock.have_fcntl and self.write_lock is lock._fcntl_WriteLock:
99 if lock.have_fcntl and self.read_lock is lock._fcntl_ReadLock:
/dports/lang/gcc6-aux/gcc-6-20180516/libbacktrace/
H A Dconfigure.ac331 *-*-mingw*) have_fcntl=no ;;
332 spu-*-*) have_fcntl=no ;;
333 *) have_fcntl=yes ;;
336 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
338 if test "$have_fcntl" = "yes"; then
/dports/lang/gnat_util/gcc-6-20180516/libbacktrace/
H A Dconfigure.ac331 *-*-mingw*) have_fcntl=no ;;
332 spu-*-*) have_fcntl=no ;;
333 *) have_fcntl=yes ;;
336 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
338 if test "$have_fcntl" = "yes"; then
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/
H A Dconfigure.ac288 *-*-mingw*) have_fcntl=no ;;
289 *) have_fcntl=yes ;;
292 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
294 if test "$have_fcntl" = "yes"; then
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dlock.py140 have_fcntl = True variable
142 have_fcntl = False variable
190 if have_fcntl:
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/
H A Dconfigure.ac306 *-*-mingw*) have_fcntl=no ;;
307 *) have_fcntl=yes ;;
310 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
312 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/
H A Dconfigure.ac298 *-*-mingw*) have_fcntl=no ;;
299 *) have_fcntl=yes ;;
302 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
304 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/
H A Dconfigure.ac300 *-*-mingw*) have_fcntl=no ;;
301 *) have_fcntl=yes ;;
304 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
306 if test "$have_fcntl" = "yes"; then
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/
H A Dconfigure.ac298 *-*-mingw*) have_fcntl=no ;;
299 *) have_fcntl=yes ;;
302 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
304 if test "$have_fcntl" = "yes"; then
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libsanitizer/
H A Dconfigure.ac298 *-*-mingw*) have_fcntl=no ;;
299 *) have_fcntl=yes ;;
302 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
304 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc11/gcc-11.2.0/libsanitizer/
H A Dconfigure.ac306 *-*-mingw*) have_fcntl=no ;;
307 *) have_fcntl=yes ;;
310 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
312 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc11-devel/gcc-11-20211009/libsanitizer/
H A Dconfigure.ac306 *-*-mingw*) have_fcntl=no ;;
307 *) have_fcntl=yes ;;
310 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
312 if test "$have_fcntl" = "yes"; then
/dports/lang/gnat_util/gcc-6-20180516/libsanitizer/
H A Dconfigure.ac298 *-*-mingw*) have_fcntl=no ;;
299 *) have_fcntl=yes ;;
302 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
304 if test "$have_fcntl" = "yes"; then
/dports/devel/avr-gcc/gcc-10.2.0/libsanitizer/
H A Dconfigure.ac300 *-*-mingw*) have_fcntl=no ;;
301 *) have_fcntl=yes ;;
304 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
306 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/
H A Dconfigure.ac297 *-*-mingw*) have_fcntl=no ;;
298 *) have_fcntl=yes ;;
301 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
303 if test "$have_fcntl" = "yes"; then
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/
H A Dconfigure.ac298 *-*-mingw*) have_fcntl=no ;;
299 *) have_fcntl=yes ;;
302 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
304 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/
H A Dconfigure.ac297 *-*-mingw*) have_fcntl=no ;;
298 *) have_fcntl=yes ;;
301 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
303 if test "$have_fcntl" = "yes"; then
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/
H A Dconfigure.ac298 *-*-mingw*) have_fcntl=no ;;
299 *) have_fcntl=yes ;;
302 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
304 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc48/gcc-4.8.5/libbacktrace/
H A Dconfigure.ac294 *-*-mingw*) have_fcntl=no ;;
295 *) have_fcntl=yes ;;
298 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
300 if test "$have_fcntl" = "yes"; then
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libsanitizer/
H A Dconfigure.ac306 *-*-mingw*) have_fcntl=no ;;
307 *) have_fcntl=yes ;;
310 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
312 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc6-aux/gcc-6-20180516/libsanitizer/
H A Dconfigure.ac298 *-*-mingw*) have_fcntl=no ;;
299 *) have_fcntl=yes ;;
302 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
304 if test "$have_fcntl" = "yes"; then
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/
H A Dconfigure.ac298 *-*-mingw*) have_fcntl=no ;;
299 *) have_fcntl=yes ;;
302 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
304 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc10-devel/gcc-10-20211008/libsanitizer/
H A Dconfigure.ac300 *-*-mingw*) have_fcntl=no ;;
301 *) have_fcntl=yes ;;
304 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
306 if test "$have_fcntl" = "yes"; then
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/
H A Dconfigure.ac297 *-*-mingw*) have_fcntl=no ;;
298 *) have_fcntl=yes ;;
301 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
303 if test "$have_fcntl" = "yes"; then
/dports/devel/mingw32-gcc/gcc-4.8.1/libbacktrace/
H A Dconfigure.ac291 *-*-mingw*) have_fcntl=no ;;
292 *) have_fcntl=yes ;;
295 AC_CHECK_FUNC(fcntl, [have_fcntl=yes], [have_fcntl=no])
297 if test "$have_fcntl" = "yes"; then

123456