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

/illumos-gate/usr/src/cmd/localedef/data/
H A Dctype.sh25 for i in upper lower alpha space cntrl graph print punct digit xdigit blank \
/illumos-gate/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c66 test_ctype(punct);
78 test_ctype_subset(punct, print);
83 test_ctype_subset(punct, graph);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Disdigit.c90 DEFN_ISTYPE(punct, _ISPUNCT)
H A Diswctype.c145 DEFN_ISWTYPE(punct, _CTYPE_P)
/illumos-gate/usr/src/cmd/troff/
H A Dn8.c67 while (punct(cbits(*i++)))
75 while (punct(cbits(*i++)))
105 punct(i) function
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h134 XLOCALE_ISCTYPE(punct, _CTYPE_P)
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1424 register int badpun = 0, punct = 0; local
1442 punct++;
1449 if (badpun*5 > punct)

Completed in 49 milliseconds