Searched defs:AVAILABLE (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ | ||
H A D | memmem.c | 28 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) macro |
H A D | strstr.c | 30 #define AVAILABLE(h, h_l, j, n_l) \ macro |