mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
26 lines
2.0 KiB
HTML
26 lines
2.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>lock</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--lock.c.html#L147'>lock</a> 147 lib/lock.c static lock_s lock;</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L168'>lock</a> 168 lib/lock.c lock.pid = (pid_t) atol (pid);</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L169'>lock</a> 169 lib/lock.c lock.who = who;</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L170'>lock</a> 170 lib/lock.c return &lock;</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L230'>lock</a> 230 lib/lock.c const char *lock;</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L232'>lock</a> 232 lib/lock.c lock = lock_get_info (lockfname);</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L233'>lock</a> 233 lib/lock.c if (lock == NULL)</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L235'>lock</a> 235 lib/lock.c lockinfo = lock_extract_info (lock);</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L298'>lock</a> 298 lib/lock.c const char *lock;</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L300'>lock</a> 300 lib/lock.c lock = lock_get_info (lockfname);</span>
|
|
<span class='curline'><a href='../S/lib--lock.c.html#L302'>lock</a> 302 lib/lock.c if (lock == NULL || lock_extract_info (lock)->pid == getpid ())</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|