Home
last modified time | relevance | path

Searched refs:isgraph (Results 51 – 75 of 3775) sorted by relevance

12345678910>>...151

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/
H A Dchecknames.c39 if (!isgraph(*str)) in Check_user_name()
58 if (!isgraph(*str)) in Fix_user_name()
179 if (!isgraph(*str)) in Check_disp_name()
193 if (!isgraph(*str)) in Fix_disp_name()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/vcl/tests/
H A Dtest_cctype.cxx19 std::isgraph('%') && std::isgraph('j') && !std::isgraph(' ') && in test_cctype_main()
/dports/misc/vxl/vxl-3.3.2/vcl/tests/
H A Dtest_cctype.cxx19 std::isgraph('%') && std::isgraph('j') && !std::isgraph(' ') && in test_cctype_main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph;
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph;
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Disgraph.texi1 @node isgraph
2 @section @code{isgraph}
3 @findex isgraph
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isgraph.html}
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph;
/dports/devel/libc++/libcxx-10.0.1.src/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph;
/dports/devel/emscripten/emscripten-2.0.3/system/include/libcxx/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph;
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Disgraph.texi1 @node isgraph
2 @section @code{isgraph}
3 @findex isgraph
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/isgraph.html}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph;
/dports/net-mgmt/packit/packit-1.8/src/
H A Dprint_pktdump.c63 *(asp++) = (isgraph(s1) ? s1 : '-'); in print_packet_hexdump()
64 *(asp++) = (isgraph(s2) ? s2 : '-'); in print_packet_hexdump()
81 *(asp++) = (isgraph(s1) ? s1 : '-'); in print_packet_hexdump()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph _LIBCPP_USING_IF_EXISTS;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph _LIBCPP_USING_IF_EXISTS;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph _LIBCPP_USING_IF_EXISTS;
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph _LIBCPP_USING_IF_EXISTS;
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph _LIBCPP_USING_IF_EXISTS;
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/
H A Dcctype24 int isgraph(int c);
66 #ifdef isgraph
67 #undef isgraph
108 using ::isgraph _LIBCPP_USING_IF_EXISTS;
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dctype.h82 _WRAP_CTYPE_FN(isgraph)
83 #undef isgraph
85 #define isgraph safe_isgraph macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Dctype.h15 int isgraph(int);
36 #define isgraph(a) (0 ? isgraph(a) : ((unsigned)(a)-0x21) < 0x5e) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Dctype.h15 int isgraph(int);
36 #define isgraph(a) (0 ? isgraph(a) : ((unsigned)(a)-0x21) < 0x5e) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dctype.h15 int isgraph(int);
36 #define isgraph(a) (0 ? isgraph(a) : ((unsigned)(a)-0x21) < 0x5e) macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/
H A Dctype.h15 int isgraph(int);
36 #define isgraph(a) (0 ? isgraph(a) : ((unsigned)(a)-0x21) < 0x5e) macro

12345678910>>...151