Home
last modified time | relevance | path

Searched refs:iscntrl (Results 1 – 25 of 62) sorted by relevance

123

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Deuc.multibyte.c83 if(iscntrl(c)) { in _mbtowc_euc()
95 if((c = (unsigned char)*s++) < 0200 || iscntrl(c)) in _mbtowc_euc()
163 if( wchar <= 0177 || wchar <= 0377 && iscntrl(wchar)) { in _wctomb_euc()
190 if(iscntrl(d)) in _wctomb_euc()
H A Dctype_.c83 #undef iscntrl
155 int iscntrl(c) in iscntrl() function
/titanic_44/usr/src/lib/libgen/inc/
H A D_range.h30 ((c1) > 0xff || !iscntrl((int)c1)) && ((c2) > 0xff || \
31 !iscntrl((int)c2)))
/titanic_44/usr/src/lib/libcurses/screen/
H A Dwctomb.c48 if (wchar <= 0177 || (wchar <= 0377 && (iscntrl((int)wchar) != 0))) { in _curs_wctomb()
80 if (iscntrl(d)) in _curs_wctomb()
H A Dmbtowc.c68 if (iscntrl(c)) { in _curs_mbtowc()
80 if ((c = (unsigned char)*s++) < 0200 || iscntrl(c)) in _curs_mbtowc()
H A Dwinsch.c95 if (iscntrl((int) c) != 0) { in winsch()
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dunctrl.c105 if (iscntrl(c)) { in unctrl()
123 if (iscntrl(c)) { in unctrl()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dunctrl.c99 if (iscntrl(c)) { in unctrl()
117 if (iscntrl(c)) { in unctrl()
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dctype.h47 extern int iscntrl(/* int c */);
69 #define iscntrl(c) ((_ctype_ + 1)[c] & _C) macro
/titanic_44/usr/src/head/iso/
H A Dctype_iso.h93 extern int iscntrl(int);
/titanic_44/usr/src/cmd/mdb/common/libstand/
H A Dctype.c77 iscntrl(int c) in iscntrl() function
/titanic_44/usr/src/cmd/egrep/
H A Degrep.y543 if(multibyte && c >= 0200 && (!iscntrl(c) || c == SS2 && eucw2 || c == SS3 && eucw3)) in dot()
553 if(c >= 0200 && !iscntrl(c)) in mdot()
1046 while(current <= last && (isascii(c = lower[current]) || c <= 0377 && iscntrl(c))) { in ccl()
1121 if(!iscntrl(i)) in classenter()
1125 if(!iscntrl(i)) in classenter()
1186 while(i <= current && isascii(c=lower[i]) || c <= 0377 && iscntrl(c)) in genrange()
1288 if(!iscntrl(i)) in maxmin()
1292 if(!iscntrl(i)) in maxmin()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dctype.h51 #define iscntrl(c) ((_ctype_+1)[c]&_C) macro
/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c803 if (iscntrl(*p)) in smb_name_validate_share()
835 if (iscntrl(*p)) in smb_name_validate_account()
976 if (iscntrl(*p)) in smb_name_validate_workgroup()
1006 if (iscntrl(*cp)) in smb_name_validate_rpath()
/titanic_44/usr/src/stand/lib/sa/
H A Dctype.h63 #define iscntrl(c) ((__ctype + 1)[c] & _C) macro
/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dui-sun.c59 if (isspace(ch) || iscntrl(ch))
/titanic_44/usr/src/lib/libc/port/locale/
H A Disdigit.c75 #undef iscntrl
/titanic_44/usr/src/head/
H A Dctype.h45 using std::iscntrl;
/titanic_44/usr/src/cmd/lastcomm/
H A Dlc_pacct.c87 if (!isascii(*cp) || iscntrl(*cp)) in lc_pacct()
/titanic_44/usr/src/cmd/cat/
H A Dcat.c559 if (iscntrl(c)) {
612 if (iscntrl(c)) {
/titanic_44/usr/src/lib/libast/common/string/
H A Dfmtesc.c95 if (!(flags & FMT_ESCAPED) && (iscntrl(c) || !isprint(c) || c == '\\')) in fmtquote()
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel54 iscntrl;
/titanic_44/usr/src/cmd/col/
H A Dcol.c544 !iscntrl(*chr ^ (gflag ^ GREEK)) && in emit()
559 !iscntrl(cshifted) && in emit()
/titanic_44/usr/src/lib/libpp/common/
H A Dpptrace.c67 if (iscntrl(c) || !isprint(c)) sfsprintf(buf, sizeof(buf), "`%03o'", c); in pptokstr()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c236 if (iscntrl((unsigned char)request->l_name[j])) { in print_mesg()

123