Searched refs:isascii (Results 1 – 25 of 29) sorted by relevance
12
159 unsigned isascii = 0, isgarbage = 0; in pppoe_print() local169 isascii++; in pppoe_print()176 if (isascii > isgarbage) { in pppoe_print()
65 if (!isascii(c)) { in fn_print()93 if (!isascii(c)) { in fn_printn()127 if (!isascii(c)) { in fn_printzp()
60 #define isascii __isascii macro
115 if (!isascii(c)) { in c_print()
42 #undef isascii59 #define isascii WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
104 if ( ! isascii( (Char) *str ) || ! islower( *str ) )120 if ( ! isascii( (Char) *str ) || ! isupper( *str ) )185 return (Char) ((isascii( c ) && isupper( c )) ? tolower( c ) : c);560 while ( isascii( array[sptr] ) &&582 while ( isascii( array[sptr] ) &&
157 if ( ! isascii( yylval ) || in yylex()
117 #ifndef isascii118 #define isascii(c) ((c) <= 0177) macro
94 if ( isascii(c) && func(c) ) \
79 #if defined (STDC_HEADERS) || (!defined (isascii) && !defined (HAVE_ISASCII))82 # define IN_CTYPE_DOMAIN(c) isascii(c)
214 # if defined STDC_HEADERS || (!defined isascii && !defined HAVE_ISASCII)217 # define IN_CTYPE_DOMAIN(c) isascii(c)
540 /* ANSI C does not guarantee that isascii() is defined */552 /* ANSI C does not guarantee that isascii() is defined */562 if ( ! isascii( *str ) || ! islower( *str ) )576 if ( ! isascii( *str ) || ! isupper( (char) *str ) )590 return ( (isascii( c ) && isupper( c )) ? tolower( c ) : c );642 while ( isascii( array[sptr] ) && isdigit( array[sptr] ) )827 /* ANSI C does not guarantee that isascii() is defined */840 /* ANSI C does not guarantee that isascii() is defined */850 if ( ! isascii( yylval ) || ! isprint( yylval ) )
35 o There are several places where there are tests for 'isascii' (which I
18 AC_CHECK_FUNCS_ONCE(isascii)
13 AC_CHECK_FUNCS_ONCE(isascii iswprint mbsinit)
76 else if (! isascii (*str))
293 #ifdef isascii301 # define is_ascii(c) isascii(c)
32 #ifndef isascii33 #define isascii(x) 1 macro236 while (isascii((unsigned char) *cp) && isalpha((unsigned char) *cp))246 if (isascii((unsigned char) *cp) &&
52 #ifndef isascii53 #define isascii(x) 1 macro2617 return (isascii(a) && isupper(a)) ? tolower(a) : a;2690 while (isascii((unsigned char) *cp) &&2706 (!isascii(*cp) || !isspace((unsigned char) *cp)));2707 if (isascii(*cp) && isspace((unsigned char) *cp))2853 while (isascii((unsigned char) *cp) &&2864 if (isascii((unsigned char) *cp) &&
129 #define qemu_isascii(c) isascii((unsigned char)(c))
334 error (0, 0, (isascii (ch) in invalid_char()
2654 error (0, 0, (isascii (ch) in invalid_char()
1728 if (isascii(c) && isalpha(c)) in verify_callback()1837 else if (isascii(c) && isalpha(c)) in process_proxy_cond_val()2033 if (isascii(c) && isalpha(c)) in app_verify_callback()
96 if ( isascii(c) && func(c) ) \
159 /* Define to 1 if you have the `isascii' function. */