HomeSort by relevance Sort by last modified time
    Searched defs:isascii (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/i18n/
isascii.c 32 #pragma weak _isascii = isascii
35 isascii(int c) function
  /onnv/onnv-gate/usr/src/head/
ctype.h 69 extern int isascii(int);
81 #define isascii(c) (!(((int)(c)) & ~0177)) macro
99 #define isascii(c) (!(((int)(c)) & ~0177))
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
ctype_.c 84 #undef isascii macro
161 int isascii(c) function
  /onnv/onnv-gate/usr/src/lib/libbc/inc/5include/
ctype.h 45 extern int isascii(/* int c */);
67 #define isascii(c) (!((c) & ~0177)) macro
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
ctype.h 52 #define isascii(c) ((unsigned)(c)<=0177) macro
  /onnv/onnv-gate/usr/src/stand/lib/sa/
ctype.h 64 #define isascii(c) (!((c) & ~0177)) macro
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/util/
line64.c 48 #ifndef isascii
49 #define isascii( c ) (!((c) & ~0177)) macro
314 #define LDIF_CONSERVATIVE_CHAR( c ) ( LDIF_SAFE_CHAR(c) && isascii((c)) \
319 ! ( isascii((c)) && isspace((c))))
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/resolv/
res_init.c 146 #if !defined(isascii) /*%< XXX - could be a function */
147 # define isascii(c) (!(c & 0200)) macro
525 isascii(*cp) && !isspace((unsigned char)*cp))
535 isascii(*cp) &&
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 199 # undef isascii macro
200 # define isascii(c) !(c & ~0177) macro
738 # ifndef isascii
739 # define isascii(c) ((unsigned)(c) <= 0177) macro
740 # endif /* ! isascii */
    [all...]

Completed in 3019 milliseconds