Searched refs:CString (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/libucl/haskell/ |
| H A D | hucl.hs | 23 foreign import ccall "ucl_parser_add_string" ucl_parser_add_string :: ParserHandle -> CString -> CU… 24 foreign import ccall "ucl_parser_add_file" ucl_parser_add_file :: ParserHandle -> CString -> IO Bool 26 foreign import ccall "ucl_parser_get_error" ucl_parser_get_error :: ParserHandle -> CString 31 foreign import ccall "ucl_object_key" ucl_object_key :: UCLObjectHandle -> CString 34 foreign import ccall "ucl_object_tostring" ucl_object_tostring :: UCLObjectHandle -> CString 37 …eign import ccall "ucl_object_emit" ucl_object_emit :: UCLObjectHandle -> UCLEmitterType -> CString 38 …bject_emit_len" ucl_object_emit_len :: UCLObjectHandle -> UCLEmitterType -> Ptr CSize -> IO CString
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 136 ENTRY("name-without-args", FunctionNameNoArgs, CString), 137 ENTRY("name-with-args", FunctionNameWithArgs, CString), 161 ENTRY_VALUE("name", ProcessFile, CString, FileKind::Basename), 176 ENTRY("queue", ThreadQueue, CString), 177 ENTRY("name", ThreadName, CString), 178 ENTRY("stop-reason", ThreadStopReason, CString), 179 ENTRY("return-value", ThreadReturnValue, CString), 184 ENTRY("arch", TargetArch, CString), 263 ENTRY("current-pc-arrow", CurrentPCArrow, CString), 264 ENTRY_CHILDREN("file", File, CString, g_file_child_entries), [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 114 enum FormatType { None, UInt32, UInt64, CString }; enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 66 def CString : Package<"cstring">, ParentPackage<Unix>; 561 let ParentPackage = CString in {
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 4598 TEST(StreamableToStringTest, CString) { in TEST() argument
|