Searched defs:isascii (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/ldns/compat/
H A Disascii.c12 isascii(int c) function
/freebsd-current/sys/sys/
H A Dctype.h49 isascii(int c) function
/freebsd-current/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dctype.h57 #undef isascii macro
/freebsd-current/sys/contrib/ncsw/inc/
H A Dctype_ext.h68 #define isascii(c) (((unsigned char)(c))<=0x7f) macro
/freebsd-current/lib/libc/locale/
H A Disctype.c63 #undef isascii macro
65 isascii(int c) function
/freebsd-current/include/
H A Dctype.h116 #define isascii(c) (((c) & ~0x7F) == 0) macro
/freebsd-current/contrib/ncurses/progs/
H A Dprogs.priv.h224 # undef isascii macro
226 # define isascii(c) (UChar(c) <= 127) macro
228 # define isascii(c) 1 /* not really ascii anyway */ macro
/freebsd-current/lib/libc/resolv/
H A Dres_init.c130 # define isascii(c) (!(c & 0200)) macro
/freebsd-current/stand/libsa/
H A Dstand.h220 #define isascii(c) (((c) & ~0x7F) == 0) macro
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h194 # undef isascii macro
195 # define isascii(c) !(c & ~0177) macro
745 # define isascii(c) ((unsigned)(c) <= 0177) macro

Completed in 150 milliseconds