Home
last modified time | relevance | path

Searched refs:isgraph (Results 151 – 175 of 4671) sorted by relevance

12345678910>>...187

/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DDisallowCType.h46 #undef isgraph
63 #define isgraph isgraph_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DDisallowCType.h46 #undef isgraph
63 #define isgraph isgraph_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/dports/www/kf5-kjs/kjs-5.89.0/src/wtf/
H A DDisallowCType.h46 #undef isgraph
63 #define isgraph WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/str/
H A Dstr.h138 return isgraph((unsigned char)c); in cisgraph()
178 #undef isgraph
204 #define isgraph(i) str_isgraph(str_check_arg_(i)) macro
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Dheaders.c31 if (!isgraph((unsigned char) *p) || *p == ':') in IsValidHeaderName()
107 if (!isgraph((unsigned char) *p)) in IsValidHeaderField()
/dports/news/inn/inn-2.6.4/lib/
H A Dheaders.c32 if (!isgraph((unsigned char) *p) || *p == ':') in IsValidHeaderName()
108 if (!isgraph((unsigned char) *p)) in IsValidHeaderField()
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Dheaders.c32 if (!isgraph((unsigned char) *p) || *p == ':') in IsValidHeaderName()
108 if (!isgraph((unsigned char) *p)) in IsValidHeaderField()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openhackware/src/libc/include/
H A Dctype.h62 static inline int isgraph (int c) in isgraph() function
69 return isgraph(c) && c != ' '; in isprint()
/dports/emulators/qemu42/qemu-4.2.1/roms/openhackware/src/libc/include/
H A Dctype.h62 static inline int isgraph (int c) in isgraph() function
69 return isgraph(c) && c != ' '; in isprint()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openhackware/src/libc/include/
H A Dctype.h62 static inline int isgraph (int c) in isgraph() function
69 return isgraph(c) && c != ' '; in isprint()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch); in isgraph()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch) ? true : false; in isgraph()
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch) ? true : false; in isgraph()
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch) ? true : false; in isgraph()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch) ? true : false; in isgraph()
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch) ? true : false; in isgraph()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch) ? true : false; in isgraph()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch) ? true : false; in isgraph()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch) ? true : false; in isgraph()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/spirit/home/support/char_encoding/
H A Dstandard.hpp72 isgraph(int ch) in isgraph() function
74 return std::isgraph(ch) ? true : false; in isgraph()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dstd-c-library-functions.c144 int isgraph(int);
148 if (isgraph(y)) in test_isgraph_isprint()
155 clang_analyzer_eval(isgraph(x)); // expected-warning{{TRUE}} in test_mixed_branches()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dstd-c-library-functions.c144 int isgraph(int);
148 if (isgraph(y)) in test_isgraph_isprint()
155 clang_analyzer_eval(isgraph(x)); // expected-warning{{TRUE}} in test_mixed_branches()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dstd-c-library-functions.c144 int isgraph(int);
148 if (isgraph(y)) in test_isgraph_isprint()
155 clang_analyzer_eval(isgraph(x)); // expected-warning{{TRUE}} in test_mixed_branches()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dstd-c-library-functions.c144 int isgraph(int);
148 if (isgraph(y)) in test_isgraph_isprint()
155 clang_analyzer_eval(isgraph(x)); // expected-warning{{TRUE}} in test_mixed_branches()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dstd-c-library-functions.c144 int isgraph(int);
148 if (isgraph(y)) in test_isgraph_isprint()
155 clang_analyzer_eval(isgraph(x)); // expected-warning{{TRUE}} in test_mixed_branches()

12345678910>>...187