mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
21 lines
1.6 KiB
HTML
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->haystack, data->needle, data->replacement);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|