Searched defs:isascii (Results 1 – 7 of 7) sorted by relevance
48 isascii(int c) in isascii() function
63 #define isascii(c) ((unsigned)(c) <= 0177) macro
155 unsigned isascii = 0, isgarbage = 0; in pppoe_print() local
157 # define isascii(c) (!(c & 0200)) macro
151 isascii(int ch) in isascii() function
158 #define isascii(c) ((c) <= 0177) macro
371 isascii, enumerator