Man Pages in
libfirestring-dev
Carta.tech
Packages
libfirestring-dev
73
Section 3:
Library calls
firestring_chomp.3
Trim excess whitespace from the end of a string
firestring_chug.3
Trim excess whitespace from the beginning of a string
firestring_concat.3
Concatenate strings
firestring_conf_add.3
Add an entry to a configuration structure
firestring_conf_delete.3
Remove an entry from a configuration structure
firestring_conf_find.3
Retrieve a value from a configuration structure
firestring_conf_find_next.3
Retrieve an array value from a configuration structure
firestring_conf_free.3
Free memory used by a configuration structure
firestring_conf_parse.3
Read and parse a configuration file
firestring_conf_parse_next.3
Add on to a previously parsed file
firestring_estr_0.3
Append a trailing nil to an estring
firestring_estr_aestrcat.3
Concatentate an estring onto another estring, expanding the destination if necessary
firestring_estr_aestrcpy.3
Copy an estring into another estring, expanding the destination if necessary
firestring_estr_alloc.3
Allocate space for an estring
firestring_estr_areplace.3
Replace occurences of one string with another, allocating space if needed
firestring_estr_astrcat.3
Concatenate a string onto an estring
firestring_estr_astrcpy.3
Copy a string into an estring, expanding the destination if necessary
firestring_estr_base64_decode.3
Decode an estring encoded via base64 into another estring
firestring_estr_base64_encode.3
Encode an estring via base64 into another estring
firestring_estr_chomp.3
Remove whitespace from the end of an estring
firestring_estr_chug.3
Remove whitespace from the beginning of an estring
firestring_estr_eends.3
Check case-insensitively if an estring ends with an estring
firestring_estr_ends.3
Check case-insensitively if an estring ends with a string
firestring_estr_estarts.3
Check case-insensitively if an estring starts with an estring
firestring_estr_estrcasecmp.3
Compare two estrings case-insensitively
firestring_estr_estrcat.3
Concatentate an estring onto another estring
firestring_estr_estrcmp.3
Compare two estrings
firestring_estr_estrcpy.3
Copy an estring into another estring
firestring_estr_estristr.3
Search for an estring case-insensitively in an estring
firestring_estr_estrncasecmp.3
Compare two estring segments case-insensitively
firestring_estr_estrstr.3
Search for an estring in an estring
firestring_estr_expand.3
Expand an estring's space to a minimum length
firestring_estr_free.3
Free space allocated to an estring
firestring_estr_ip_chug.3
Remove whitespace from the beginning of an estring
firestring_estr_ip_trim.3
Remove whitespace from the beginning and end of an estring
firestring_estr_munch.3
Remove characters from the beginning of an estring
firestring_estr_read.3
Read from a file descriptor into an estring
firestring_estr_replace.3
Replace occurences of one string with another
firestring_estr_sprintf.3
Snprintf(3) into an estring
firestring_estr_sprintfe.3
Firestring_estr_sprintf(3) with an estring format
firestring_estr_starts.3
Check case-insensitively if an estring starts with a string
firestring_estr_strcasecmp.3
Compare an estring and a string case-insensitively
firestring_estr_strcat.3
Concatenate a string onto an estring
firestring_estr_strchr.3
Search for a character in an estring
firestring_estr_strcmp.3
Compare an estring and a string
firestring_estr_strcpy.3
Copy a string into an estring
firestring_estr_stristr.3
Search case-insensitively for a string in an estring
firestring_estr_strstr.3
Search for a string in an estring
firestring_estr_tolower.3
Convert all letters in an estring to lower case
firestring_estr_toupper.3
Convert all letters in an estring to upper case
firestring_estr_trim.3
Remove whitespace from the beginning and end of an estring
firestring_estr_vsprintf.3
Snprintf(3) into an estring
firestring_estr_vsprintfe.3
Firestring_estr_vsprintf(3) with an estring format
firestring_estr_xml_decode.3
Decode an estring from xml quoted data into ascii into another estring
firestring_estr_xml_encode.3
Encode an estring into another estring for transmission inside xml data
firestring_fprintf.3
Fprintf(3) with extended firestring types
firestring_fprintfe.3
Fprintf(3) with an estring format
firestring_hextoi.3
Return a numerical value for a 2 digit hex string
firestring_malloc.3
Malloc(3) with internal result checking
firestring_printf.3
Printf(3) with extended firestring types
firestring_printfe.3
Firestring_printf(3) with an estring format
firestring_realloc.3
Realloc(3) with internal result checking
firestring_set_error_handler.3
Set the function to be called on an allocation failure
firestring_snprintf.3
Snprintf(3) provided as a replacement so programs can maintain ansi c compliance
firestring_strcasecmp.3
Strcasecmp(3) provided as a replacement so programs can maintain ansi c compliance
firestring_strdup.3
Strdup(3) with internal result checking
firestring_strncasecmp.3
Strncasecmp(3) provided as a replacement so programs can maintain ansi c compliance
firestring_strncat.3
Strncat(3) with slightly saner semantics
firestring_strncpy.3
Strncpy(3) with slightly saner semantics
firestring_trim.3
Trim excess whitespace from the start and end of a string
firestring_vfprintf.3
Vfprintf(3) with extended firestring types
firestring_vfprintfe.3
Firestring_vfprintf(3) with an estring format
libfirestring.3
Library for safe, fast string handling