Searched refs:mbsinit (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dmbsinit.c28 __FBSDID("$FreeBSD: src/lib/libc/locale/mbsinit.c,v 1.3 2004/05/12 14:09:04 tjr Exp $");
44 mbsinit(const mbstate_t *ps) function
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dmbuiter.h142 assert (mbsinit (&iter->state));
177 if (mbsinit (&iter->state))
H A Dquotearg.c54 #if !defined mbsinit && !HAVE_MBSINIT
55 # define mbsinit(ps) 1 macro
455 while (! mbsinit (&mbstate));
H A Dregex_internal.c296 && mbsinit (&pstr->cur_state))
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dxmbsrtowcs.c80 if (mbsinit(ps))
177 if (mbsinit (&state))
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Dloop_wchar.h34 # define mbsinit(ps) 1 macro
36 # ifndef mbsinit
38 # define mbsinit(ps) 1 macro
244 if (!mbsinit(&wcd->state)) {
/macosx-10.9.5/text_cmds-87/sort/
H A Dquotearg.c61 #if !defined mbsinit && !HAVE_MBSINIT
62 # define mbsinit(ps) 1 macro
465 while (! mbsinit (&mbstate));
/macosx-10.9.5/gpatch-3/patch/
H A Dquotearg.c87 # define mbsinit(ps) 1 macro
469 while (! mbsinit (&mbstate));
/macosx-10.9.5/Libc-997.90.3/include/
H A Dwchar.h110 int mbsinit(const mbstate_t *);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dstrftime.c76 # if !defined (mbsinit) && !defined (HAVE_MBSINIT)
77 # define mbsinit(ps) 1 macro
78 # endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */
83 # define mbsinit(ps) (*(ps) == 0) macro
701 while (! mbsinit (&mbstate));
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dstrftime.c75 # define mbsinit(ps) (*(ps) == 0) macro
649 while (! mbsinit (&mbstate));
/macosx-10.9.5/emacs-92/emacs/
H A Dconfigure15306 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
/macosx-10.9.5/libiconv-41/libiconv/
H A Dconfigure32806 for ac_func in getc_unlocked mbrtowc wcrtomb mbsinit setlocale
[all...]

Completed in 380 milliseconds