Searched refs:CString (Results 1 – 3 of 3) sorted by relevance
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 Bool26 foreign import ccall "ucl_parser_get_error" ucl_parser_get_error :: ParserHandle -> CString31 foreign import ccall "ucl_object_key" ucl_object_key :: UCLObjectHandle -> CString34 foreign import ccall "ucl_object_tostring" ucl_object_tostring :: UCLObjectHandle -> CString37 …eign import ccall "ucl_object_emit" ucl_object_emit :: UCLObjectHandle -> UCLEmitterType -> CString38 …bject_emit_len" ucl_object_emit_len :: UCLObjectHandle -> UCLEmitterType -> Ptr CSize -> IO CString
87 def CString : Package<"cstring">, ParentPackage<Unix>;459 let ParentPackage = CString in {462 HelpText<"The base of several CString related checkers. On it's own it emits "
4612 TEST(StreamableToStringTest, CString) { in TEST() argument