Home
last modified time | relevance | path

Searched refs:iswpunct (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/head/
H A Dwchar.h134 extern int iswpunct(wint_t);
155 using std::iswpunct;
H A Dwctype.h57 using std::iswpunct;
/illumos-gate/usr/src/head/iso/
H A Dwctype_iso.h92 extern int iswpunct(wint_t);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h349 #undef iswpunct
364 #define iswpunct(c) ispunct(c) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h230 #ifndef iswpunct
231 #define iswpunct(x) ispunct(x) macro
H A Dregclass.c77 static int Ispunct(int c) { return iswpunct(c); } in Ispunct()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dwctype_h.cfg125 func | iswpunct |\
/illumos-gate/usr/src/lib/libw/common/
H A Dmapfile-vers92 iswpunct { TYPE = FUNCTION };
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c337 return ((iswgraph(wc) && !iswpunct(wc)) || in issafe()
/illumos-gate/usr/src/man/man3c/
H A DMakefile993 iswpunct.3c \
2097 iswpunct.3c := LINKSRC = iswalpha.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1703 iswpunct;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc634 link path=usr/share/man/man3c/iswpunct.3c target=iswalpha.3c