Searched refs:isgraph (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dcharclass.h21 { "graph", isgraph },
H A Dvis.c45 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
51 isgraph((u_char)(c)))))
/macosx-10.10/sudo-73/src/emul/
H A Dcharclass.h29 { "graph", isgraph },
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDisallowCType.h53 #undef isgraph macro
70 #define isgraph isgraph_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-ascii.c68 if (!isgraph(s) &&
95 *(asp++) = (isgraph(s1) ? s1 : '.');
96 *(asp++) = (isgraph(s2) ? s2 : '.');
112 *(asp++) = (isgraph(s1) ? s1 : '.');
/macosx-10.10/uucp-11/uucp/lib/
H A Dquotes.c59 else if (fbackslashonly || isgraph (BUCHAR (*z)))
/macosx-10.10/bc-21/bc/dc/
H A Dmisc.c44 #ifndef isgraph
46 # define isgraph isprint macro
92 if (isgraph(id))
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_termcap.c41 #define isCapName(c) (isgraph(c) && strchr("^#=:\\", c) == 0)
100 if (isgraph(ch))
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h58 #if defined (isgraph) || defined (HAVE_ISGRAPH)
59 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c))
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_lib.h210 /** @see isgraph */
211 #define apr_isgraph(c) (isgraph(((unsigned char)(c))))
/macosx-10.10/pcre-7/pcre/
H A Dpcre_maketables.c111 if (isgraph(i)) p[cbit_graph + i/8] |= 1 << (i&7);
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dcset.cpp101 csgraph.v[i] = ISASCII(i) && isgraph(i);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dmisc.c183 if (isgraph((int)binstr[p])) {
/macosx-10.10/Libc-1044.1.2/include/
H A Dctype.h308 isgraph(int _c) function
421 int isgraph(int);
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dstrvis.c125 if (!isextra && isascii(c) && (isgraph(c) || iswhite(c) || \
164 if (isgraph(c)) { \
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Dstrmatch.c66 #ifndef isgraph
67 #define isgraph(x) (isprint(x)&&!isblank(x)) macro
402 if (isgraph(sc))
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldif.c618 && isgraph( (unsigned char) val[0] ) && val[0] != ':' && val[0] != '<'
619 && isgraph( (unsigned char) val[vlen-1] )
759 if( isgraph( (unsigned char) val[0] ) && val[0] != ':' && val[0] != '<' &&
760 isgraph( (unsigned char) val[vlen-1] ) )
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dldif.c603 && isgraph( (unsigned char) val[0] ) && val[0] != ':' && val[0] != '<'
604 && isgraph( (unsigned char) val[vlen-1] )
731 if( isgraph( (unsigned char) val[0] ) && val[0] != ':' && val[0] != '<' &&
732 isgraph( (unsigned char) val[vlen-1] ) )
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocalefwd.h98 isgraph(_CharT, const locale&);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dvis.c179 if (!isextra && isascii(c) && (isgraph(c) || iswhite(c) ||
218 if (isgraph(c)) {
/macosx-10.10/rsync-45/rsync/lib/
H A Dwildmatch.c39 #ifdef isgraph
40 # define ISGRAPH(c) (ISASCII(c) && isgraph(c))
/macosx-10.10/text_cmds-88/sort/
H A Dsystem.h375 #ifdef isgraph
376 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c))
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h134 #define Isgraph(x) isgraph((unsigned char)x)
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-internal.h116 #define tre_isgraph isgraph
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqdumper.cpp314 } else if (isgraph(data[n]) || isspace(data[n])) {

Completed in 299 milliseconds

123