Files
source/Y/replacement.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

21 lines
1.6 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>replacement</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--strutil.h.html#L558'>replacement</a> 558 lib/strutil.h char *str_replace_all (const char *haystack, const char *needle, const char *replacement);</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L60'>replacement</a> 60 lib/strutil/replace.c str_replace_all (const char *haystack, const char *needle, const char *replacement)</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L67'>replacement</a> 67 lib/strutil/replace.c replacement_len = strlen (replacement);</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L87'>replacement</a> 87 lib/strutil/replace.c g_string_append_len (return_str, replacement, replacement_len);</span>
<span class='curline'><a href='../S/tests--lib--strutil--str_replace_all.c.html#L57'>replacement</a> 57 tests/lib/strutil/str_replace_all.c const char *replacement;</span>
<span class='curline'><a href='../S/tests--lib--strutil--str_replace_all.c.html#L160'>replacement</a> 160 tests/lib/strutil/str_replace_all.c actual_result = str_replace_all (data-&gt;haystack, data-&gt;needle, data-&gt;replacement);</span>
</pre>
</body>
</html>