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

22 lines
1.5 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>sid_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/src--main.c.html#L199'>sid_str</a> 199 src/main.c const char *sid_str;</span>
<span class='curline'><a href='../S/src--main.c.html#L201'>sid_str</a> 201 src/main.c sid_str = getenv ("MC_SID");</span>
<span class='curline'><a href='../S/src--main.c.html#L202'>sid_str</a> 202 src/main.c if (sid_str == NULL)</span>
<span class='curline'><a href='../S/src--main.c.html#L205'>sid_str</a> 205 src/main.c old_sid = (pid_t) strtol (sid_str, NULL, 0);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L344'>sid_str</a> 344 src/subshell/common.c char sid_str[BUF_SMALL];</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L346'>sid_str</a> 346 src/subshell/common.c g_snprintf (sid_str, sizeof (sid_str), "MC_SID=%ld", (long) mc_sid);</span>
<span class='curline'><a href='../S/src--subshell--common.c.html#L347'>sid_str</a> 347 src/subshell/common.c putenv (g_strdup (sid_str));</span>
</pre>
</body>
</html>