trusty (3) firestring_estr_replace.3.gz

Provided by: libfirestring-dev_0.9.12-8ubuntu1_amd64 bug

NAME

       firestring_estr_replace - Replace occurences of one string with another

SYNOPSIS

       #include <firestring.h>
       -lfirestring

       int firestring_estr_replace(struct firestring_estr_t * const dest, const struct firestring_estr_t * const
       source, const struct firestring_estr_t * const to, const struct firestring_estr_t * const from)

DESCRIPTION

       firestring_estr_replace() copies source into dest, replacing all instances from from with to.   If  there
       is insufficient space in dest, the function returns 1 and the contents of dest are undefined.

RETURN VALUE

       0 if the replacement was successful; 1 if there was insufficient space in destination for the replacement
       to occur.

AUTHOR

       Ian Gulliver <ian@penguinhosting.net>

SEE ALSO

       libfirestring(3)

                                                   2003-07-21                         firestring_estr_replace(3)