Pages du manuel Linux : Fonctions des bibliothèques

firestring_estr_base64_encode
firestring_estr_base64_encode - encode an estring via base64 into another estring
firestring_estr_chomp
firestring_estr_chomp - remove whitespace from the end of an estring
firestring_estr_chug
firestring_estr_chug - remove whitespace from the beginning of an estring
firestring_estr_eends
firestring_estr_eends - check case-insensitively if an estring ends with an estring
firestring_estr_ends
firestring_estr_ends - check case-insensitively if an estring ends with a string
firestring_estr_estarts
firestring_estr_estarts - check case-insensitively if an estring starts with an estring
firestring_estr_estrcasecmp
firestring_estr_estrcasecmp - compare two estrings case-insensitively
firestring_estr_estrcat
firestring_estr_estrcat - concatentate an estring onto another estring
firestring_estr_estrcmp
firestring_estr_estrcmp - compare two estrings
firestring_estr_estrcpy
firestring_estr_estrcpy - copy an estring into another estring
firestring_estr_estristr
firestring_estr_estristr - search for an estring case-insensitively in an estring
firestring_estr_estrncasecmp
firestring_estr_estrncasecmp - compare two estring segments case-insensitively
firestring_estr_estrstr
firestring_estr_estrstr - search for an estring in an estring
firestring_estr_expand
firestring_estr_expand - expand an estring's space to a minimum length
firestring_estr_free
firestring_estr_free - free space allocated to an estring
firestring_estr_ip_chug
firestring_estr_ip_chug - remove whitespace from the beginning of an estring
firestring_estr_ip_trim
firestring_estr_ip_trim - remove whitespace from the beginning and end of an estring
firestring_estr_munch
firestring_estr_munch - remove characters from the beginning of an estring
firestring_estr_read
firestring_estr_read - read from a file descriptor into an estring
firestring_estr_replace
firestring_estr_replace - Replace occurences of one string with another
firestring_estr_sprintf
firestring_estr_sprintf - snprintf(3) into an estring
firestring_estr_sprintfe
firestring_estr_sprintfe - firestring_estr_sprintf(3) with an estring format
firestring_estr_starts
firestring_estr_starts - check case-insensitively if an estring starts with a string
firestring_estr_strcasecmp
firestring_estr_strcasecmp - compare an estring and a string case-insensitively
firestring_estr_strcat
firestring_estr_strcat - concatenate a string onto an estring
firestring_estr_strchr
firestring_estr_strchr - search for a character in an estring
firestring_estr_strcmp
firestring_estr_strcmp - compare an estring and a string
firestring_estr_strcpy
firestring_estr_strcpy - copy a string into an estring
firestring_estr_stristr
firestring_estr_stristr - search case-insensitively for a string in an estring
firestring_estr_strstr
firestring_estr_strstr - search for a string in an estring
firestring_estr_tolower
firestring_estr_tolower - convert all letters in an estring to lower case
firestring_estr_toupper
firestring_estr_toupper - convert all letters in an estring to upper case
firestring_estr_trim
firestring_estr_trim - remove whitespace from the beginning and end of an estring
firestring_estr_vsprintf
firestring_estr_vsprintf - snprintf(3) into an estring
firestring_estr_vsprintfe
firestring_estr_vsprintfe - firestring_estr_vsprintf(3) with an estring format
firestring_estr_xml_decode
firestring_estr_xml_decode - decode an estring from XML quoted data into ASCII into another estring
firestring_estr_xml_encode
firestring_estr_xml_encode - encode an estring into another estring for transmission inside XML data
firestring_fprintf
firestring_fprintf - fprintf(3) with extended firestring types
firestring_fprintfe
firestring_fprintfe - fprintf(3) with an estring format
firestring_hextoi
firestring_hextoi - return a numerical value for a 2 digit hex string
firestring_malloc
firestring_malloc - malloc(3) with internal result checking
firestring_printf
firestring_printf - printf(3) with extended firestring types
firestring_printfe
firestring_printfe - firestring_printf(3) with an estring format
firestring_realloc
firestring_realloc - realloc(3) with internal result checking
firestring_set_error_handler
firestring_set_error_handler - set the function to be called on an allocation failure
firestring_snprintf
firestring_snprintf - snprintf(3) provided as a replacement so programs can maintain ANSI C compliance
firestring_strcasecmp
firestring_strcasecmp - strcasecmp(3) provided as a replacement so programs can maintain ANSI C compliance
firestring_strdup
firestring_strdup - strdup(3) with internal result checking
firestring_strncasecmp
firestring_strncasecmp - strncasecmp(3) provided as a replacement so programs can maintain ANSI C compliance
firestring_strncat
firestring_strncat - strncat(3) with slightly saner semantics