gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for fundef:isascii (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/ctype/isctype.c - 3.6KB - 150 lines
125: int
126: isascii(int c)
127: {
bsd_source/lib/libc/src_bsd/include/ctype.h - 5.2KB - 194 lines
168: #if __BSD_VISIBLE || __XPG_VISIBLE
169: __only_inline int isascii(int c)
170: {
bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h - 10.3KB - 348 lines
120: LIBKERN_INLINE int
121: isascii(int ch)
122: {
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
184: #if !defined(isascii)   /*%< XXX - could be a function */
185: # define isascii(c) (!(c & 0200))
186: #endif