/external/tcpdump/ |
D | print-ascii.c | 68 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/ |
D | httpread.c | 123 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()
|
D | upnp_xml.c | 209 !isgraph(tagname[match_len]))) { in xml_get_first_item()
|
D | wps_upnp_web.c | 812 while (isgraph(*b) && *b != '#') in web_get_action() 819 while (isgraph(*b) && *b != '"') in web_get_action()
|
D | wps_upnp_ssdp.c | 720 !isgraph(buf[strlen("M-SEARCH")])) { in ssdp_listener_handler()
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | httpread.c | 129 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()
|
D | wps_upnp_ssdp.c | 105 while (lp > l && !isgraph(lp[-1])) in line_length_stripped() 744 !isgraph(buf[strlen("M-SEARCH")])) { in ssdp_listener_handler()
|
D | wps_upnp_web.c | 257 !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/ |
D | mywc.c | 13 if (isgraph(c)) { in main() 20 } while (isgraph(c)); in main()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | DisallowCType.h | 46 #undef isgraph 63 #define isgraph isgraph_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
|
/external/stlport/stlport/ |
D | ctype.h | 61 # undef isgraph 80 __inline int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); }
|
D | locale | 76 #undef isgraph 123 inline bool isgraph (_CharT c, const locale& loc)
|
/external/valgrind/main/coregrind/m_demangle/ |
D | safe-ctype.h | 134 #undef isgraph 135 #define isgraph(c) do_not_use_isgraph_with_safe_ctype macro
|
/external/openssh/openbsd-compat/ |
D | vis.c | 45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \ 51 isgraph((u_char)(c)))))
|
D | charclass.h | 21 { "graph", isgraph },
|
/external/stlport/stlport/stl/ |
D | _cctype.h | 36 using _STLP_VENDOR_CSTD::isgraph;
|
/external/kernel-headers/original/linux/ |
D | ctype.h | 26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) macro
|
/external/arduino/hardware/arduino/cores/arduino/ |
D | WCharacter.h | 92 return ( isgraph (c) == 0 ? false : true); in isGraph()
|
/external/stlport/stlport/using/ |
D | locale | 24 using _STLP_NEW_IO_NAMESPACE::isgraph;
|
/external/ipsec-tools/src/racoon/ |
D | plog.c | 257 if (isgraph((int)binstr[p])) {
|
/external/icu4c/samples/ucnv/ |
D | convsamp.cpp | 55 (isgraph(c)) ) { in prettyPrintUChar() 148 if(isgraph(0x00FF & (int)uch[i])) { in printBytes()
|
/external/qemu/ |
D | qemu-common.h | 191 #define qemu_isgraph(c) isgraph((unsigned char)(c))
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | parse.y | 747 | CCE_GRAPH { CCL_EXPR(isgraph) }
|
/external/qemu/distrib/zlib-1.2.3/ |
D | trees.c | 607 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); 1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
|
/external/zlib/src/ |
D | trees.c | 605 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); 1074 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
|