Home
last modified time | relevance | path

Searched refs:AVAILABLE (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstr-two-way.h257 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle()
291 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_short_needle()
362 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle()
414 while (AVAILABLE (haystack, haystack_len, j, needle_len)) in two_way_long_needle()
448 #undef AVAILABLE
H A Dmemmem.c28 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro
H A Dstrstr.c30 #define AVAILABLE(h, h_l, j, n_l) \ macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstd-gnu11.m4164 # ACTION-IF-AVAILABLE, ACTION-IF-UNAVAILABLE)
169 # helps, append it to CC. If eventually successful, run ACTION-IF-AVAILABLE,
342 # _AC_PROG_CC_C99 ([ACTION-IF-AVAILABLE], [ACTION-IF-UNAVAILABLE])
381 # _AC_PROG_CC_C11 ([ACTION-IF-AVAILABLE], [ACTION-IF-UNAVAILABLE])
500 # ACTION-IF-AVAILABLE, ACTION-IF-UNAVAILABLE)
506 # If eventually successful, run ACTION-IF-AVAILABLE, else
771 # _AC_PROG_CXX_CXX98 ([ACTION-IF-AVAILABLE], [ACTION-IF-UNAVAILABLE])
798 # _AC_PROG_CXX_CXX11 ([ACTION-IF-AVAILABLE], [ACTION-IF-UNAVAILABLE])
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx53-ppd.dts874 /* NOT USED - AVAILABLE 3.3V GPIO */
876 /* NOT USED - AVAILABLE 3.3V GPIO */
878 /* NOT USED - AVAILABLE 3.3V GPIO */
904 /* NOT USED - AVAILABLE 1.8V GPIO */
906 /* NOT USED - AVAILABLE 1.8V GPIO */
908 /* NOT USED - AVAILABLE 1.8V GPIO */
/netbsd-src/external/bsd/openldap/dist/build/
H A DLICENSE-2.0.15 WHICH IS AVAILABLE AT HTTP://WWW.OPENLDAP.ORG/LICENSE.HTML OR
/netbsd-src/sbin/mount_portal/examples/
H A Drfilter.269 GIVEN THE NATURE OF THE SOFTWARE MADE AVAILABLE UNDER THIS PROGRAM
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py455 self.assertEqual(cursor.availability, AvailabilityKind.AVAILABLE)
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dc.m41094 # _AC_PROG_CC_C89 ([ACTION-IF-AVAILABLE], [ACTION-IF-UNAVAILABLE])
1160 # ACTION-IF-AVAILABLE, ACTION-IF-UNAVAILABLE)
1165 # helps, append it to CC. If eventually successful, run ACTION-IF-AVAILABLE,
1195 # _AC_PROG_CC_C99 ([ACTION-IF-AVAILABLE], [ACTION-IF-UNAVAILABLE])
/netbsd-src/external/mit/libuv/dist/
H A DLICENSE-docs288 AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1983 AvailabilityKind.AVAILABLE = AvailabilityKind(0)
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c4040 PRINTFLAG(wddt->Status, AVAILABLE); in acpi_handle_wddt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200931093 set DECL_NOTHROW for AVAILABLE functions.