Searched refs:mbui_init (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstrcasecmp.c58 mbui_init (iter1, s1);
59 mbui_init (iter2, s2);
H A Dstrstr.c49 mbui_init (iter_needle, needle);
54 mbui_init (iter_haystack, haystack);
70 mbui_init (rneedle, needle);
H A Dmbuiter.h34 for (mbui_init (iter, buf); mbui_avail (iter); mbui_advance (iter))
55 mbui_init (iter, startptr)
78 extern void mbui_init (mbui_iterator_t iter, const char *startptr);
187 #define mbui_init(iter, startptr) \ macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrstr.c44 mbui_init (iter_needle, needle);
49 mbui_init (iter_haystack, haystack);
65 mbui_init (rneedle, needle);
H A Dmbuiter.h34 for (mbui_init (iter, buf); mbui_avail (iter); mbui_advance (iter))
55 mbui_init (iter, startptr)
78 extern void mbui_init (mbui_iterator_t iter, const char *startptr);
187 #define mbui_init(iter, startptr) \ macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrstr.c44 mbui_init (iter_needle, needle);
49 mbui_init (iter_haystack, haystack);
65 mbui_init (rneedle, needle);
H A Dmbuiter.h34 for (mbui_init (iter, buf); mbui_avail (iter); mbui_advance (iter))
55 mbui_init (iter, startptr)
78 extern void mbui_init (mbui_iterator_t iter, const char *startptr);
187 #define mbui_init(iter, startptr) \ macro

Completed in 198 milliseconds