Home
last modified time | relevance | path

Searched refs:isw (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Diswctype.c116 isw##type##_l(wint_t wc, locale_t loc) \
124 isw##type(wint_t wc) \
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h92 _XLOCALE_INLINE int isw##fname##_l(int, locale_t);\
93 _XLOCALE_INLINE int isw##fname##_l(int __c, locale_t __l)\
/illumos-gate/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c50 if (!isw ## y(*wc))\
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c244 static int isw = 0; variable
600 isw = 1;
721 if ( isj && ( isw || isW )) {
724 if ( isj && isw ) {
732 if ( (isj || isw) && !isD && ( ldapauth != LDAP_AUTH_SASL ) ) {
734 if ( (isj || isw) && !isD ) {
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlib15 #define _hdr_wchar 1 /* <wchar.h> and isw*() really work */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dlib15 #define _hdr_wchar 1 /* <wchar.h> and isw*() really work */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlib15 #define _hdr_wchar 1 /* <wchar.h> and isw*() really work */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dlib15 #define _hdr_wchar 1 /* <wchar.h> and isw*() really work */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib7 hdr wchar note{ <wchar.h> and isw*() really work }end execute{
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE659 04-03-23 regex/reglib.h: fix isw*() redefines
771 03-05-28 regex/*: recode to use isw*() directly when needed, is*() otherwise