Skip to main content

NameDescription
ec_asprintfMomentum asprintf function
ec_snprintfMomentum snprintf function
ec_vasprintfMomentum vasprintf function
ec_vprintfvprintf-like function that takes an output parameter and a write function
ec_vsnprintfMomentum vsnprintf function
string_destroyDestroy a string
string_init_typeInitialize a string and pre-allocate its storage, specifying its backing type
stringprint_domainnameRenders a domain name, respecting the raw-domain rendering mode
stringprintfPrint a formatted string
stringwrite2Convert a character array to an ec_string
stringwrite_canonical_crlfWrite a string terminated by a carriage return and line feed
stringwrite_config_boolOutput a boolean to the system console
stringwrite_config_intOutput an integer to the system console
stringwrite_config_listOutput a list to the system console
stringwrite_config_stringOutput a string to the system console
stringwrite_stringswrite 1 or more NUL-terminated C-strings to the provided string
strlcatSize-bounded C string concatenation function
strlcpySize-bounded C string copying function
strncasestrnFind a binary substring within a binary string, case insensitive
strnchrnSearches a string for the first occurence of any of a set of characters
strnstrnFind a binary substring within a binary string
suffix_tree_stringprint_nextprint suffixes in the tree to a string, one at a time
Was this page helpful?