Man Page: firestring_estr_areplace
Operating Environment: debian
Section: 3
firestring_estr_replace(3) Library Functions Manual firestring_estr_replace(3)NAMEfirestring_estr_replace - Replace occurences of one string with another, allocating space if neededSYNOPSIS#include <firestring.h> -lfirestring int firestring_estr_replace(struct firestring_estr_t * const dest, const struct firestring_estr_t * const source, const struct fire- string_estr_t * const to, const struct firestring_estr_t * const from)DESCRIPTIONfirestring_estr_replace() copies source into dest, replacing all instances from from with to. It allocates more space in dest if needed.RETURN VALUE0AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3) 2003-07-21 firestring_estr_replace(3)
| Related Man Pages |
|---|
| bstring(3) - redhat |
| string(3) - debian |
| strcat(3) - suse |
| strncat(3) - suse |
| thwcoll.h(centos) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| A (ksh) Library For and From UNIX.com |
| How to copy a column of multiple files and paste into new excel file (next to column)? |