Home
last modified time | relevance | path

Searched refs:isascii (Results 1 – 25 of 29) sorted by relevance

12

/external/tcpdump/
Dprint-pppoe.c159 unsigned isascii = 0, isgarbage = 0; in pppoe_print() local
169 isascii++; in pppoe_print()
176 if (isascii > isgarbage) { in pppoe_print()
Dutil.c65 if (!isascii(c)) { in fn_print()
93 if (!isascii(c)) { in fn_printn()
127 if (!isascii(c)) { in fn_printzp()
Dtcpdump-stdinc.h60 #define isascii __isascii macro
Dprint-krb.c115 if (!isascii(c)) { in c_print()
/external/webkit/JavaScriptCore/wtf/
DDisallowCType.h42 #undef isascii
59 #define isascii WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dmisc.c104 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] ) &&
Dyylex.c157 if ( ! isascii( yylval ) || in yylex()
Dflexdef.h117 #ifndef isascii
118 #define isascii(c) ((c) <= 0177) macro
Dparse.y94 if ( isascii(c) && func(c) ) \
/external/bison/lib/
Dmbswidth.c79 #if defined (STDC_HEADERS) || (!defined (isascii) && !defined (HAVE_ISASCII))
82 # define IN_CTYPE_DOMAIN(c) isascii(c)
Dstrtol.c214 # if defined STDC_HEADERS || (!defined isascii && !defined HAVE_ISASCII)
217 # define IN_CTYPE_DOMAIN(c) isascii(c)
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/
Ddiffs540 /* 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 ) )
DMVS.mail35 o There are several places where there are tests for 'isascii' (which I
/external/bison/m4/
Dstrtol.m418 AC_CHECK_FUNCS_ONCE(isascii)
Dmbswidth.m413 AC_CHECK_FUNCS_ONCE(isascii iswprint mbsinit)
/external/elfutils/libasm/
Dasm_addstrz.c76 else if (! isascii (*str))
/external/jpeg/
Dansi2knr.c293 #ifdef isascii
301 # define is_ascii(c) isascii(c)
/external/icu4c/tools/tzcode/
Dzdump.c32 #ifndef isascii
33 #define isascii(x) 1 macro
236 while (isascii((unsigned char) *cp) && isalpha((unsigned char) *cp))
246 if (isascii((unsigned char) *cp) &&
Dzic.c52 #ifndef isascii
53 #define isascii(x) 1 macro
2617 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) &&
/external/qemu/
Dqemu-common.h129 #define qemu_isascii(c) isascii((unsigned char)(c))
/external/elfutils/src/
Dldlex.l334 error (0, 0, (isascii (ch) in invalid_char()
Dldlex.c2654 error (0, 0, (isascii (ch) in invalid_char()
/external/openssl/ssl/
Dssltest.c1728 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()
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dparse.c96 if ( isascii(c) && func(c) ) \
/external/bison/
Dconfig.hin159 /* Define to 1 if you have the `isascii' function. */

12