Searched refs:ISPRINT (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_fnmatch.c191 if(ISPRINT((c))) {
226 if(ISPRINT(c)) {
242 if(!ISPRINT(c))
250 if(ISPRINT(c)) {
285 else if(ISPRINT(c)) {
337 if(ISPRINT(*s)) {
371 found = ISPRINT(*s);
403 if(ISPRINT(*p)) {
H A Dcurl_setup_once.h288 #define ISPRINT(x) (isprint((int) ((unsigned char)x))) macro
H A Dopenldap.c513 if(!ISPRINT(bvals[i].bv_val[j])) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_convert.c136 if(ISPRINT(this_char)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c58 #define ISPRINT(c) (((c)>=' ') && (c) != 0x7f) macro
430 if (ISPRINT(c)) {
875 c = (ISPRINT(c) ? c : '.');
1163 if (!ISPRINT(c))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c61 #define ISPRINT(C) isprint(C) macro
73 #define ISPRINT(C) (isascii(C) && isprint(C)) macro
640 FUNC(is_print, ISPRINT)
H A Dregex.c178 ctype uses should be through macros like ISPRINT... If
202 # undef ISPRINT macro
203 # define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c))
3300 || (is_print && ISPRINT (ch)))
201 # undef ISPRINT macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c221 ctype uses should be through macros like ISPRINT... If
246 #undef ISPRINT macro
247 #define ISPRINT(c) (ISASCII (c) && isprint (c))
2369 || (is_print && ISPRINT (ch)))
245 #undef ISPRINT macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devutil.c2031 IMPL_CTYPE_FN(ISPRINT)

Completed in 300 milliseconds