Home
last modified time | relevance | path

Searched defs:AVAILABLE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
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