Man Page: firestring_estr_replace
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 anotherSYNOPSIS#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. If there is insufficient space in dest, the function returns 1 and the contents of dest are undefined.RETURN VALUE0 if the replacement was successful; 1 if there was insufficient space in destination for the replacement to occur.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3) 2003-07-21 firestring_estr_replace(3)
| Related Man Pages |
|---|
| strncpy(3) - linux |
| strncpy(3) - redhat |
| libfirestring(3) - debian |
| th_wcstrxfrm(centos) - centos |
| strcpy(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| New UNIX and Linux History Sections |