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

30 lines
3.0 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>return_str</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--replace.c.html#L63'>return_str</a> 63 lib/strutil/replace.c GString *return_str = NULL;</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L71'>return_str</a> 71 lib/strutil/replace.c if (return_str == NULL)</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L72'>return_str</a> 72 lib/strutil/replace.c return_str = g_string_sized_new (32);</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L79'>return_str</a> 79 lib/strutil/replace.c g_string_append_len (return_str, haystack, backslash - haystack);</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L80'>return_str</a> 80 lib/strutil/replace.c g_string_append_len (return_str, needle_in_str, needle_in_str - backslash);</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L86'>return_str</a> 86 lib/strutil/replace.c g_string_append_len (return_str, haystack, needle_in_str - haystack);</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L87'>return_str</a> 87 lib/strutil/replace.c g_string_append_len (return_str, replacement, replacement_len);</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L94'>return_str</a> 94 lib/strutil/replace.c if (return_str == NULL)</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L97'>return_str</a> 97 lib/strutil/replace.c g_string_append (return_str, haystack);</span>
<span class='curline'><a href='../S/lib--strutil--replace.c.html#L100'>return_str</a> 100 lib/strutil/replace.c return (return_str != NULL ? g_string_free (return_str, FALSE) : NULL);</span>
<span class='curline'><a href='../S/src--execute.c.html#L265'>return_str</a> 265 src/execute.c char *str_from_config, *return_str;</span>
<span class='curline'><a href='../S/src--execute.c.html#L278'>return_str</a> 278 src/execute.c return_str = str_replace_all (str_from_config, "%filename", parameter);</span>
<span class='curline'><a href='../S/src--execute.c.html#L281'>return_str</a> 281 src/execute.c str_from_config = return_str;</span>
<span class='curline'><a href='../S/src--execute.c.html#L284'>return_str</a> 284 src/execute.c return_str = str_replace_all (str_from_config, "%lineno", parameter);</span>
<span class='curline'><a href='../S/src--execute.c.html#L288'>return_str</a> 288 src/execute.c return return_str;</span>
</pre>
</body>
</html>