Home
last modified time | relevance | path

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

12

/external/tcpdump/
Dprint-ascii.c68 if (!isgraph(s) && in ascii_print()
95 *(asp++) = (isgraph(s1) ? s1 : '.'); in hex_and_ascii_print_with_offset()
96 *(asp++) = (isgraph(s2) ? s2 : '.'); in hex_and_ascii_print_with_offset()
112 *(asp++) = (isgraph(s1) ? s1 : '.'); in hex_and_ascii_print_with_offset()
/external/wpa_supplicant_8/src/wps/
Dhttpread.c123 end1 = !isgraph(c1); in word_eq()
124 end2 = !isgraph(c2); in word_eq()
193 while (isgraph(*hbp)) in httpread_hdr_option_analyze()
205 while (isgraph(*hbp)) in httpread_hdr_option_analyze()
231 if (!isgraph(*hbp)) in httpread_hdr_analyze()
240 while (isgraph(*hbp)) in httpread_hdr_analyze()
278 while (isgraph(*hbp)) in httpread_hdr_analyze()
288 while (isgraph(*hbp)) in httpread_hdr_analyze()
307 while (isgraph(*hbp)) in httpread_hdr_analyze()
332 if (!isgraph(*hbp)) in httpread_hdr_analyze()
Dupnp_xml.c209 !isgraph(tagname[match_len]))) { in xml_get_first_item()
Dwps_upnp_web.c812 while (isgraph(*b) && *b != '#') in web_get_action()
819 while (isgraph(*b) && *b != '"') in web_get_action()
Dwps_upnp_ssdp.c720 !isgraph(buf[strlen("M-SEARCH")])) { in ssdp_listener_handler()
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dhttpread.c129 end1 = !isgraph(c1); in word_eq()
130 end2 = !isgraph(c2); in word_eq()
199 while (isgraph(*hbp)) in httpread_hdr_option_analyze()
211 while (isgraph(*hbp)) in httpread_hdr_option_analyze()
237 if (!isgraph(*hbp)) in httpread_hdr_analyze()
246 while (isgraph(*hbp)) in httpread_hdr_analyze()
284 while (isgraph(*hbp)) in httpread_hdr_analyze()
294 while (isgraph(*hbp)) in httpread_hdr_analyze()
313 while (isgraph(*hbp)) in httpread_hdr_analyze()
338 if (!isgraph(*hbp)) in httpread_hdr_analyze()
Dwps_upnp_ssdp.c105 while (lp > l && !isgraph(lp[-1])) in line_length_stripped()
744 !isgraph(buf[strlen("M-SEARCH")])) { in ssdp_listener_handler()
Dwps_upnp_web.c257 !isgraph(tagname[match_len]))) { in upnp_get_first_document_item()
1318 while (isgraph(*b) && *b != '#') in web_get_action()
1325 while (isgraph(*b) && *b != '"') in web_get_action()
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
Dmywc.c13 if (isgraph(c)) { in main()
20 } while (isgraph(c)); in main()
/external/webkit/Source/JavaScriptCore/wtf/
DDisallowCType.h46 #undef isgraph
63 #define isgraph isgraph_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/stlport/stlport/
Dctype.h61 # undef isgraph
80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); }
Dlocale76 #undef isgraph
123 inline bool isgraph (_CharT c, const locale& loc)
/external/valgrind/main/coregrind/m_demangle/
Dsafe-ctype.h134 #undef isgraph
135 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
/external/openssh/openbsd-compat/
Dvis.c45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
51 isgraph((u_char)(c)))))
Dcharclass.h21 { "graph", isgraph },
/external/stlport/stlport/stl/
D_cctype.h36 using _STLP_VENDOR_CSTD::isgraph;
/external/kernel-headers/original/linux/
Dctype.h26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
/external/arduino/hardware/arduino/cores/arduino/
DWCharacter.h92 return ( isgraph (c) == 0 ? false : true); in isGraph()
/external/stlport/stlport/using/
Dlocale24 using _STLP_NEW_IO_NAMESPACE::isgraph;
/external/ipsec-tools/src/racoon/
Dplog.c257 if (isgraph((int)binstr[p])) {
/external/icu4c/samples/ucnv/
Dconvsamp.cpp55 (isgraph(c)) ) { in prettyPrintUChar()
148 if(isgraph(0x00FF & (int)uch[i])) { in printBytes()
/external/qemu/
Dqemu-common.h191 #define qemu_isgraph(c) isgraph((unsigned char)(c))
/external/webkit/Tools/android/flex-2.5.4a/
Dparse.y747 | CCE_GRAPH { CCL_EXPR(isgraph) }
/external/qemu/distrib/zlib-1.2.3/
Dtrees.c607 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
/external/zlib/src/
Dtrees.c605 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
1074 Tracecv(isgraph(lc), (stderr," '%c' ", lc));

12