blob: 1ce5ca46c7779b5342d36ad38a9567b937aae6b0 [file] [log] [blame]
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Source of the Rust file `/root/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.26.2/src/unistd.rs`."><meta name="keywords" content="rust, rustlang, rust-lang"><title>unistd.rs - source</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../../normalize.css"><link rel="stylesheet" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../../ayu.css" disabled><link rel="stylesheet" href="../../dark.css" disabled><link rel="stylesheet" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="../../source-script.js"></script><script defer src="../../source-files.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc source"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><a class="sidebar-logo" href="../../nix/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a></nav><main><div class="width-limiter"><nav class="sub"><a class="sub-logo-container" href="../../nix/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav><section id="main-content" class="content"><div class="example-wrap"><pre class="src-line-numbers"><span id="1">1</span>
<span id="2">2</span>
<span id="3">3</span>
<span id="4">4</span>
<span id="5">5</span>
<span id="6">6</span>
<span id="7">7</span>
<span id="8">8</span>
<span id="9">9</span>
<span id="10">10</span>
<span id="11">11</span>
<span id="12">12</span>
<span id="13">13</span>
<span id="14">14</span>
<span id="15">15</span>
<span id="16">16</span>
<span id="17">17</span>
<span id="18">18</span>
<span id="19">19</span>
<span id="20">20</span>
<span id="21">21</span>
<span id="22">22</span>
<span id="23">23</span>
<span id="24">24</span>
<span id="25">25</span>
<span id="26">26</span>
<span id="27">27</span>
<span id="28">28</span>
<span id="29">29</span>
<span id="30">30</span>
<span id="31">31</span>
<span id="32">32</span>
<span id="33">33</span>
<span id="34">34</span>
<span id="35">35</span>
<span id="36">36</span>
<span id="37">37</span>
<span id="38">38</span>
<span id="39">39</span>
<span id="40">40</span>
<span id="41">41</span>
<span id="42">42</span>
<span id="43">43</span>
<span id="44">44</span>
<span id="45">45</span>
<span id="46">46</span>
<span id="47">47</span>
<span id="48">48</span>
<span id="49">49</span>
<span id="50">50</span>
<span id="51">51</span>
<span id="52">52</span>
<span id="53">53</span>
<span id="54">54</span>
<span id="55">55</span>
<span id="56">56</span>
<span id="57">57</span>
<span id="58">58</span>
<span id="59">59</span>
<span id="60">60</span>
<span id="61">61</span>
<span id="62">62</span>
<span id="63">63</span>
<span id="64">64</span>
<span id="65">65</span>
<span id="66">66</span>
<span id="67">67</span>
<span id="68">68</span>
<span id="69">69</span>
<span id="70">70</span>
<span id="71">71</span>
<span id="72">72</span>
<span id="73">73</span>
<span id="74">74</span>
<span id="75">75</span>
<span id="76">76</span>
<span id="77">77</span>
<span id="78">78</span>
<span id="79">79</span>
<span id="80">80</span>
<span id="81">81</span>
<span id="82">82</span>
<span id="83">83</span>
<span id="84">84</span>
<span id="85">85</span>
<span id="86">86</span>
<span id="87">87</span>
<span id="88">88</span>
<span id="89">89</span>
<span id="90">90</span>
<span id="91">91</span>
<span id="92">92</span>
<span id="93">93</span>
<span id="94">94</span>
<span id="95">95</span>
<span id="96">96</span>
<span id="97">97</span>
<span id="98">98</span>
<span id="99">99</span>
<span id="100">100</span>
<span id="101">101</span>
<span id="102">102</span>
<span id="103">103</span>
<span id="104">104</span>
<span id="105">105</span>
<span id="106">106</span>
<span id="107">107</span>
<span id="108">108</span>
<span id="109">109</span>
<span id="110">110</span>
<span id="111">111</span>
<span id="112">112</span>
<span id="113">113</span>
<span id="114">114</span>
<span id="115">115</span>
<span id="116">116</span>
<span id="117">117</span>
<span id="118">118</span>
<span id="119">119</span>
<span id="120">120</span>
<span id="121">121</span>
<span id="122">122</span>
<span id="123">123</span>
<span id="124">124</span>
<span id="125">125</span>
<span id="126">126</span>
<span id="127">127</span>
<span id="128">128</span>
<span id="129">129</span>
<span id="130">130</span>
<span id="131">131</span>
<span id="132">132</span>
<span id="133">133</span>
<span id="134">134</span>
<span id="135">135</span>
<span id="136">136</span>
<span id="137">137</span>
<span id="138">138</span>
<span id="139">139</span>
<span id="140">140</span>
<span id="141">141</span>
<span id="142">142</span>
<span id="143">143</span>
<span id="144">144</span>
<span id="145">145</span>
<span id="146">146</span>
<span id="147">147</span>
<span id="148">148</span>
<span id="149">149</span>
<span id="150">150</span>
<span id="151">151</span>
<span id="152">152</span>
<span id="153">153</span>
<span id="154">154</span>
<span id="155">155</span>
<span id="156">156</span>
<span id="157">157</span>
<span id="158">158</span>
<span id="159">159</span>
<span id="160">160</span>
<span id="161">161</span>
<span id="162">162</span>
<span id="163">163</span>
<span id="164">164</span>
<span id="165">165</span>
<span id="166">166</span>
<span id="167">167</span>
<span id="168">168</span>
<span id="169">169</span>
<span id="170">170</span>
<span id="171">171</span>
<span id="172">172</span>
<span id="173">173</span>
<span id="174">174</span>
<span id="175">175</span>
<span id="176">176</span>
<span id="177">177</span>
<span id="178">178</span>
<span id="179">179</span>
<span id="180">180</span>
<span id="181">181</span>
<span id="182">182</span>
<span id="183">183</span>
<span id="184">184</span>
<span id="185">185</span>
<span id="186">186</span>
<span id="187">187</span>
<span id="188">188</span>
<span id="189">189</span>
<span id="190">190</span>
<span id="191">191</span>
<span id="192">192</span>
<span id="193">193</span>
<span id="194">194</span>
<span id="195">195</span>
<span id="196">196</span>
<span id="197">197</span>
<span id="198">198</span>
<span id="199">199</span>
<span id="200">200</span>
<span id="201">201</span>
<span id="202">202</span>
<span id="203">203</span>
<span id="204">204</span>
<span id="205">205</span>
<span id="206">206</span>
<span id="207">207</span>
<span id="208">208</span>
<span id="209">209</span>
<span id="210">210</span>
<span id="211">211</span>
<span id="212">212</span>
<span id="213">213</span>
<span id="214">214</span>
<span id="215">215</span>
<span id="216">216</span>
<span id="217">217</span>
<span id="218">218</span>
<span id="219">219</span>
<span id="220">220</span>
<span id="221">221</span>
<span id="222">222</span>
<span id="223">223</span>
<span id="224">224</span>
<span id="225">225</span>
<span id="226">226</span>
<span id="227">227</span>
<span id="228">228</span>
<span id="229">229</span>
<span id="230">230</span>
<span id="231">231</span>
<span id="232">232</span>
<span id="233">233</span>
<span id="234">234</span>
<span id="235">235</span>
<span id="236">236</span>
<span id="237">237</span>
<span id="238">238</span>
<span id="239">239</span>
<span id="240">240</span>
<span id="241">241</span>
<span id="242">242</span>
<span id="243">243</span>
<span id="244">244</span>
<span id="245">245</span>
<span id="246">246</span>
<span id="247">247</span>
<span id="248">248</span>
<span id="249">249</span>
<span id="250">250</span>
<span id="251">251</span>
<span id="252">252</span>
<span id="253">253</span>
<span id="254">254</span>
<span id="255">255</span>
<span id="256">256</span>
<span id="257">257</span>
<span id="258">258</span>
<span id="259">259</span>
<span id="260">260</span>
<span id="261">261</span>
<span id="262">262</span>
<span id="263">263</span>
<span id="264">264</span>
<span id="265">265</span>
<span id="266">266</span>
<span id="267">267</span>
<span id="268">268</span>
<span id="269">269</span>
<span id="270">270</span>
<span id="271">271</span>
<span id="272">272</span>
<span id="273">273</span>
<span id="274">274</span>
<span id="275">275</span>
<span id="276">276</span>
<span id="277">277</span>
<span id="278">278</span>
<span id="279">279</span>
<span id="280">280</span>
<span id="281">281</span>
<span id="282">282</span>
<span id="283">283</span>
<span id="284">284</span>
<span id="285">285</span>
<span id="286">286</span>
<span id="287">287</span>
<span id="288">288</span>
<span id="289">289</span>
<span id="290">290</span>
<span id="291">291</span>
<span id="292">292</span>
<span id="293">293</span>
<span id="294">294</span>
<span id="295">295</span>
<span id="296">296</span>
<span id="297">297</span>
<span id="298">298</span>
<span id="299">299</span>
<span id="300">300</span>
<span id="301">301</span>
<span id="302">302</span>
<span id="303">303</span>
<span id="304">304</span>
<span id="305">305</span>
<span id="306">306</span>
<span id="307">307</span>
<span id="308">308</span>
<span id="309">309</span>
<span id="310">310</span>
<span id="311">311</span>
<span id="312">312</span>
<span id="313">313</span>
<span id="314">314</span>
<span id="315">315</span>
<span id="316">316</span>
<span id="317">317</span>
<span id="318">318</span>
<span id="319">319</span>
<span id="320">320</span>
<span id="321">321</span>
<span id="322">322</span>
<span id="323">323</span>
<span id="324">324</span>
<span id="325">325</span>
<span id="326">326</span>
<span id="327">327</span>
<span id="328">328</span>
<span id="329">329</span>
<span id="330">330</span>
<span id="331">331</span>
<span id="332">332</span>
<span id="333">333</span>
<span id="334">334</span>
<span id="335">335</span>
<span id="336">336</span>
<span id="337">337</span>
<span id="338">338</span>
<span id="339">339</span>
<span id="340">340</span>
<span id="341">341</span>
<span id="342">342</span>
<span id="343">343</span>
<span id="344">344</span>
<span id="345">345</span>
<span id="346">346</span>
<span id="347">347</span>
<span id="348">348</span>
<span id="349">349</span>
<span id="350">350</span>
<span id="351">351</span>
<span id="352">352</span>
<span id="353">353</span>
<span id="354">354</span>
<span id="355">355</span>
<span id="356">356</span>
<span id="357">357</span>
<span id="358">358</span>
<span id="359">359</span>
<span id="360">360</span>
<span id="361">361</span>
<span id="362">362</span>
<span id="363">363</span>
<span id="364">364</span>
<span id="365">365</span>
<span id="366">366</span>
<span id="367">367</span>
<span id="368">368</span>
<span id="369">369</span>
<span id="370">370</span>
<span id="371">371</span>
<span id="372">372</span>
<span id="373">373</span>
<span id="374">374</span>
<span id="375">375</span>
<span id="376">376</span>
<span id="377">377</span>
<span id="378">378</span>
<span id="379">379</span>
<span id="380">380</span>
<span id="381">381</span>
<span id="382">382</span>
<span id="383">383</span>
<span id="384">384</span>
<span id="385">385</span>
<span id="386">386</span>
<span id="387">387</span>
<span id="388">388</span>
<span id="389">389</span>
<span id="390">390</span>
<span id="391">391</span>
<span id="392">392</span>
<span id="393">393</span>
<span id="394">394</span>
<span id="395">395</span>
<span id="396">396</span>
<span id="397">397</span>
<span id="398">398</span>
<span id="399">399</span>
<span id="400">400</span>
<span id="401">401</span>
<span id="402">402</span>
<span id="403">403</span>
<span id="404">404</span>
<span id="405">405</span>
<span id="406">406</span>
<span id="407">407</span>
<span id="408">408</span>
<span id="409">409</span>
<span id="410">410</span>
<span id="411">411</span>
<span id="412">412</span>
<span id="413">413</span>
<span id="414">414</span>
<span id="415">415</span>
<span id="416">416</span>
<span id="417">417</span>
<span id="418">418</span>
<span id="419">419</span>
<span id="420">420</span>
<span id="421">421</span>
<span id="422">422</span>
<span id="423">423</span>
<span id="424">424</span>
<span id="425">425</span>
<span id="426">426</span>
<span id="427">427</span>
<span id="428">428</span>
<span id="429">429</span>
<span id="430">430</span>
<span id="431">431</span>
<span id="432">432</span>
<span id="433">433</span>
<span id="434">434</span>
<span id="435">435</span>
<span id="436">436</span>
<span id="437">437</span>
<span id="438">438</span>
<span id="439">439</span>
<span id="440">440</span>
<span id="441">441</span>
<span id="442">442</span>
<span id="443">443</span>
<span id="444">444</span>
<span id="445">445</span>
<span id="446">446</span>
<span id="447">447</span>
<span id="448">448</span>
<span id="449">449</span>
<span id="450">450</span>
<span id="451">451</span>
<span id="452">452</span>
<span id="453">453</span>
<span id="454">454</span>
<span id="455">455</span>
<span id="456">456</span>
<span id="457">457</span>
<span id="458">458</span>
<span id="459">459</span>
<span id="460">460</span>
<span id="461">461</span>
<span id="462">462</span>
<span id="463">463</span>
<span id="464">464</span>
<span id="465">465</span>
<span id="466">466</span>
<span id="467">467</span>
<span id="468">468</span>
<span id="469">469</span>
<span id="470">470</span>
<span id="471">471</span>
<span id="472">472</span>
<span id="473">473</span>
<span id="474">474</span>
<span id="475">475</span>
<span id="476">476</span>
<span id="477">477</span>
<span id="478">478</span>
<span id="479">479</span>
<span id="480">480</span>
<span id="481">481</span>
<span id="482">482</span>
<span id="483">483</span>
<span id="484">484</span>
<span id="485">485</span>
<span id="486">486</span>
<span id="487">487</span>
<span id="488">488</span>
<span id="489">489</span>
<span id="490">490</span>
<span id="491">491</span>
<span id="492">492</span>
<span id="493">493</span>
<span id="494">494</span>
<span id="495">495</span>
<span id="496">496</span>
<span id="497">497</span>
<span id="498">498</span>
<span id="499">499</span>
<span id="500">500</span>
<span id="501">501</span>
<span id="502">502</span>
<span id="503">503</span>
<span id="504">504</span>
<span id="505">505</span>
<span id="506">506</span>
<span id="507">507</span>
<span id="508">508</span>
<span id="509">509</span>
<span id="510">510</span>
<span id="511">511</span>
<span id="512">512</span>
<span id="513">513</span>
<span id="514">514</span>
<span id="515">515</span>
<span id="516">516</span>
<span id="517">517</span>
<span id="518">518</span>
<span id="519">519</span>
<span id="520">520</span>
<span id="521">521</span>
<span id="522">522</span>
<span id="523">523</span>
<span id="524">524</span>
<span id="525">525</span>
<span id="526">526</span>
<span id="527">527</span>
<span id="528">528</span>
<span id="529">529</span>
<span id="530">530</span>
<span id="531">531</span>
<span id="532">532</span>
<span id="533">533</span>
<span id="534">534</span>
<span id="535">535</span>
<span id="536">536</span>
<span id="537">537</span>
<span id="538">538</span>
<span id="539">539</span>
<span id="540">540</span>
<span id="541">541</span>
<span id="542">542</span>
<span id="543">543</span>
<span id="544">544</span>
<span id="545">545</span>
<span id="546">546</span>
<span id="547">547</span>
<span id="548">548</span>
<span id="549">549</span>
<span id="550">550</span>
<span id="551">551</span>
<span id="552">552</span>
<span id="553">553</span>
<span id="554">554</span>
<span id="555">555</span>
<span id="556">556</span>
<span id="557">557</span>
<span id="558">558</span>
<span id="559">559</span>
<span id="560">560</span>
<span id="561">561</span>
<span id="562">562</span>
<span id="563">563</span>
<span id="564">564</span>
<span id="565">565</span>
<span id="566">566</span>
<span id="567">567</span>
<span id="568">568</span>
<span id="569">569</span>
<span id="570">570</span>
<span id="571">571</span>
<span id="572">572</span>
<span id="573">573</span>
<span id="574">574</span>
<span id="575">575</span>
<span id="576">576</span>
<span id="577">577</span>
<span id="578">578</span>
<span id="579">579</span>
<span id="580">580</span>
<span id="581">581</span>
<span id="582">582</span>
<span id="583">583</span>
<span id="584">584</span>
<span id="585">585</span>
<span id="586">586</span>
<span id="587">587</span>
<span id="588">588</span>
<span id="589">589</span>
<span id="590">590</span>
<span id="591">591</span>
<span id="592">592</span>
<span id="593">593</span>
<span id="594">594</span>
<span id="595">595</span>
<span id="596">596</span>
<span id="597">597</span>
<span id="598">598</span>
<span id="599">599</span>
<span id="600">600</span>
<span id="601">601</span>
<span id="602">602</span>
<span id="603">603</span>
<span id="604">604</span>
<span id="605">605</span>
<span id="606">606</span>
<span id="607">607</span>
<span id="608">608</span>
<span id="609">609</span>
<span id="610">610</span>
<span id="611">611</span>
<span id="612">612</span>
<span id="613">613</span>
<span id="614">614</span>
<span id="615">615</span>
<span id="616">616</span>
<span id="617">617</span>
<span id="618">618</span>
<span id="619">619</span>
<span id="620">620</span>
<span id="621">621</span>
<span id="622">622</span>
<span id="623">623</span>
<span id="624">624</span>
<span id="625">625</span>
<span id="626">626</span>
<span id="627">627</span>
<span id="628">628</span>
<span id="629">629</span>
<span id="630">630</span>
<span id="631">631</span>
<span id="632">632</span>
<span id="633">633</span>
<span id="634">634</span>
<span id="635">635</span>
<span id="636">636</span>
<span id="637">637</span>
<span id="638">638</span>
<span id="639">639</span>
<span id="640">640</span>
<span id="641">641</span>
<span id="642">642</span>
<span id="643">643</span>
<span id="644">644</span>
<span id="645">645</span>
<span id="646">646</span>
<span id="647">647</span>
<span id="648">648</span>
<span id="649">649</span>
<span id="650">650</span>
<span id="651">651</span>
<span id="652">652</span>
<span id="653">653</span>
<span id="654">654</span>
<span id="655">655</span>
<span id="656">656</span>
<span id="657">657</span>
<span id="658">658</span>
<span id="659">659</span>
<span id="660">660</span>
<span id="661">661</span>
<span id="662">662</span>
<span id="663">663</span>
<span id="664">664</span>
<span id="665">665</span>
<span id="666">666</span>
<span id="667">667</span>
<span id="668">668</span>
<span id="669">669</span>
<span id="670">670</span>
<span id="671">671</span>
<span id="672">672</span>
<span id="673">673</span>
<span id="674">674</span>
<span id="675">675</span>
<span id="676">676</span>
<span id="677">677</span>
<span id="678">678</span>
<span id="679">679</span>
<span id="680">680</span>
<span id="681">681</span>
<span id="682">682</span>
<span id="683">683</span>
<span id="684">684</span>
<span id="685">685</span>
<span id="686">686</span>
<span id="687">687</span>
<span id="688">688</span>
<span id="689">689</span>
<span id="690">690</span>
<span id="691">691</span>
<span id="692">692</span>
<span id="693">693</span>
<span id="694">694</span>
<span id="695">695</span>
<span id="696">696</span>
<span id="697">697</span>
<span id="698">698</span>
<span id="699">699</span>
<span id="700">700</span>
<span id="701">701</span>
<span id="702">702</span>
<span id="703">703</span>
<span id="704">704</span>
<span id="705">705</span>
<span id="706">706</span>
<span id="707">707</span>
<span id="708">708</span>
<span id="709">709</span>
<span id="710">710</span>
<span id="711">711</span>
<span id="712">712</span>
<span id="713">713</span>
<span id="714">714</span>
<span id="715">715</span>
<span id="716">716</span>
<span id="717">717</span>
<span id="718">718</span>
<span id="719">719</span>
<span id="720">720</span>
<span id="721">721</span>
<span id="722">722</span>
<span id="723">723</span>
<span id="724">724</span>
<span id="725">725</span>
<span id="726">726</span>
<span id="727">727</span>
<span id="728">728</span>
<span id="729">729</span>
<span id="730">730</span>
<span id="731">731</span>
<span id="732">732</span>
<span id="733">733</span>
<span id="734">734</span>
<span id="735">735</span>
<span id="736">736</span>
<span id="737">737</span>
<span id="738">738</span>
<span id="739">739</span>
<span id="740">740</span>
<span id="741">741</span>
<span id="742">742</span>
<span id="743">743</span>
<span id="744">744</span>
<span id="745">745</span>
<span id="746">746</span>
<span id="747">747</span>
<span id="748">748</span>
<span id="749">749</span>
<span id="750">750</span>
<span id="751">751</span>
<span id="752">752</span>
<span id="753">753</span>
<span id="754">754</span>
<span id="755">755</span>
<span id="756">756</span>
<span id="757">757</span>
<span id="758">758</span>
<span id="759">759</span>
<span id="760">760</span>
<span id="761">761</span>
<span id="762">762</span>
<span id="763">763</span>
<span id="764">764</span>
<span id="765">765</span>
<span id="766">766</span>
<span id="767">767</span>
<span id="768">768</span>
<span id="769">769</span>
<span id="770">770</span>
<span id="771">771</span>
<span id="772">772</span>
<span id="773">773</span>
<span id="774">774</span>
<span id="775">775</span>
<span id="776">776</span>
<span id="777">777</span>
<span id="778">778</span>
<span id="779">779</span>
<span id="780">780</span>
<span id="781">781</span>
<span id="782">782</span>
<span id="783">783</span>
<span id="784">784</span>
<span id="785">785</span>
<span id="786">786</span>
<span id="787">787</span>
<span id="788">788</span>
<span id="789">789</span>
<span id="790">790</span>
<span id="791">791</span>
<span id="792">792</span>
<span id="793">793</span>
<span id="794">794</span>
<span id="795">795</span>
<span id="796">796</span>
<span id="797">797</span>
<span id="798">798</span>
<span id="799">799</span>
<span id="800">800</span>
<span id="801">801</span>
<span id="802">802</span>
<span id="803">803</span>
<span id="804">804</span>
<span id="805">805</span>
<span id="806">806</span>
<span id="807">807</span>
<span id="808">808</span>
<span id="809">809</span>
<span id="810">810</span>
<span id="811">811</span>
<span id="812">812</span>
<span id="813">813</span>
<span id="814">814</span>
<span id="815">815</span>
<span id="816">816</span>
<span id="817">817</span>
<span id="818">818</span>
<span id="819">819</span>
<span id="820">820</span>
<span id="821">821</span>
<span id="822">822</span>
<span id="823">823</span>
<span id="824">824</span>
<span id="825">825</span>
<span id="826">826</span>
<span id="827">827</span>
<span id="828">828</span>
<span id="829">829</span>
<span id="830">830</span>
<span id="831">831</span>
<span id="832">832</span>
<span id="833">833</span>
<span id="834">834</span>
<span id="835">835</span>
<span id="836">836</span>
<span id="837">837</span>
<span id="838">838</span>
<span id="839">839</span>
<span id="840">840</span>
<span id="841">841</span>
<span id="842">842</span>
<span id="843">843</span>
<span id="844">844</span>
<span id="845">845</span>
<span id="846">846</span>
<span id="847">847</span>
<span id="848">848</span>
<span id="849">849</span>
<span id="850">850</span>
<span id="851">851</span>
<span id="852">852</span>
<span id="853">853</span>
<span id="854">854</span>
<span id="855">855</span>
<span id="856">856</span>
<span id="857">857</span>
<span id="858">858</span>
<span id="859">859</span>
<span id="860">860</span>
<span id="861">861</span>
<span id="862">862</span>
<span id="863">863</span>
<span id="864">864</span>
<span id="865">865</span>
<span id="866">866</span>
<span id="867">867</span>
<span id="868">868</span>
<span id="869">869</span>
<span id="870">870</span>
<span id="871">871</span>
<span id="872">872</span>
<span id="873">873</span>
<span id="874">874</span>
<span id="875">875</span>
<span id="876">876</span>
<span id="877">877</span>
<span id="878">878</span>
<span id="879">879</span>
<span id="880">880</span>
<span id="881">881</span>
<span id="882">882</span>
<span id="883">883</span>
<span id="884">884</span>
<span id="885">885</span>
<span id="886">886</span>
<span id="887">887</span>
<span id="888">888</span>
<span id="889">889</span>
<span id="890">890</span>
<span id="891">891</span>
<span id="892">892</span>
<span id="893">893</span>
<span id="894">894</span>
<span id="895">895</span>
<span id="896">896</span>
<span id="897">897</span>
<span id="898">898</span>
<span id="899">899</span>
<span id="900">900</span>
<span id="901">901</span>
<span id="902">902</span>
<span id="903">903</span>
<span id="904">904</span>
<span id="905">905</span>
<span id="906">906</span>
<span id="907">907</span>
<span id="908">908</span>
<span id="909">909</span>
<span id="910">910</span>
<span id="911">911</span>
<span id="912">912</span>
<span id="913">913</span>
<span id="914">914</span>
<span id="915">915</span>
<span id="916">916</span>
<span id="917">917</span>
<span id="918">918</span>
<span id="919">919</span>
<span id="920">920</span>
<span id="921">921</span>
<span id="922">922</span>
<span id="923">923</span>
<span id="924">924</span>
<span id="925">925</span>
<span id="926">926</span>
<span id="927">927</span>
<span id="928">928</span>
<span id="929">929</span>
<span id="930">930</span>
<span id="931">931</span>
<span id="932">932</span>
<span id="933">933</span>
<span id="934">934</span>
<span id="935">935</span>
<span id="936">936</span>
<span id="937">937</span>
<span id="938">938</span>
<span id="939">939</span>
<span id="940">940</span>
<span id="941">941</span>
<span id="942">942</span>
<span id="943">943</span>
<span id="944">944</span>
<span id="945">945</span>
<span id="946">946</span>
<span id="947">947</span>
<span id="948">948</span>
<span id="949">949</span>
<span id="950">950</span>
<span id="951">951</span>
<span id="952">952</span>
<span id="953">953</span>
<span id="954">954</span>
<span id="955">955</span>
<span id="956">956</span>
<span id="957">957</span>
<span id="958">958</span>
<span id="959">959</span>
<span id="960">960</span>
<span id="961">961</span>
<span id="962">962</span>
<span id="963">963</span>
<span id="964">964</span>
<span id="965">965</span>
<span id="966">966</span>
<span id="967">967</span>
<span id="968">968</span>
<span id="969">969</span>
<span id="970">970</span>
<span id="971">971</span>
<span id="972">972</span>
<span id="973">973</span>
<span id="974">974</span>
<span id="975">975</span>
<span id="976">976</span>
<span id="977">977</span>
<span id="978">978</span>
<span id="979">979</span>
<span id="980">980</span>
<span id="981">981</span>
<span id="982">982</span>
<span id="983">983</span>
<span id="984">984</span>
<span id="985">985</span>
<span id="986">986</span>
<span id="987">987</span>
<span id="988">988</span>
<span id="989">989</span>
<span id="990">990</span>
<span id="991">991</span>
<span id="992">992</span>
<span id="993">993</span>
<span id="994">994</span>
<span id="995">995</span>
<span id="996">996</span>
<span id="997">997</span>
<span id="998">998</span>
<span id="999">999</span>
<span id="1000">1000</span>
<span id="1001">1001</span>
<span id="1002">1002</span>
<span id="1003">1003</span>
<span id="1004">1004</span>
<span id="1005">1005</span>
<span id="1006">1006</span>
<span id="1007">1007</span>
<span id="1008">1008</span>
<span id="1009">1009</span>
<span id="1010">1010</span>
<span id="1011">1011</span>
<span id="1012">1012</span>
<span id="1013">1013</span>
<span id="1014">1014</span>
<span id="1015">1015</span>
<span id="1016">1016</span>
<span id="1017">1017</span>
<span id="1018">1018</span>
<span id="1019">1019</span>
<span id="1020">1020</span>
<span id="1021">1021</span>
<span id="1022">1022</span>
<span id="1023">1023</span>
<span id="1024">1024</span>
<span id="1025">1025</span>
<span id="1026">1026</span>
<span id="1027">1027</span>
<span id="1028">1028</span>
<span id="1029">1029</span>
<span id="1030">1030</span>
<span id="1031">1031</span>
<span id="1032">1032</span>
<span id="1033">1033</span>
<span id="1034">1034</span>
<span id="1035">1035</span>
<span id="1036">1036</span>
<span id="1037">1037</span>
<span id="1038">1038</span>
<span id="1039">1039</span>
<span id="1040">1040</span>
<span id="1041">1041</span>
<span id="1042">1042</span>
<span id="1043">1043</span>
<span id="1044">1044</span>
<span id="1045">1045</span>
<span id="1046">1046</span>
<span id="1047">1047</span>
<span id="1048">1048</span>
<span id="1049">1049</span>
<span id="1050">1050</span>
<span id="1051">1051</span>
<span id="1052">1052</span>
<span id="1053">1053</span>
<span id="1054">1054</span>
<span id="1055">1055</span>
<span id="1056">1056</span>
<span id="1057">1057</span>
<span id="1058">1058</span>
<span id="1059">1059</span>
<span id="1060">1060</span>
<span id="1061">1061</span>
<span id="1062">1062</span>
<span id="1063">1063</span>
<span id="1064">1064</span>
<span id="1065">1065</span>
<span id="1066">1066</span>
<span id="1067">1067</span>
<span id="1068">1068</span>
<span id="1069">1069</span>
<span id="1070">1070</span>
<span id="1071">1071</span>
<span id="1072">1072</span>
<span id="1073">1073</span>
<span id="1074">1074</span>
<span id="1075">1075</span>
<span id="1076">1076</span>
<span id="1077">1077</span>
<span id="1078">1078</span>
<span id="1079">1079</span>
<span id="1080">1080</span>
<span id="1081">1081</span>
<span id="1082">1082</span>
<span id="1083">1083</span>
<span id="1084">1084</span>
<span id="1085">1085</span>
<span id="1086">1086</span>
<span id="1087">1087</span>
<span id="1088">1088</span>
<span id="1089">1089</span>
<span id="1090">1090</span>
<span id="1091">1091</span>
<span id="1092">1092</span>
<span id="1093">1093</span>
<span id="1094">1094</span>
<span id="1095">1095</span>
<span id="1096">1096</span>
<span id="1097">1097</span>
<span id="1098">1098</span>
<span id="1099">1099</span>
<span id="1100">1100</span>
<span id="1101">1101</span>
<span id="1102">1102</span>
<span id="1103">1103</span>
<span id="1104">1104</span>
<span id="1105">1105</span>
<span id="1106">1106</span>
<span id="1107">1107</span>
<span id="1108">1108</span>
<span id="1109">1109</span>
<span id="1110">1110</span>
<span id="1111">1111</span>
<span id="1112">1112</span>
<span id="1113">1113</span>
<span id="1114">1114</span>
<span id="1115">1115</span>
<span id="1116">1116</span>
<span id="1117">1117</span>
<span id="1118">1118</span>
<span id="1119">1119</span>
<span id="1120">1120</span>
<span id="1121">1121</span>
<span id="1122">1122</span>
<span id="1123">1123</span>
<span id="1124">1124</span>
<span id="1125">1125</span>
<span id="1126">1126</span>
<span id="1127">1127</span>
<span id="1128">1128</span>
<span id="1129">1129</span>
<span id="1130">1130</span>
<span id="1131">1131</span>
<span id="1132">1132</span>
<span id="1133">1133</span>
<span id="1134">1134</span>
<span id="1135">1135</span>
<span id="1136">1136</span>
<span id="1137">1137</span>
<span id="1138">1138</span>
<span id="1139">1139</span>
<span id="1140">1140</span>
<span id="1141">1141</span>
<span id="1142">1142</span>
<span id="1143">1143</span>
<span id="1144">1144</span>
<span id="1145">1145</span>
<span id="1146">1146</span>
<span id="1147">1147</span>
<span id="1148">1148</span>
<span id="1149">1149</span>
<span id="1150">1150</span>
<span id="1151">1151</span>
<span id="1152">1152</span>
<span id="1153">1153</span>
<span id="1154">1154</span>
<span id="1155">1155</span>
<span id="1156">1156</span>
<span id="1157">1157</span>
<span id="1158">1158</span>
<span id="1159">1159</span>
<span id="1160">1160</span>
<span id="1161">1161</span>
<span id="1162">1162</span>
<span id="1163">1163</span>
<span id="1164">1164</span>
<span id="1165">1165</span>
<span id="1166">1166</span>
<span id="1167">1167</span>
<span id="1168">1168</span>
<span id="1169">1169</span>
<span id="1170">1170</span>
<span id="1171">1171</span>
<span id="1172">1172</span>
<span id="1173">1173</span>
<span id="1174">1174</span>
<span id="1175">1175</span>
<span id="1176">1176</span>
<span id="1177">1177</span>
<span id="1178">1178</span>
<span id="1179">1179</span>
<span id="1180">1180</span>
<span id="1181">1181</span>
<span id="1182">1182</span>
<span id="1183">1183</span>
<span id="1184">1184</span>
<span id="1185">1185</span>
<span id="1186">1186</span>
<span id="1187">1187</span>
<span id="1188">1188</span>
<span id="1189">1189</span>
<span id="1190">1190</span>
<span id="1191">1191</span>
<span id="1192">1192</span>
<span id="1193">1193</span>
<span id="1194">1194</span>
<span id="1195">1195</span>
<span id="1196">1196</span>
<span id="1197">1197</span>
<span id="1198">1198</span>
<span id="1199">1199</span>
<span id="1200">1200</span>
<span id="1201">1201</span>
<span id="1202">1202</span>
<span id="1203">1203</span>
<span id="1204">1204</span>
<span id="1205">1205</span>
<span id="1206">1206</span>
<span id="1207">1207</span>
<span id="1208">1208</span>
<span id="1209">1209</span>
<span id="1210">1210</span>
<span id="1211">1211</span>
<span id="1212">1212</span>
<span id="1213">1213</span>
<span id="1214">1214</span>
<span id="1215">1215</span>
<span id="1216">1216</span>
<span id="1217">1217</span>
<span id="1218">1218</span>
<span id="1219">1219</span>
<span id="1220">1220</span>
<span id="1221">1221</span>
<span id="1222">1222</span>
<span id="1223">1223</span>
<span id="1224">1224</span>
<span id="1225">1225</span>
<span id="1226">1226</span>
<span id="1227">1227</span>
<span id="1228">1228</span>
<span id="1229">1229</span>
<span id="1230">1230</span>
<span id="1231">1231</span>
<span id="1232">1232</span>
<span id="1233">1233</span>
<span id="1234">1234</span>
<span id="1235">1235</span>
<span id="1236">1236</span>
<span id="1237">1237</span>
<span id="1238">1238</span>
<span id="1239">1239</span>
<span id="1240">1240</span>
<span id="1241">1241</span>
<span id="1242">1242</span>
<span id="1243">1243</span>
<span id="1244">1244</span>
<span id="1245">1245</span>
<span id="1246">1246</span>
<span id="1247">1247</span>
<span id="1248">1248</span>
<span id="1249">1249</span>
<span id="1250">1250</span>
<span id="1251">1251</span>
<span id="1252">1252</span>
<span id="1253">1253</span>
<span id="1254">1254</span>
<span id="1255">1255</span>
<span id="1256">1256</span>
<span id="1257">1257</span>
<span id="1258">1258</span>
<span id="1259">1259</span>
<span id="1260">1260</span>
<span id="1261">1261</span>
<span id="1262">1262</span>
<span id="1263">1263</span>
<span id="1264">1264</span>
<span id="1265">1265</span>
<span id="1266">1266</span>
<span id="1267">1267</span>
<span id="1268">1268</span>
<span id="1269">1269</span>
<span id="1270">1270</span>
<span id="1271">1271</span>
<span id="1272">1272</span>
<span id="1273">1273</span>
<span id="1274">1274</span>
<span id="1275">1275</span>
<span id="1276">1276</span>
<span id="1277">1277</span>
<span id="1278">1278</span>
<span id="1279">1279</span>
<span id="1280">1280</span>
<span id="1281">1281</span>
<span id="1282">1282</span>
<span id="1283">1283</span>
<span id="1284">1284</span>
<span id="1285">1285</span>
<span id="1286">1286</span>
<span id="1287">1287</span>
<span id="1288">1288</span>
<span id="1289">1289</span>
<span id="1290">1290</span>
<span id="1291">1291</span>
<span id="1292">1292</span>
<span id="1293">1293</span>
<span id="1294">1294</span>
<span id="1295">1295</span>
<span id="1296">1296</span>
<span id="1297">1297</span>
<span id="1298">1298</span>
<span id="1299">1299</span>
<span id="1300">1300</span>
<span id="1301">1301</span>
<span id="1302">1302</span>
<span id="1303">1303</span>
<span id="1304">1304</span>
<span id="1305">1305</span>
<span id="1306">1306</span>
<span id="1307">1307</span>
<span id="1308">1308</span>
<span id="1309">1309</span>
<span id="1310">1310</span>
<span id="1311">1311</span>
<span id="1312">1312</span>
<span id="1313">1313</span>
<span id="1314">1314</span>
<span id="1315">1315</span>
<span id="1316">1316</span>
<span id="1317">1317</span>
<span id="1318">1318</span>
<span id="1319">1319</span>
<span id="1320">1320</span>
<span id="1321">1321</span>
<span id="1322">1322</span>
<span id="1323">1323</span>
<span id="1324">1324</span>
<span id="1325">1325</span>
<span id="1326">1326</span>
<span id="1327">1327</span>
<span id="1328">1328</span>
<span id="1329">1329</span>
<span id="1330">1330</span>
<span id="1331">1331</span>
<span id="1332">1332</span>
<span id="1333">1333</span>
<span id="1334">1334</span>
<span id="1335">1335</span>
<span id="1336">1336</span>
<span id="1337">1337</span>
<span id="1338">1338</span>
<span id="1339">1339</span>
<span id="1340">1340</span>
<span id="1341">1341</span>
<span id="1342">1342</span>
<span id="1343">1343</span>
<span id="1344">1344</span>
<span id="1345">1345</span>
<span id="1346">1346</span>
<span id="1347">1347</span>
<span id="1348">1348</span>
<span id="1349">1349</span>
<span id="1350">1350</span>
<span id="1351">1351</span>
<span id="1352">1352</span>
<span id="1353">1353</span>
<span id="1354">1354</span>
<span id="1355">1355</span>
<span id="1356">1356</span>
<span id="1357">1357</span>
<span id="1358">1358</span>
<span id="1359">1359</span>
<span id="1360">1360</span>
<span id="1361">1361</span>
<span id="1362">1362</span>
<span id="1363">1363</span>
<span id="1364">1364</span>
<span id="1365">1365</span>
<span id="1366">1366</span>
<span id="1367">1367</span>
<span id="1368">1368</span>
<span id="1369">1369</span>
<span id="1370">1370</span>
<span id="1371">1371</span>
<span id="1372">1372</span>
<span id="1373">1373</span>
<span id="1374">1374</span>
<span id="1375">1375</span>
<span id="1376">1376</span>
<span id="1377">1377</span>
<span id="1378">1378</span>
<span id="1379">1379</span>
<span id="1380">1380</span>
<span id="1381">1381</span>
<span id="1382">1382</span>
<span id="1383">1383</span>
<span id="1384">1384</span>
<span id="1385">1385</span>
<span id="1386">1386</span>
<span id="1387">1387</span>
<span id="1388">1388</span>
<span id="1389">1389</span>
<span id="1390">1390</span>
<span id="1391">1391</span>
<span id="1392">1392</span>
<span id="1393">1393</span>
<span id="1394">1394</span>
<span id="1395">1395</span>
<span id="1396">1396</span>
<span id="1397">1397</span>
<span id="1398">1398</span>
<span id="1399">1399</span>
<span id="1400">1400</span>
<span id="1401">1401</span>
<span id="1402">1402</span>
<span id="1403">1403</span>
<span id="1404">1404</span>
<span id="1405">1405</span>
<span id="1406">1406</span>
<span id="1407">1407</span>
<span id="1408">1408</span>
<span id="1409">1409</span>
<span id="1410">1410</span>
<span id="1411">1411</span>
<span id="1412">1412</span>
<span id="1413">1413</span>
<span id="1414">1414</span>
<span id="1415">1415</span>
<span id="1416">1416</span>
<span id="1417">1417</span>
<span id="1418">1418</span>
<span id="1419">1419</span>
<span id="1420">1420</span>
<span id="1421">1421</span>
<span id="1422">1422</span>
<span id="1423">1423</span>
<span id="1424">1424</span>
<span id="1425">1425</span>
<span id="1426">1426</span>
<span id="1427">1427</span>
<span id="1428">1428</span>
<span id="1429">1429</span>
<span id="1430">1430</span>
<span id="1431">1431</span>
<span id="1432">1432</span>
<span id="1433">1433</span>
<span id="1434">1434</span>
<span id="1435">1435</span>
<span id="1436">1436</span>
<span id="1437">1437</span>
<span id="1438">1438</span>
<span id="1439">1439</span>
<span id="1440">1440</span>
<span id="1441">1441</span>
<span id="1442">1442</span>
<span id="1443">1443</span>
<span id="1444">1444</span>
<span id="1445">1445</span>
<span id="1446">1446</span>
<span id="1447">1447</span>
<span id="1448">1448</span>
<span id="1449">1449</span>
<span id="1450">1450</span>
<span id="1451">1451</span>
<span id="1452">1452</span>
<span id="1453">1453</span>
<span id="1454">1454</span>
<span id="1455">1455</span>
<span id="1456">1456</span>
<span id="1457">1457</span>
<span id="1458">1458</span>
<span id="1459">1459</span>
<span id="1460">1460</span>
<span id="1461">1461</span>
<span id="1462">1462</span>
<span id="1463">1463</span>
<span id="1464">1464</span>
<span id="1465">1465</span>
<span id="1466">1466</span>
<span id="1467">1467</span>
<span id="1468">1468</span>
<span id="1469">1469</span>
<span id="1470">1470</span>
<span id="1471">1471</span>
<span id="1472">1472</span>
<span id="1473">1473</span>
<span id="1474">1474</span>
<span id="1475">1475</span>
<span id="1476">1476</span>
<span id="1477">1477</span>
<span id="1478">1478</span>
<span id="1479">1479</span>
<span id="1480">1480</span>
<span id="1481">1481</span>
<span id="1482">1482</span>
<span id="1483">1483</span>
<span id="1484">1484</span>
<span id="1485">1485</span>
<span id="1486">1486</span>
<span id="1487">1487</span>
<span id="1488">1488</span>
<span id="1489">1489</span>
<span id="1490">1490</span>
<span id="1491">1491</span>
<span id="1492">1492</span>
<span id="1493">1493</span>
<span id="1494">1494</span>
<span id="1495">1495</span>
<span id="1496">1496</span>
<span id="1497">1497</span>
<span id="1498">1498</span>
<span id="1499">1499</span>
<span id="1500">1500</span>
<span id="1501">1501</span>
<span id="1502">1502</span>
<span id="1503">1503</span>
<span id="1504">1504</span>
<span id="1505">1505</span>
<span id="1506">1506</span>
<span id="1507">1507</span>
<span id="1508">1508</span>
<span id="1509">1509</span>
<span id="1510">1510</span>
<span id="1511">1511</span>
<span id="1512">1512</span>
<span id="1513">1513</span>
<span id="1514">1514</span>
<span id="1515">1515</span>
<span id="1516">1516</span>
<span id="1517">1517</span>
<span id="1518">1518</span>
<span id="1519">1519</span>
<span id="1520">1520</span>
<span id="1521">1521</span>
<span id="1522">1522</span>
<span id="1523">1523</span>
<span id="1524">1524</span>
<span id="1525">1525</span>
<span id="1526">1526</span>
<span id="1527">1527</span>
<span id="1528">1528</span>
<span id="1529">1529</span>
<span id="1530">1530</span>
<span id="1531">1531</span>
<span id="1532">1532</span>
<span id="1533">1533</span>
<span id="1534">1534</span>
<span id="1535">1535</span>
<span id="1536">1536</span>
<span id="1537">1537</span>
<span id="1538">1538</span>
<span id="1539">1539</span>
<span id="1540">1540</span>
<span id="1541">1541</span>
<span id="1542">1542</span>
<span id="1543">1543</span>
<span id="1544">1544</span>
<span id="1545">1545</span>
<span id="1546">1546</span>
<span id="1547">1547</span>
<span id="1548">1548</span>
<span id="1549">1549</span>
<span id="1550">1550</span>
<span id="1551">1551</span>
<span id="1552">1552</span>
<span id="1553">1553</span>
<span id="1554">1554</span>
<span id="1555">1555</span>
<span id="1556">1556</span>
<span id="1557">1557</span>
<span id="1558">1558</span>
<span id="1559">1559</span>
<span id="1560">1560</span>
<span id="1561">1561</span>
<span id="1562">1562</span>
<span id="1563">1563</span>
<span id="1564">1564</span>
<span id="1565">1565</span>
<span id="1566">1566</span>
<span id="1567">1567</span>
<span id="1568">1568</span>
<span id="1569">1569</span>
<span id="1570">1570</span>
<span id="1571">1571</span>
<span id="1572">1572</span>
<span id="1573">1573</span>
<span id="1574">1574</span>
<span id="1575">1575</span>
<span id="1576">1576</span>
<span id="1577">1577</span>
<span id="1578">1578</span>
<span id="1579">1579</span>
<span id="1580">1580</span>
<span id="1581">1581</span>
<span id="1582">1582</span>
<span id="1583">1583</span>
<span id="1584">1584</span>
<span id="1585">1585</span>
<span id="1586">1586</span>
<span id="1587">1587</span>
<span id="1588">1588</span>
<span id="1589">1589</span>
<span id="1590">1590</span>
<span id="1591">1591</span>
<span id="1592">1592</span>
<span id="1593">1593</span>
<span id="1594">1594</span>
<span id="1595">1595</span>
<span id="1596">1596</span>
<span id="1597">1597</span>
<span id="1598">1598</span>
<span id="1599">1599</span>
<span id="1600">1600</span>
<span id="1601">1601</span>
<span id="1602">1602</span>
<span id="1603">1603</span>
<span id="1604">1604</span>
<span id="1605">1605</span>
<span id="1606">1606</span>
<span id="1607">1607</span>
<span id="1608">1608</span>
<span id="1609">1609</span>
<span id="1610">1610</span>
<span id="1611">1611</span>
<span id="1612">1612</span>
<span id="1613">1613</span>
<span id="1614">1614</span>
<span id="1615">1615</span>
<span id="1616">1616</span>
<span id="1617">1617</span>
<span id="1618">1618</span>
<span id="1619">1619</span>
<span id="1620">1620</span>
<span id="1621">1621</span>
<span id="1622">1622</span>
<span id="1623">1623</span>
<span id="1624">1624</span>
<span id="1625">1625</span>
<span id="1626">1626</span>
<span id="1627">1627</span>
<span id="1628">1628</span>
<span id="1629">1629</span>
<span id="1630">1630</span>
<span id="1631">1631</span>
<span id="1632">1632</span>
<span id="1633">1633</span>
<span id="1634">1634</span>
<span id="1635">1635</span>
<span id="1636">1636</span>
<span id="1637">1637</span>
<span id="1638">1638</span>
<span id="1639">1639</span>
<span id="1640">1640</span>
<span id="1641">1641</span>
<span id="1642">1642</span>
<span id="1643">1643</span>
<span id="1644">1644</span>
<span id="1645">1645</span>
<span id="1646">1646</span>
<span id="1647">1647</span>
<span id="1648">1648</span>
<span id="1649">1649</span>
<span id="1650">1650</span>
<span id="1651">1651</span>
<span id="1652">1652</span>
<span id="1653">1653</span>
<span id="1654">1654</span>
<span id="1655">1655</span>
<span id="1656">1656</span>
<span id="1657">1657</span>
<span id="1658">1658</span>
<span id="1659">1659</span>
<span id="1660">1660</span>
<span id="1661">1661</span>
<span id="1662">1662</span>
<span id="1663">1663</span>
<span id="1664">1664</span>
<span id="1665">1665</span>
<span id="1666">1666</span>
<span id="1667">1667</span>
<span id="1668">1668</span>
<span id="1669">1669</span>
<span id="1670">1670</span>
<span id="1671">1671</span>
<span id="1672">1672</span>
<span id="1673">1673</span>
<span id="1674">1674</span>
<span id="1675">1675</span>
<span id="1676">1676</span>
<span id="1677">1677</span>
<span id="1678">1678</span>
<span id="1679">1679</span>
<span id="1680">1680</span>
<span id="1681">1681</span>
<span id="1682">1682</span>
<span id="1683">1683</span>
<span id="1684">1684</span>
<span id="1685">1685</span>
<span id="1686">1686</span>
<span id="1687">1687</span>
<span id="1688">1688</span>
<span id="1689">1689</span>
<span id="1690">1690</span>
<span id="1691">1691</span>
<span id="1692">1692</span>
<span id="1693">1693</span>
<span id="1694">1694</span>
<span id="1695">1695</span>
<span id="1696">1696</span>
<span id="1697">1697</span>
<span id="1698">1698</span>
<span id="1699">1699</span>
<span id="1700">1700</span>
<span id="1701">1701</span>
<span id="1702">1702</span>
<span id="1703">1703</span>
<span id="1704">1704</span>
<span id="1705">1705</span>
<span id="1706">1706</span>
<span id="1707">1707</span>
<span id="1708">1708</span>
<span id="1709">1709</span>
<span id="1710">1710</span>
<span id="1711">1711</span>
<span id="1712">1712</span>
<span id="1713">1713</span>
<span id="1714">1714</span>
<span id="1715">1715</span>
<span id="1716">1716</span>
<span id="1717">1717</span>
<span id="1718">1718</span>
<span id="1719">1719</span>
<span id="1720">1720</span>
<span id="1721">1721</span>
<span id="1722">1722</span>
<span id="1723">1723</span>
<span id="1724">1724</span>
<span id="1725">1725</span>
<span id="1726">1726</span>
<span id="1727">1727</span>
<span id="1728">1728</span>
<span id="1729">1729</span>
<span id="1730">1730</span>
<span id="1731">1731</span>
<span id="1732">1732</span>
<span id="1733">1733</span>
<span id="1734">1734</span>
<span id="1735">1735</span>
<span id="1736">1736</span>
<span id="1737">1737</span>
<span id="1738">1738</span>
<span id="1739">1739</span>
<span id="1740">1740</span>
<span id="1741">1741</span>
<span id="1742">1742</span>
<span id="1743">1743</span>
<span id="1744">1744</span>
<span id="1745">1745</span>
<span id="1746">1746</span>
<span id="1747">1747</span>
<span id="1748">1748</span>
<span id="1749">1749</span>
<span id="1750">1750</span>
<span id="1751">1751</span>
<span id="1752">1752</span>
<span id="1753">1753</span>
<span id="1754">1754</span>
<span id="1755">1755</span>
<span id="1756">1756</span>
<span id="1757">1757</span>
<span id="1758">1758</span>
<span id="1759">1759</span>
<span id="1760">1760</span>
<span id="1761">1761</span>
<span id="1762">1762</span>
<span id="1763">1763</span>
<span id="1764">1764</span>
<span id="1765">1765</span>
<span id="1766">1766</span>
<span id="1767">1767</span>
<span id="1768">1768</span>
<span id="1769">1769</span>
<span id="1770">1770</span>
<span id="1771">1771</span>
<span id="1772">1772</span>
<span id="1773">1773</span>
<span id="1774">1774</span>
<span id="1775">1775</span>
<span id="1776">1776</span>
<span id="1777">1777</span>
<span id="1778">1778</span>
<span id="1779">1779</span>
<span id="1780">1780</span>
<span id="1781">1781</span>
<span id="1782">1782</span>
<span id="1783">1783</span>
<span id="1784">1784</span>
<span id="1785">1785</span>
<span id="1786">1786</span>
<span id="1787">1787</span>
<span id="1788">1788</span>
<span id="1789">1789</span>
<span id="1790">1790</span>
<span id="1791">1791</span>
<span id="1792">1792</span>
<span id="1793">1793</span>
<span id="1794">1794</span>
<span id="1795">1795</span>
<span id="1796">1796</span>
<span id="1797">1797</span>
<span id="1798">1798</span>
<span id="1799">1799</span>
<span id="1800">1800</span>
<span id="1801">1801</span>
<span id="1802">1802</span>
<span id="1803">1803</span>
<span id="1804">1804</span>
<span id="1805">1805</span>
<span id="1806">1806</span>
<span id="1807">1807</span>
<span id="1808">1808</span>
<span id="1809">1809</span>
<span id="1810">1810</span>
<span id="1811">1811</span>
<span id="1812">1812</span>
<span id="1813">1813</span>
<span id="1814">1814</span>
<span id="1815">1815</span>
<span id="1816">1816</span>
<span id="1817">1817</span>
<span id="1818">1818</span>
<span id="1819">1819</span>
<span id="1820">1820</span>
<span id="1821">1821</span>
<span id="1822">1822</span>
<span id="1823">1823</span>
<span id="1824">1824</span>
<span id="1825">1825</span>
<span id="1826">1826</span>
<span id="1827">1827</span>
<span id="1828">1828</span>
<span id="1829">1829</span>
<span id="1830">1830</span>
<span id="1831">1831</span>
<span id="1832">1832</span>
<span id="1833">1833</span>
<span id="1834">1834</span>
<span id="1835">1835</span>
<span id="1836">1836</span>
<span id="1837">1837</span>
<span id="1838">1838</span>
<span id="1839">1839</span>
<span id="1840">1840</span>
<span id="1841">1841</span>
<span id="1842">1842</span>
<span id="1843">1843</span>
<span id="1844">1844</span>
<span id="1845">1845</span>
<span id="1846">1846</span>
<span id="1847">1847</span>
<span id="1848">1848</span>
<span id="1849">1849</span>
<span id="1850">1850</span>
<span id="1851">1851</span>
<span id="1852">1852</span>
<span id="1853">1853</span>
<span id="1854">1854</span>
<span id="1855">1855</span>
<span id="1856">1856</span>
<span id="1857">1857</span>
<span id="1858">1858</span>
<span id="1859">1859</span>
<span id="1860">1860</span>
<span id="1861">1861</span>
<span id="1862">1862</span>
<span id="1863">1863</span>
<span id="1864">1864</span>
<span id="1865">1865</span>
<span id="1866">1866</span>
<span id="1867">1867</span>
<span id="1868">1868</span>
<span id="1869">1869</span>
<span id="1870">1870</span>
<span id="1871">1871</span>
<span id="1872">1872</span>
<span id="1873">1873</span>
<span id="1874">1874</span>
<span id="1875">1875</span>
<span id="1876">1876</span>
<span id="1877">1877</span>
<span id="1878">1878</span>
<span id="1879">1879</span>
<span id="1880">1880</span>
<span id="1881">1881</span>
<span id="1882">1882</span>
<span id="1883">1883</span>
<span id="1884">1884</span>
<span id="1885">1885</span>
<span id="1886">1886</span>
<span id="1887">1887</span>
<span id="1888">1888</span>
<span id="1889">1889</span>
<span id="1890">1890</span>
<span id="1891">1891</span>
<span id="1892">1892</span>
<span id="1893">1893</span>
<span id="1894">1894</span>
<span id="1895">1895</span>
<span id="1896">1896</span>
<span id="1897">1897</span>
<span id="1898">1898</span>
<span id="1899">1899</span>
<span id="1900">1900</span>
<span id="1901">1901</span>
<span id="1902">1902</span>
<span id="1903">1903</span>
<span id="1904">1904</span>
<span id="1905">1905</span>
<span id="1906">1906</span>
<span id="1907">1907</span>
<span id="1908">1908</span>
<span id="1909">1909</span>
<span id="1910">1910</span>
<span id="1911">1911</span>
<span id="1912">1912</span>
<span id="1913">1913</span>
<span id="1914">1914</span>
<span id="1915">1915</span>
<span id="1916">1916</span>
<span id="1917">1917</span>
<span id="1918">1918</span>
<span id="1919">1919</span>
<span id="1920">1920</span>
<span id="1921">1921</span>
<span id="1922">1922</span>
<span id="1923">1923</span>
<span id="1924">1924</span>
<span id="1925">1925</span>
<span id="1926">1926</span>
<span id="1927">1927</span>
<span id="1928">1928</span>
<span id="1929">1929</span>
<span id="1930">1930</span>
<span id="1931">1931</span>
<span id="1932">1932</span>
<span id="1933">1933</span>
<span id="1934">1934</span>
<span id="1935">1935</span>
<span id="1936">1936</span>
<span id="1937">1937</span>
<span id="1938">1938</span>
<span id="1939">1939</span>
<span id="1940">1940</span>
<span id="1941">1941</span>
<span id="1942">1942</span>
<span id="1943">1943</span>
<span id="1944">1944</span>
<span id="1945">1945</span>
<span id="1946">1946</span>
<span id="1947">1947</span>
<span id="1948">1948</span>
<span id="1949">1949</span>
<span id="1950">1950</span>
<span id="1951">1951</span>
<span id="1952">1952</span>
<span id="1953">1953</span>
<span id="1954">1954</span>
<span id="1955">1955</span>
<span id="1956">1956</span>
<span id="1957">1957</span>
<span id="1958">1958</span>
<span id="1959">1959</span>
<span id="1960">1960</span>
<span id="1961">1961</span>
<span id="1962">1962</span>
<span id="1963">1963</span>
<span id="1964">1964</span>
<span id="1965">1965</span>
<span id="1966">1966</span>
<span id="1967">1967</span>
<span id="1968">1968</span>
<span id="1969">1969</span>
<span id="1970">1970</span>
<span id="1971">1971</span>
<span id="1972">1972</span>
<span id="1973">1973</span>
<span id="1974">1974</span>
<span id="1975">1975</span>
<span id="1976">1976</span>
<span id="1977">1977</span>
<span id="1978">1978</span>
<span id="1979">1979</span>
<span id="1980">1980</span>
<span id="1981">1981</span>
<span id="1982">1982</span>
<span id="1983">1983</span>
<span id="1984">1984</span>
<span id="1985">1985</span>
<span id="1986">1986</span>
<span id="1987">1987</span>
<span id="1988">1988</span>
<span id="1989">1989</span>
<span id="1990">1990</span>
<span id="1991">1991</span>
<span id="1992">1992</span>
<span id="1993">1993</span>
<span id="1994">1994</span>
<span id="1995">1995</span>
<span id="1996">1996</span>
<span id="1997">1997</span>
<span id="1998">1998</span>
<span id="1999">1999</span>
<span id="2000">2000</span>
<span id="2001">2001</span>
<span id="2002">2002</span>
<span id="2003">2003</span>
<span id="2004">2004</span>
<span id="2005">2005</span>
<span id="2006">2006</span>
<span id="2007">2007</span>
<span id="2008">2008</span>
<span id="2009">2009</span>
<span id="2010">2010</span>
<span id="2011">2011</span>
<span id="2012">2012</span>
<span id="2013">2013</span>
<span id="2014">2014</span>
<span id="2015">2015</span>
<span id="2016">2016</span>
<span id="2017">2017</span>
<span id="2018">2018</span>
<span id="2019">2019</span>
<span id="2020">2020</span>
<span id="2021">2021</span>
<span id="2022">2022</span>
<span id="2023">2023</span>
<span id="2024">2024</span>
<span id="2025">2025</span>
<span id="2026">2026</span>
<span id="2027">2027</span>
<span id="2028">2028</span>
<span id="2029">2029</span>
<span id="2030">2030</span>
<span id="2031">2031</span>
<span id="2032">2032</span>
<span id="2033">2033</span>
<span id="2034">2034</span>
<span id="2035">2035</span>
<span id="2036">2036</span>
<span id="2037">2037</span>
<span id="2038">2038</span>
<span id="2039">2039</span>
<span id="2040">2040</span>
<span id="2041">2041</span>
<span id="2042">2042</span>
<span id="2043">2043</span>
<span id="2044">2044</span>
<span id="2045">2045</span>
<span id="2046">2046</span>
<span id="2047">2047</span>
<span id="2048">2048</span>
<span id="2049">2049</span>
<span id="2050">2050</span>
<span id="2051">2051</span>
<span id="2052">2052</span>
<span id="2053">2053</span>
<span id="2054">2054</span>
<span id="2055">2055</span>
<span id="2056">2056</span>
<span id="2057">2057</span>
<span id="2058">2058</span>
<span id="2059">2059</span>
<span id="2060">2060</span>
<span id="2061">2061</span>
<span id="2062">2062</span>
<span id="2063">2063</span>
<span id="2064">2064</span>
<span id="2065">2065</span>
<span id="2066">2066</span>
<span id="2067">2067</span>
<span id="2068">2068</span>
<span id="2069">2069</span>
<span id="2070">2070</span>
<span id="2071">2071</span>
<span id="2072">2072</span>
<span id="2073">2073</span>
<span id="2074">2074</span>
<span id="2075">2075</span>
<span id="2076">2076</span>
<span id="2077">2077</span>
<span id="2078">2078</span>
<span id="2079">2079</span>
<span id="2080">2080</span>
<span id="2081">2081</span>
<span id="2082">2082</span>
<span id="2083">2083</span>
<span id="2084">2084</span>
<span id="2085">2085</span>
<span id="2086">2086</span>
<span id="2087">2087</span>
<span id="2088">2088</span>
<span id="2089">2089</span>
<span id="2090">2090</span>
<span id="2091">2091</span>
<span id="2092">2092</span>
<span id="2093">2093</span>
<span id="2094">2094</span>
<span id="2095">2095</span>
<span id="2096">2096</span>
<span id="2097">2097</span>
<span id="2098">2098</span>
<span id="2099">2099</span>
<span id="2100">2100</span>
<span id="2101">2101</span>
<span id="2102">2102</span>
<span id="2103">2103</span>
<span id="2104">2104</span>
<span id="2105">2105</span>
<span id="2106">2106</span>
<span id="2107">2107</span>
<span id="2108">2108</span>
<span id="2109">2109</span>
<span id="2110">2110</span>
<span id="2111">2111</span>
<span id="2112">2112</span>
<span id="2113">2113</span>
<span id="2114">2114</span>
<span id="2115">2115</span>
<span id="2116">2116</span>
<span id="2117">2117</span>
<span id="2118">2118</span>
<span id="2119">2119</span>
<span id="2120">2120</span>
<span id="2121">2121</span>
<span id="2122">2122</span>
<span id="2123">2123</span>
<span id="2124">2124</span>
<span id="2125">2125</span>
<span id="2126">2126</span>
<span id="2127">2127</span>
<span id="2128">2128</span>
<span id="2129">2129</span>
<span id="2130">2130</span>
<span id="2131">2131</span>
<span id="2132">2132</span>
<span id="2133">2133</span>
<span id="2134">2134</span>
<span id="2135">2135</span>
<span id="2136">2136</span>
<span id="2137">2137</span>
<span id="2138">2138</span>
<span id="2139">2139</span>
<span id="2140">2140</span>
<span id="2141">2141</span>
<span id="2142">2142</span>
<span id="2143">2143</span>
<span id="2144">2144</span>
<span id="2145">2145</span>
<span id="2146">2146</span>
<span id="2147">2147</span>
<span id="2148">2148</span>
<span id="2149">2149</span>
<span id="2150">2150</span>
<span id="2151">2151</span>
<span id="2152">2152</span>
<span id="2153">2153</span>
<span id="2154">2154</span>
<span id="2155">2155</span>
<span id="2156">2156</span>
<span id="2157">2157</span>
<span id="2158">2158</span>
<span id="2159">2159</span>
<span id="2160">2160</span>
<span id="2161">2161</span>
<span id="2162">2162</span>
<span id="2163">2163</span>
<span id="2164">2164</span>
<span id="2165">2165</span>
<span id="2166">2166</span>
<span id="2167">2167</span>
<span id="2168">2168</span>
<span id="2169">2169</span>
<span id="2170">2170</span>
<span id="2171">2171</span>
<span id="2172">2172</span>
<span id="2173">2173</span>
<span id="2174">2174</span>
<span id="2175">2175</span>
<span id="2176">2176</span>
<span id="2177">2177</span>
<span id="2178">2178</span>
<span id="2179">2179</span>
<span id="2180">2180</span>
<span id="2181">2181</span>
<span id="2182">2182</span>
<span id="2183">2183</span>
<span id="2184">2184</span>
<span id="2185">2185</span>
<span id="2186">2186</span>
<span id="2187">2187</span>
<span id="2188">2188</span>
<span id="2189">2189</span>
<span id="2190">2190</span>
<span id="2191">2191</span>
<span id="2192">2192</span>
<span id="2193">2193</span>
<span id="2194">2194</span>
<span id="2195">2195</span>
<span id="2196">2196</span>
<span id="2197">2197</span>
<span id="2198">2198</span>
<span id="2199">2199</span>
<span id="2200">2200</span>
<span id="2201">2201</span>
<span id="2202">2202</span>
<span id="2203">2203</span>
<span id="2204">2204</span>
<span id="2205">2205</span>
<span id="2206">2206</span>
<span id="2207">2207</span>
<span id="2208">2208</span>
<span id="2209">2209</span>
<span id="2210">2210</span>
<span id="2211">2211</span>
<span id="2212">2212</span>
<span id="2213">2213</span>
<span id="2214">2214</span>
<span id="2215">2215</span>
<span id="2216">2216</span>
<span id="2217">2217</span>
<span id="2218">2218</span>
<span id="2219">2219</span>
<span id="2220">2220</span>
<span id="2221">2221</span>
<span id="2222">2222</span>
<span id="2223">2223</span>
<span id="2224">2224</span>
<span id="2225">2225</span>
<span id="2226">2226</span>
<span id="2227">2227</span>
<span id="2228">2228</span>
<span id="2229">2229</span>
<span id="2230">2230</span>
<span id="2231">2231</span>
<span id="2232">2232</span>
<span id="2233">2233</span>
<span id="2234">2234</span>
<span id="2235">2235</span>
<span id="2236">2236</span>
<span id="2237">2237</span>
<span id="2238">2238</span>
<span id="2239">2239</span>
<span id="2240">2240</span>
<span id="2241">2241</span>
<span id="2242">2242</span>
<span id="2243">2243</span>
<span id="2244">2244</span>
<span id="2245">2245</span>
<span id="2246">2246</span>
<span id="2247">2247</span>
<span id="2248">2248</span>
<span id="2249">2249</span>
<span id="2250">2250</span>
<span id="2251">2251</span>
<span id="2252">2252</span>
<span id="2253">2253</span>
<span id="2254">2254</span>
<span id="2255">2255</span>
<span id="2256">2256</span>
<span id="2257">2257</span>
<span id="2258">2258</span>
<span id="2259">2259</span>
<span id="2260">2260</span>
<span id="2261">2261</span>
<span id="2262">2262</span>
<span id="2263">2263</span>
<span id="2264">2264</span>
<span id="2265">2265</span>
<span id="2266">2266</span>
<span id="2267">2267</span>
<span id="2268">2268</span>
<span id="2269">2269</span>
<span id="2270">2270</span>
<span id="2271">2271</span>
<span id="2272">2272</span>
<span id="2273">2273</span>
<span id="2274">2274</span>
<span id="2275">2275</span>
<span id="2276">2276</span>
<span id="2277">2277</span>
<span id="2278">2278</span>
<span id="2279">2279</span>
<span id="2280">2280</span>
<span id="2281">2281</span>
<span id="2282">2282</span>
<span id="2283">2283</span>
<span id="2284">2284</span>
<span id="2285">2285</span>
<span id="2286">2286</span>
<span id="2287">2287</span>
<span id="2288">2288</span>
<span id="2289">2289</span>
<span id="2290">2290</span>
<span id="2291">2291</span>
<span id="2292">2292</span>
<span id="2293">2293</span>
<span id="2294">2294</span>
<span id="2295">2295</span>
<span id="2296">2296</span>
<span id="2297">2297</span>
<span id="2298">2298</span>
<span id="2299">2299</span>
<span id="2300">2300</span>
<span id="2301">2301</span>
<span id="2302">2302</span>
<span id="2303">2303</span>
<span id="2304">2304</span>
<span id="2305">2305</span>
<span id="2306">2306</span>
<span id="2307">2307</span>
<span id="2308">2308</span>
<span id="2309">2309</span>
<span id="2310">2310</span>
<span id="2311">2311</span>
<span id="2312">2312</span>
<span id="2313">2313</span>
<span id="2314">2314</span>
<span id="2315">2315</span>
<span id="2316">2316</span>
<span id="2317">2317</span>
<span id="2318">2318</span>
<span id="2319">2319</span>
<span id="2320">2320</span>
<span id="2321">2321</span>
<span id="2322">2322</span>
<span id="2323">2323</span>
<span id="2324">2324</span>
<span id="2325">2325</span>
<span id="2326">2326</span>
<span id="2327">2327</span>
<span id="2328">2328</span>
<span id="2329">2329</span>
<span id="2330">2330</span>
<span id="2331">2331</span>
<span id="2332">2332</span>
<span id="2333">2333</span>
<span id="2334">2334</span>
<span id="2335">2335</span>
<span id="2336">2336</span>
<span id="2337">2337</span>
<span id="2338">2338</span>
<span id="2339">2339</span>
<span id="2340">2340</span>
<span id="2341">2341</span>
<span id="2342">2342</span>
<span id="2343">2343</span>
<span id="2344">2344</span>
<span id="2345">2345</span>
<span id="2346">2346</span>
<span id="2347">2347</span>
<span id="2348">2348</span>
<span id="2349">2349</span>
<span id="2350">2350</span>
<span id="2351">2351</span>
<span id="2352">2352</span>
<span id="2353">2353</span>
<span id="2354">2354</span>
<span id="2355">2355</span>
<span id="2356">2356</span>
<span id="2357">2357</span>
<span id="2358">2358</span>
<span id="2359">2359</span>
<span id="2360">2360</span>
<span id="2361">2361</span>
<span id="2362">2362</span>
<span id="2363">2363</span>
<span id="2364">2364</span>
<span id="2365">2365</span>
<span id="2366">2366</span>
<span id="2367">2367</span>
<span id="2368">2368</span>
<span id="2369">2369</span>
<span id="2370">2370</span>
<span id="2371">2371</span>
<span id="2372">2372</span>
<span id="2373">2373</span>
<span id="2374">2374</span>
<span id="2375">2375</span>
<span id="2376">2376</span>
<span id="2377">2377</span>
<span id="2378">2378</span>
<span id="2379">2379</span>
<span id="2380">2380</span>
<span id="2381">2381</span>
<span id="2382">2382</span>
<span id="2383">2383</span>
<span id="2384">2384</span>
<span id="2385">2385</span>
<span id="2386">2386</span>
<span id="2387">2387</span>
<span id="2388">2388</span>
<span id="2389">2389</span>
<span id="2390">2390</span>
<span id="2391">2391</span>
<span id="2392">2392</span>
<span id="2393">2393</span>
<span id="2394">2394</span>
<span id="2395">2395</span>
<span id="2396">2396</span>
<span id="2397">2397</span>
<span id="2398">2398</span>
<span id="2399">2399</span>
<span id="2400">2400</span>
<span id="2401">2401</span>
<span id="2402">2402</span>
<span id="2403">2403</span>
<span id="2404">2404</span>
<span id="2405">2405</span>
<span id="2406">2406</span>
<span id="2407">2407</span>
<span id="2408">2408</span>
<span id="2409">2409</span>
<span id="2410">2410</span>
<span id="2411">2411</span>
<span id="2412">2412</span>
<span id="2413">2413</span>
<span id="2414">2414</span>
<span id="2415">2415</span>
<span id="2416">2416</span>
<span id="2417">2417</span>
<span id="2418">2418</span>
<span id="2419">2419</span>
<span id="2420">2420</span>
<span id="2421">2421</span>
<span id="2422">2422</span>
<span id="2423">2423</span>
<span id="2424">2424</span>
<span id="2425">2425</span>
<span id="2426">2426</span>
<span id="2427">2427</span>
<span id="2428">2428</span>
<span id="2429">2429</span>
<span id="2430">2430</span>
<span id="2431">2431</span>
<span id="2432">2432</span>
<span id="2433">2433</span>
<span id="2434">2434</span>
<span id="2435">2435</span>
<span id="2436">2436</span>
<span id="2437">2437</span>
<span id="2438">2438</span>
<span id="2439">2439</span>
<span id="2440">2440</span>
<span id="2441">2441</span>
<span id="2442">2442</span>
<span id="2443">2443</span>
<span id="2444">2444</span>
<span id="2445">2445</span>
<span id="2446">2446</span>
<span id="2447">2447</span>
<span id="2448">2448</span>
<span id="2449">2449</span>
<span id="2450">2450</span>
<span id="2451">2451</span>
<span id="2452">2452</span>
<span id="2453">2453</span>
<span id="2454">2454</span>
<span id="2455">2455</span>
<span id="2456">2456</span>
<span id="2457">2457</span>
<span id="2458">2458</span>
<span id="2459">2459</span>
<span id="2460">2460</span>
<span id="2461">2461</span>
<span id="2462">2462</span>
<span id="2463">2463</span>
<span id="2464">2464</span>
<span id="2465">2465</span>
<span id="2466">2466</span>
<span id="2467">2467</span>
<span id="2468">2468</span>
<span id="2469">2469</span>
<span id="2470">2470</span>
<span id="2471">2471</span>
<span id="2472">2472</span>
<span id="2473">2473</span>
<span id="2474">2474</span>
<span id="2475">2475</span>
<span id="2476">2476</span>
<span id="2477">2477</span>
<span id="2478">2478</span>
<span id="2479">2479</span>
<span id="2480">2480</span>
<span id="2481">2481</span>
<span id="2482">2482</span>
<span id="2483">2483</span>
<span id="2484">2484</span>
<span id="2485">2485</span>
<span id="2486">2486</span>
<span id="2487">2487</span>
<span id="2488">2488</span>
<span id="2489">2489</span>
<span id="2490">2490</span>
<span id="2491">2491</span>
<span id="2492">2492</span>
<span id="2493">2493</span>
<span id="2494">2494</span>
<span id="2495">2495</span>
<span id="2496">2496</span>
<span id="2497">2497</span>
<span id="2498">2498</span>
<span id="2499">2499</span>
<span id="2500">2500</span>
<span id="2501">2501</span>
<span id="2502">2502</span>
<span id="2503">2503</span>
<span id="2504">2504</span>
<span id="2505">2505</span>
<span id="2506">2506</span>
<span id="2507">2507</span>
<span id="2508">2508</span>
<span id="2509">2509</span>
<span id="2510">2510</span>
<span id="2511">2511</span>
<span id="2512">2512</span>
<span id="2513">2513</span>
<span id="2514">2514</span>
<span id="2515">2515</span>
<span id="2516">2516</span>
<span id="2517">2517</span>
<span id="2518">2518</span>
<span id="2519">2519</span>
<span id="2520">2520</span>
<span id="2521">2521</span>
<span id="2522">2522</span>
<span id="2523">2523</span>
<span id="2524">2524</span>
<span id="2525">2525</span>
<span id="2526">2526</span>
<span id="2527">2527</span>
<span id="2528">2528</span>
<span id="2529">2529</span>
<span id="2530">2530</span>
<span id="2531">2531</span>
<span id="2532">2532</span>
<span id="2533">2533</span>
<span id="2534">2534</span>
<span id="2535">2535</span>
<span id="2536">2536</span>
<span id="2537">2537</span>
<span id="2538">2538</span>
<span id="2539">2539</span>
<span id="2540">2540</span>
<span id="2541">2541</span>
<span id="2542">2542</span>
<span id="2543">2543</span>
<span id="2544">2544</span>
<span id="2545">2545</span>
<span id="2546">2546</span>
<span id="2547">2547</span>
<span id="2548">2548</span>
<span id="2549">2549</span>
<span id="2550">2550</span>
<span id="2551">2551</span>
<span id="2552">2552</span>
<span id="2553">2553</span>
<span id="2554">2554</span>
<span id="2555">2555</span>
<span id="2556">2556</span>
<span id="2557">2557</span>
<span id="2558">2558</span>
<span id="2559">2559</span>
<span id="2560">2560</span>
<span id="2561">2561</span>
<span id="2562">2562</span>
<span id="2563">2563</span>
<span id="2564">2564</span>
<span id="2565">2565</span>
<span id="2566">2566</span>
<span id="2567">2567</span>
<span id="2568">2568</span>
<span id="2569">2569</span>
<span id="2570">2570</span>
<span id="2571">2571</span>
<span id="2572">2572</span>
<span id="2573">2573</span>
<span id="2574">2574</span>
<span id="2575">2575</span>
<span id="2576">2576</span>
<span id="2577">2577</span>
<span id="2578">2578</span>
<span id="2579">2579</span>
<span id="2580">2580</span>
<span id="2581">2581</span>
<span id="2582">2582</span>
<span id="2583">2583</span>
<span id="2584">2584</span>
<span id="2585">2585</span>
<span id="2586">2586</span>
<span id="2587">2587</span>
<span id="2588">2588</span>
<span id="2589">2589</span>
<span id="2590">2590</span>
<span id="2591">2591</span>
<span id="2592">2592</span>
<span id="2593">2593</span>
<span id="2594">2594</span>
<span id="2595">2595</span>
<span id="2596">2596</span>
<span id="2597">2597</span>
<span id="2598">2598</span>
<span id="2599">2599</span>
<span id="2600">2600</span>
<span id="2601">2601</span>
<span id="2602">2602</span>
<span id="2603">2603</span>
<span id="2604">2604</span>
<span id="2605">2605</span>
<span id="2606">2606</span>
<span id="2607">2607</span>
<span id="2608">2608</span>
<span id="2609">2609</span>
<span id="2610">2610</span>
<span id="2611">2611</span>
<span id="2612">2612</span>
<span id="2613">2613</span>
<span id="2614">2614</span>
<span id="2615">2615</span>
<span id="2616">2616</span>
<span id="2617">2617</span>
<span id="2618">2618</span>
<span id="2619">2619</span>
<span id="2620">2620</span>
<span id="2621">2621</span>
<span id="2622">2622</span>
<span id="2623">2623</span>
<span id="2624">2624</span>
<span id="2625">2625</span>
<span id="2626">2626</span>
<span id="2627">2627</span>
<span id="2628">2628</span>
<span id="2629">2629</span>
<span id="2630">2630</span>
<span id="2631">2631</span>
<span id="2632">2632</span>
<span id="2633">2633</span>
<span id="2634">2634</span>
<span id="2635">2635</span>
<span id="2636">2636</span>
<span id="2637">2637</span>
<span id="2638">2638</span>
<span id="2639">2639</span>
<span id="2640">2640</span>
<span id="2641">2641</span>
<span id="2642">2642</span>
<span id="2643">2643</span>
<span id="2644">2644</span>
<span id="2645">2645</span>
<span id="2646">2646</span>
<span id="2647">2647</span>
<span id="2648">2648</span>
<span id="2649">2649</span>
<span id="2650">2650</span>
<span id="2651">2651</span>
<span id="2652">2652</span>
<span id="2653">2653</span>
<span id="2654">2654</span>
<span id="2655">2655</span>
<span id="2656">2656</span>
<span id="2657">2657</span>
<span id="2658">2658</span>
<span id="2659">2659</span>
<span id="2660">2660</span>
<span id="2661">2661</span>
<span id="2662">2662</span>
<span id="2663">2663</span>
<span id="2664">2664</span>
<span id="2665">2665</span>
<span id="2666">2666</span>
<span id="2667">2667</span>
<span id="2668">2668</span>
<span id="2669">2669</span>
<span id="2670">2670</span>
<span id="2671">2671</span>
<span id="2672">2672</span>
<span id="2673">2673</span>
<span id="2674">2674</span>
<span id="2675">2675</span>
<span id="2676">2676</span>
<span id="2677">2677</span>
<span id="2678">2678</span>
<span id="2679">2679</span>
<span id="2680">2680</span>
<span id="2681">2681</span>
<span id="2682">2682</span>
<span id="2683">2683</span>
<span id="2684">2684</span>
<span id="2685">2685</span>
<span id="2686">2686</span>
<span id="2687">2687</span>
<span id="2688">2688</span>
<span id="2689">2689</span>
<span id="2690">2690</span>
<span id="2691">2691</span>
<span id="2692">2692</span>
<span id="2693">2693</span>
<span id="2694">2694</span>
<span id="2695">2695</span>
<span id="2696">2696</span>
<span id="2697">2697</span>
<span id="2698">2698</span>
<span id="2699">2699</span>
<span id="2700">2700</span>
<span id="2701">2701</span>
<span id="2702">2702</span>
<span id="2703">2703</span>
<span id="2704">2704</span>
<span id="2705">2705</span>
<span id="2706">2706</span>
<span id="2707">2707</span>
<span id="2708">2708</span>
<span id="2709">2709</span>
<span id="2710">2710</span>
<span id="2711">2711</span>
<span id="2712">2712</span>
<span id="2713">2713</span>
<span id="2714">2714</span>
<span id="2715">2715</span>
<span id="2716">2716</span>
<span id="2717">2717</span>
<span id="2718">2718</span>
<span id="2719">2719</span>
<span id="2720">2720</span>
<span id="2721">2721</span>
<span id="2722">2722</span>
<span id="2723">2723</span>
<span id="2724">2724</span>
<span id="2725">2725</span>
<span id="2726">2726</span>
<span id="2727">2727</span>
<span id="2728">2728</span>
<span id="2729">2729</span>
<span id="2730">2730</span>
<span id="2731">2731</span>
<span id="2732">2732</span>
<span id="2733">2733</span>
<span id="2734">2734</span>
<span id="2735">2735</span>
<span id="2736">2736</span>
<span id="2737">2737</span>
<span id="2738">2738</span>
<span id="2739">2739</span>
<span id="2740">2740</span>
<span id="2741">2741</span>
<span id="2742">2742</span>
<span id="2743">2743</span>
<span id="2744">2744</span>
<span id="2745">2745</span>
<span id="2746">2746</span>
<span id="2747">2747</span>
<span id="2748">2748</span>
<span id="2749">2749</span>
<span id="2750">2750</span>
<span id="2751">2751</span>
<span id="2752">2752</span>
<span id="2753">2753</span>
<span id="2754">2754</span>
<span id="2755">2755</span>
<span id="2756">2756</span>
<span id="2757">2757</span>
<span id="2758">2758</span>
<span id="2759">2759</span>
<span id="2760">2760</span>
<span id="2761">2761</span>
<span id="2762">2762</span>
<span id="2763">2763</span>
<span id="2764">2764</span>
<span id="2765">2765</span>
<span id="2766">2766</span>
<span id="2767">2767</span>
<span id="2768">2768</span>
<span id="2769">2769</span>
<span id="2770">2770</span>
<span id="2771">2771</span>
<span id="2772">2772</span>
<span id="2773">2773</span>
<span id="2774">2774</span>
<span id="2775">2775</span>
<span id="2776">2776</span>
<span id="2777">2777</span>
<span id="2778">2778</span>
<span id="2779">2779</span>
<span id="2780">2780</span>
<span id="2781">2781</span>
<span id="2782">2782</span>
<span id="2783">2783</span>
<span id="2784">2784</span>
<span id="2785">2785</span>
<span id="2786">2786</span>
<span id="2787">2787</span>
<span id="2788">2788</span>
<span id="2789">2789</span>
<span id="2790">2790</span>
<span id="2791">2791</span>
<span id="2792">2792</span>
<span id="2793">2793</span>
<span id="2794">2794</span>
<span id="2795">2795</span>
<span id="2796">2796</span>
<span id="2797">2797</span>
<span id="2798">2798</span>
<span id="2799">2799</span>
<span id="2800">2800</span>
<span id="2801">2801</span>
<span id="2802">2802</span>
<span id="2803">2803</span>
<span id="2804">2804</span>
<span id="2805">2805</span>
<span id="2806">2806</span>
<span id="2807">2807</span>
<span id="2808">2808</span>
<span id="2809">2809</span>
<span id="2810">2810</span>
<span id="2811">2811</span>
<span id="2812">2812</span>
<span id="2813">2813</span>
<span id="2814">2814</span>
<span id="2815">2815</span>
<span id="2816">2816</span>
<span id="2817">2817</span>
<span id="2818">2818</span>
<span id="2819">2819</span>
<span id="2820">2820</span>
<span id="2821">2821</span>
<span id="2822">2822</span>
<span id="2823">2823</span>
<span id="2824">2824</span>
<span id="2825">2825</span>
<span id="2826">2826</span>
<span id="2827">2827</span>
<span id="2828">2828</span>
<span id="2829">2829</span>
<span id="2830">2830</span>
<span id="2831">2831</span>
<span id="2832">2832</span>
<span id="2833">2833</span>
<span id="2834">2834</span>
<span id="2835">2835</span>
<span id="2836">2836</span>
<span id="2837">2837</span>
<span id="2838">2838</span>
<span id="2839">2839</span>
<span id="2840">2840</span>
<span id="2841">2841</span>
<span id="2842">2842</span>
<span id="2843">2843</span>
<span id="2844">2844</span>
<span id="2845">2845</span>
<span id="2846">2846</span>
<span id="2847">2847</span>
<span id="2848">2848</span>
<span id="2849">2849</span>
<span id="2850">2850</span>
<span id="2851">2851</span>
<span id="2852">2852</span>
<span id="2853">2853</span>
<span id="2854">2854</span>
<span id="2855">2855</span>
<span id="2856">2856</span>
<span id="2857">2857</span>
<span id="2858">2858</span>
<span id="2859">2859</span>
<span id="2860">2860</span>
<span id="2861">2861</span>
<span id="2862">2862</span>
<span id="2863">2863</span>
<span id="2864">2864</span>
<span id="2865">2865</span>
<span id="2866">2866</span>
<span id="2867">2867</span>
<span id="2868">2868</span>
<span id="2869">2869</span>
<span id="2870">2870</span>
<span id="2871">2871</span>
<span id="2872">2872</span>
<span id="2873">2873</span>
<span id="2874">2874</span>
<span id="2875">2875</span>
<span id="2876">2876</span>
<span id="2877">2877</span>
<span id="2878">2878</span>
<span id="2879">2879</span>
<span id="2880">2880</span>
<span id="2881">2881</span>
<span id="2882">2882</span>
<span id="2883">2883</span>
<span id="2884">2884</span>
<span id="2885">2885</span>
<span id="2886">2886</span>
<span id="2887">2887</span>
<span id="2888">2888</span>
<span id="2889">2889</span>
<span id="2890">2890</span>
<span id="2891">2891</span>
<span id="2892">2892</span>
<span id="2893">2893</span>
<span id="2894">2894</span>
<span id="2895">2895</span>
<span id="2896">2896</span>
<span id="2897">2897</span>
<span id="2898">2898</span>
<span id="2899">2899</span>
<span id="2900">2900</span>
<span id="2901">2901</span>
<span id="2902">2902</span>
<span id="2903">2903</span>
<span id="2904">2904</span>
<span id="2905">2905</span>
<span id="2906">2906</span>
<span id="2907">2907</span>
<span id="2908">2908</span>
<span id="2909">2909</span>
<span id="2910">2910</span>
<span id="2911">2911</span>
<span id="2912">2912</span>
<span id="2913">2913</span>
<span id="2914">2914</span>
<span id="2915">2915</span>
<span id="2916">2916</span>
<span id="2917">2917</span>
<span id="2918">2918</span>
<span id="2919">2919</span>
<span id="2920">2920</span>
<span id="2921">2921</span>
<span id="2922">2922</span>
<span id="2923">2923</span>
<span id="2924">2924</span>
<span id="2925">2925</span>
<span id="2926">2926</span>
<span id="2927">2927</span>
<span id="2928">2928</span>
<span id="2929">2929</span>
<span id="2930">2930</span>
<span id="2931">2931</span>
<span id="2932">2932</span>
<span id="2933">2933</span>
<span id="2934">2934</span>
<span id="2935">2935</span>
<span id="2936">2936</span>
<span id="2937">2937</span>
<span id="2938">2938</span>
<span id="2939">2939</span>
<span id="2940">2940</span>
<span id="2941">2941</span>
<span id="2942">2942</span>
<span id="2943">2943</span>
<span id="2944">2944</span>
<span id="2945">2945</span>
<span id="2946">2946</span>
<span id="2947">2947</span>
<span id="2948">2948</span>
<span id="2949">2949</span>
<span id="2950">2950</span>
<span id="2951">2951</span>
<span id="2952">2952</span>
<span id="2953">2953</span>
<span id="2954">2954</span>
<span id="2955">2955</span>
<span id="2956">2956</span>
<span id="2957">2957</span>
<span id="2958">2958</span>
<span id="2959">2959</span>
<span id="2960">2960</span>
<span id="2961">2961</span>
<span id="2962">2962</span>
<span id="2963">2963</span>
<span id="2964">2964</span>
<span id="2965">2965</span>
<span id="2966">2966</span>
<span id="2967">2967</span>
<span id="2968">2968</span>
<span id="2969">2969</span>
<span id="2970">2970</span>
<span id="2971">2971</span>
<span id="2972">2972</span>
<span id="2973">2973</span>
<span id="2974">2974</span>
<span id="2975">2975</span>
<span id="2976">2976</span>
<span id="2977">2977</span>
<span id="2978">2978</span>
<span id="2979">2979</span>
<span id="2980">2980</span>
<span id="2981">2981</span>
<span id="2982">2982</span>
<span id="2983">2983</span>
<span id="2984">2984</span>
<span id="2985">2985</span>
<span id="2986">2986</span>
<span id="2987">2987</span>
<span id="2988">2988</span>
<span id="2989">2989</span>
<span id="2990">2990</span>
<span id="2991">2991</span>
<span id="2992">2992</span>
<span id="2993">2993</span>
<span id="2994">2994</span>
<span id="2995">2995</span>
<span id="2996">2996</span>
<span id="2997">2997</span>
<span id="2998">2998</span>
<span id="2999">2999</span>
<span id="3000">3000</span>
<span id="3001">3001</span>
<span id="3002">3002</span>
<span id="3003">3003</span>
<span id="3004">3004</span>
<span id="3005">3005</span>
<span id="3006">3006</span>
<span id="3007">3007</span>
<span id="3008">3008</span>
<span id="3009">3009</span>
<span id="3010">3010</span>
<span id="3011">3011</span>
<span id="3012">3012</span>
<span id="3013">3013</span>
<span id="3014">3014</span>
<span id="3015">3015</span>
<span id="3016">3016</span>
<span id="3017">3017</span>
<span id="3018">3018</span>
<span id="3019">3019</span>
<span id="3020">3020</span>
<span id="3021">3021</span>
<span id="3022">3022</span>
<span id="3023">3023</span>
<span id="3024">3024</span>
<span id="3025">3025</span>
<span id="3026">3026</span>
<span id="3027">3027</span>
<span id="3028">3028</span>
<span id="3029">3029</span>
<span id="3030">3030</span>
<span id="3031">3031</span>
<span id="3032">3032</span>
<span id="3033">3033</span>
<span id="3034">3034</span>
<span id="3035">3035</span>
<span id="3036">3036</span>
<span id="3037">3037</span>
<span id="3038">3038</span>
<span id="3039">3039</span>
<span id="3040">3040</span>
<span id="3041">3041</span>
<span id="3042">3042</span>
<span id="3043">3043</span>
<span id="3044">3044</span>
<span id="3045">3045</span>
<span id="3046">3046</span>
<span id="3047">3047</span>
<span id="3048">3048</span>
<span id="3049">3049</span>
<span id="3050">3050</span>
<span id="3051">3051</span>
<span id="3052">3052</span>
<span id="3053">3053</span>
<span id="3054">3054</span>
<span id="3055">3055</span>
<span id="3056">3056</span>
<span id="3057">3057</span>
<span id="3058">3058</span>
<span id="3059">3059</span>
<span id="3060">3060</span>
<span id="3061">3061</span>
<span id="3062">3062</span>
<span id="3063">3063</span>
<span id="3064">3064</span>
<span id="3065">3065</span>
<span id="3066">3066</span>
<span id="3067">3067</span>
<span id="3068">3068</span>
<span id="3069">3069</span>
<span id="3070">3070</span>
<span id="3071">3071</span>
<span id="3072">3072</span>
<span id="3073">3073</span>
<span id="3074">3074</span>
<span id="3075">3075</span>
<span id="3076">3076</span>
<span id="3077">3077</span>
<span id="3078">3078</span>
<span id="3079">3079</span>
<span id="3080">3080</span>
<span id="3081">3081</span>
<span id="3082">3082</span>
<span id="3083">3083</span>
<span id="3084">3084</span>
<span id="3085">3085</span>
<span id="3086">3086</span>
<span id="3087">3087</span>
<span id="3088">3088</span>
<span id="3089">3089</span>
<span id="3090">3090</span>
<span id="3091">3091</span>
<span id="3092">3092</span>
<span id="3093">3093</span>
<span id="3094">3094</span>
<span id="3095">3095</span>
<span id="3096">3096</span>
<span id="3097">3097</span>
<span id="3098">3098</span>
<span id="3099">3099</span>
<span id="3100">3100</span>
<span id="3101">3101</span>
<span id="3102">3102</span>
<span id="3103">3103</span>
<span id="3104">3104</span>
<span id="3105">3105</span>
<span id="3106">3106</span>
<span id="3107">3107</span>
<span id="3108">3108</span>
<span id="3109">3109</span>
<span id="3110">3110</span>
<span id="3111">3111</span>
<span id="3112">3112</span>
<span id="3113">3113</span>
<span id="3114">3114</span>
<span id="3115">3115</span>
<span id="3116">3116</span>
<span id="3117">3117</span>
<span id="3118">3118</span>
<span id="3119">3119</span>
<span id="3120">3120</span>
<span id="3121">3121</span>
<span id="3122">3122</span>
<span id="3123">3123</span>
<span id="3124">3124</span>
<span id="3125">3125</span>
<span id="3126">3126</span>
<span id="3127">3127</span>
<span id="3128">3128</span>
<span id="3129">3129</span>
<span id="3130">3130</span>
<span id="3131">3131</span>
<span id="3132">3132</span>
<span id="3133">3133</span>
<span id="3134">3134</span>
<span id="3135">3135</span>
<span id="3136">3136</span>
<span id="3137">3137</span>
<span id="3138">3138</span>
<span id="3139">3139</span>
<span id="3140">3140</span>
<span id="3141">3141</span>
<span id="3142">3142</span>
<span id="3143">3143</span>
<span id="3144">3144</span>
<span id="3145">3145</span>
<span id="3146">3146</span>
<span id="3147">3147</span>
<span id="3148">3148</span>
<span id="3149">3149</span>
<span id="3150">3150</span>
<span id="3151">3151</span>
<span id="3152">3152</span>
<span id="3153">3153</span>
<span id="3154">3154</span>
<span id="3155">3155</span>
<span id="3156">3156</span>
<span id="3157">3157</span>
<span id="3158">3158</span>
<span id="3159">3159</span>
<span id="3160">3160</span>
<span id="3161">3161</span>
<span id="3162">3162</span>
<span id="3163">3163</span>
<span id="3164">3164</span>
<span id="3165">3165</span>
<span id="3166">3166</span>
<span id="3167">3167</span>
<span id="3168">3168</span>
<span id="3169">3169</span>
<span id="3170">3170</span>
<span id="3171">3171</span>
<span id="3172">3172</span>
<span id="3173">3173</span>
<span id="3174">3174</span>
<span id="3175">3175</span>
<span id="3176">3176</span>
<span id="3177">3177</span>
<span id="3178">3178</span>
<span id="3179">3179</span>
<span id="3180">3180</span>
<span id="3181">3181</span>
<span id="3182">3182</span>
<span id="3183">3183</span>
<span id="3184">3184</span>
<span id="3185">3185</span>
<span id="3186">3186</span>
<span id="3187">3187</span>
<span id="3188">3188</span>
<span id="3189">3189</span>
<span id="3190">3190</span>
<span id="3191">3191</span>
<span id="3192">3192</span>
<span id="3193">3193</span>
<span id="3194">3194</span>
<span id="3195">3195</span>
<span id="3196">3196</span>
<span id="3197">3197</span>
<span id="3198">3198</span>
<span id="3199">3199</span>
<span id="3200">3200</span>
<span id="3201">3201</span>
<span id="3202">3202</span>
<span id="3203">3203</span>
<span id="3204">3204</span>
<span id="3205">3205</span>
<span id="3206">3206</span>
<span id="3207">3207</span>
<span id="3208">3208</span>
<span id="3209">3209</span>
<span id="3210">3210</span>
<span id="3211">3211</span>
<span id="3212">3212</span>
<span id="3213">3213</span>
<span id="3214">3214</span>
<span id="3215">3215</span>
<span id="3216">3216</span>
<span id="3217">3217</span>
<span id="3218">3218</span>
<span id="3219">3219</span>
<span id="3220">3220</span>
<span id="3221">3221</span>
<span id="3222">3222</span>
<span id="3223">3223</span>
<span id="3224">3224</span>
<span id="3225">3225</span>
<span id="3226">3226</span>
<span id="3227">3227</span>
<span id="3228">3228</span>
<span id="3229">3229</span>
<span id="3230">3230</span>
<span id="3231">3231</span>
<span id="3232">3232</span>
<span id="3233">3233</span>
<span id="3234">3234</span>
<span id="3235">3235</span>
<span id="3236">3236</span>
<span id="3237">3237</span>
<span id="3238">3238</span>
<span id="3239">3239</span>
<span id="3240">3240</span>
<span id="3241">3241</span>
<span id="3242">3242</span>
<span id="3243">3243</span>
<span id="3244">3244</span>
<span id="3245">3245</span>
<span id="3246">3246</span>
<span id="3247">3247</span>
<span id="3248">3248</span>
<span id="3249">3249</span>
<span id="3250">3250</span>
<span id="3251">3251</span>
<span id="3252">3252</span>
<span id="3253">3253</span>
<span id="3254">3254</span>
<span id="3255">3255</span>
<span id="3256">3256</span>
<span id="3257">3257</span>
<span id="3258">3258</span>
<span id="3259">3259</span>
<span id="3260">3260</span>
<span id="3261">3261</span>
<span id="3262">3262</span>
<span id="3263">3263</span>
<span id="3264">3264</span>
<span id="3265">3265</span>
<span id="3266">3266</span>
<span id="3267">3267</span>
<span id="3268">3268</span>
<span id="3269">3269</span>
<span id="3270">3270</span>
<span id="3271">3271</span>
<span id="3272">3272</span>
<span id="3273">3273</span>
<span id="3274">3274</span>
<span id="3275">3275</span>
<span id="3276">3276</span>
<span id="3277">3277</span>
<span id="3278">3278</span>
<span id="3279">3279</span>
<span id="3280">3280</span>
<span id="3281">3281</span>
<span id="3282">3282</span>
<span id="3283">3283</span>
<span id="3284">3284</span>
<span id="3285">3285</span>
<span id="3286">3286</span>
<span id="3287">3287</span>
<span id="3288">3288</span>
<span id="3289">3289</span>
<span id="3290">3290</span>
<span id="3291">3291</span>
<span id="3292">3292</span>
<span id="3293">3293</span>
<span id="3294">3294</span>
<span id="3295">3295</span>
<span id="3296">3296</span>
<span id="3297">3297</span>
<span id="3298">3298</span>
<span id="3299">3299</span>
<span id="3300">3300</span>
<span id="3301">3301</span>
<span id="3302">3302</span>
<span id="3303">3303</span>
<span id="3304">3304</span>
<span id="3305">3305</span>
<span id="3306">3306</span>
<span id="3307">3307</span>
<span id="3308">3308</span>
<span id="3309">3309</span>
<span id="3310">3310</span>
<span id="3311">3311</span>
<span id="3312">3312</span>
<span id="3313">3313</span>
<span id="3314">3314</span>
<span id="3315">3315</span>
<span id="3316">3316</span>
<span id="3317">3317</span>
<span id="3318">3318</span>
<span id="3319">3319</span>
<span id="3320">3320</span>
<span id="3321">3321</span>
<span id="3322">3322</span>
<span id="3323">3323</span>
<span id="3324">3324</span>
<span id="3325">3325</span>
<span id="3326">3326</span>
<span id="3327">3327</span>
<span id="3328">3328</span>
<span id="3329">3329</span>
<span id="3330">3330</span>
<span id="3331">3331</span>
<span id="3332">3332</span>
<span id="3333">3333</span>
<span id="3334">3334</span>
<span id="3335">3335</span>
<span id="3336">3336</span>
<span id="3337">3337</span>
<span id="3338">3338</span>
<span id="3339">3339</span>
<span id="3340">3340</span>
<span id="3341">3341</span>
<span id="3342">3342</span>
<span id="3343">3343</span>
<span id="3344">3344</span>
<span id="3345">3345</span>
<span id="3346">3346</span>
<span id="3347">3347</span>
<span id="3348">3348</span>
<span id="3349">3349</span>
<span id="3350">3350</span>
<span id="3351">3351</span>
<span id="3352">3352</span>
<span id="3353">3353</span>
<span id="3354">3354</span>
<span id="3355">3355</span>
<span id="3356">3356</span>
<span id="3357">3357</span>
<span id="3358">3358</span>
<span id="3359">3359</span>
<span id="3360">3360</span>
<span id="3361">3361</span>
<span id="3362">3362</span>
<span id="3363">3363</span>
<span id="3364">3364</span>
<span id="3365">3365</span>
<span id="3366">3366</span>
<span id="3367">3367</span>
<span id="3368">3368</span>
<span id="3369">3369</span>
<span id="3370">3370</span>
<span id="3371">3371</span>
<span id="3372">3372</span>
<span id="3373">3373</span>
<span id="3374">3374</span>
<span id="3375">3375</span>
<span id="3376">3376</span>
<span id="3377">3377</span>
<span id="3378">3378</span>
<span id="3379">3379</span>
<span id="3380">3380</span>
<span id="3381">3381</span>
<span id="3382">3382</span>
<span id="3383">3383</span>
</pre><pre class="rust"><code><span class="doccomment">//! Safe wrappers around functions found in libc &quot;unistd.h&quot; header
</span><span class="kw">use </span><span class="kw">crate</span>::errno::{<span class="self">self</span>, Errno};
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg(feature = <span class="string">&quot;fs&quot;</span>)]
</span><span class="kw">use </span><span class="kw">crate</span>::fcntl::{at_rawfd, AtFlags};
<span class="attribute">#[cfg(feature = <span class="string">&quot;fs&quot;</span>)]
</span><span class="kw">use </span><span class="kw">crate</span>::fcntl::{fcntl, FcntlArg::F_SETFD, FdFlag, OFlag};
<span class="attribute">#[cfg(all(
feature = <span class="string">&quot;fs&quot;</span>,
any(
target_os = <span class="string">&quot;openbsd&quot;</span>,
target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;macos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;
</span>)
))]
</span><span class="kw">use </span><span class="kw">crate</span>::sys::stat::FileFlag;
<span class="attribute">#[cfg(feature = <span class="string">&quot;fs&quot;</span>)]
</span><span class="kw">use </span><span class="kw">crate</span>::sys::stat::Mode;
<span class="kw">use crate</span>::{Error, NixPath, <span class="prelude-ty">Result</span>};
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">use </span>cfg_if::cfg_if;
<span class="kw">use </span>libc::{
<span class="self">self</span>, c_char, c_int, c_long, c_uint, c_void, gid_t, mode_t, off_t, pid_t,
size_t, uid_t, PATH_MAX,
};
<span class="kw">use </span>std::convert::Infallible;
<span class="kw">use </span>std::ffi::{CStr, OsString};
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">use </span>std::ffi::{CString, OsStr};
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">use </span>std::os::unix::ffi::OsStrExt;
<span class="kw">use </span>std::os::unix::ffi::OsStringExt;
<span class="kw">use </span>std::os::unix::io::RawFd;
<span class="kw">use </span>std::path::PathBuf;
<span class="kw">use </span>std::{fmt, mem, ptr};
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;fs&quot;</span>]
#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;linux&quot;</span>))]
</span><span class="kw">pub use </span><span class="self">self</span>::pivot_root::<span class="kw-2">*</span>;
}
<span class="attribute">#[cfg(any(
target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;
</span>))]
</span><span class="kw">pub use </span><span class="self">self</span>::setres::<span class="kw-2">*</span>;
<span class="attribute">#[cfg(any(
target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;
</span>))]
</span><span class="kw">pub use </span><span class="self">self</span>::getres::<span class="kw-2">*</span>;
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;user&quot;</span>]
</span><span class="doccomment">/// User identifier
///
/// Newtype pattern around `uid_t` (which is just alias). It prevents bugs caused by accidentally
/// passing wrong value.
</span><span class="attribute">#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)]
</span><span class="kw">pub struct </span>Uid(uid_t);
<span class="kw">impl </span>Uid {
<span class="doccomment">/// Creates `Uid` from raw `uid_t`.
</span><span class="kw">pub const fn </span>from_raw(uid: uid_t) -&gt; <span class="self">Self </span>{
Uid(uid)
}
<span class="doccomment">/// Returns Uid of calling process. This is practically a more Rusty alias for `getuid`.
</span><span class="attribute">#[doc(alias(<span class="string">&quot;getuid&quot;</span>))]
</span><span class="kw">pub fn </span>current() -&gt; <span class="self">Self </span>{
getuid()
}
<span class="doccomment">/// Returns effective Uid of calling process. This is practically a more Rusty alias for `geteuid`.
</span><span class="attribute">#[doc(alias(<span class="string">&quot;geteuid&quot;</span>))]
</span><span class="kw">pub fn </span>effective() -&gt; <span class="self">Self </span>{
geteuid()
}
<span class="doccomment">/// Returns true if the `Uid` represents privileged user - root. (If it equals zero.)
</span><span class="kw">pub const fn </span>is_root(<span class="self">self</span>) -&gt; bool {
<span class="self">self</span>.<span class="number">0 </span>== ROOT.<span class="number">0
</span>}
<span class="doccomment">/// Get the raw `uid_t` wrapped by `self`.
</span><span class="kw">pub const fn </span>as_raw(<span class="self">self</span>) -&gt; uid_t {
<span class="self">self</span>.<span class="number">0
</span>}
}
<span class="kw">impl </span>From&lt;Uid&gt; <span class="kw">for </span>uid_t {
<span class="kw">fn </span>from(uid: Uid) -&gt; <span class="self">Self </span>{
uid.<span class="number">0
</span>}
}
<span class="kw">impl </span>From&lt;uid_t&gt; <span class="kw">for </span>Uid {
<span class="kw">fn </span>from(uid: uid_t) -&gt; <span class="self">Self </span>{
Uid(uid)
}
}
<span class="kw">impl </span>fmt::Display <span class="kw">for </span>Uid {
<span class="kw">fn </span>fmt(<span class="kw-2">&amp;</span><span class="self">self</span>, f: <span class="kw-2">&amp;mut </span>fmt::Formatter) -&gt; fmt::Result {
fmt::Display::fmt(<span class="kw-2">&amp;</span><span class="self">self</span>.<span class="number">0</span>, f)
}
}
<span class="doccomment">/// Constant for UID = 0
</span><span class="kw">pub const </span>ROOT: Uid = Uid(<span class="number">0</span>);
<span class="doccomment">/// Group identifier
///
/// Newtype pattern around `gid_t` (which is just alias). It prevents bugs caused by accidentally
/// passing wrong value.
</span><span class="attribute">#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)]
</span><span class="kw">pub struct </span>Gid(gid_t);
<span class="kw">impl </span>Gid {
<span class="doccomment">/// Creates `Gid` from raw `gid_t`.
</span><span class="kw">pub const fn </span>from_raw(gid: gid_t) -&gt; <span class="self">Self </span>{
Gid(gid)
}
<span class="doccomment">/// Returns Gid of calling process. This is practically a more Rusty alias for `getgid`.
</span><span class="attribute">#[doc(alias(<span class="string">&quot;getgid&quot;</span>))]
</span><span class="kw">pub fn </span>current() -&gt; <span class="self">Self </span>{
getgid()
}
<span class="doccomment">/// Returns effective Gid of calling process. This is practically a more Rusty alias for `getegid`.
</span><span class="attribute">#[doc(alias(<span class="string">&quot;getegid&quot;</span>))]
</span><span class="kw">pub fn </span>effective() -&gt; <span class="self">Self </span>{
getegid()
}
<span class="doccomment">/// Get the raw `gid_t` wrapped by `self`.
</span><span class="kw">pub const fn </span>as_raw(<span class="self">self</span>) -&gt; gid_t {
<span class="self">self</span>.<span class="number">0
</span>}
}
<span class="kw">impl </span>From&lt;Gid&gt; <span class="kw">for </span>gid_t {
<span class="kw">fn </span>from(gid: Gid) -&gt; <span class="self">Self </span>{
gid.<span class="number">0
</span>}
}
<span class="kw">impl </span>From&lt;gid_t&gt; <span class="kw">for </span>Gid {
<span class="kw">fn </span>from(gid: gid_t) -&gt; <span class="self">Self </span>{
Gid(gid)
}
}
<span class="kw">impl </span>fmt::Display <span class="kw">for </span>Gid {
<span class="kw">fn </span>fmt(<span class="kw-2">&amp;</span><span class="self">self</span>, f: <span class="kw-2">&amp;mut </span>fmt::Formatter) -&gt; fmt::Result {
fmt::Display::fmt(<span class="kw-2">&amp;</span><span class="self">self</span>.<span class="number">0</span>, f)
}
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;process&quot;</span>]
</span><span class="doccomment">/// Process identifier
///
/// Newtype pattern around `pid_t` (which is just alias). It prevents bugs caused by accidentally
/// passing wrong value.
</span><span class="attribute">#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
</span><span class="kw">pub struct </span>Pid(pid_t);
<span class="kw">impl </span>Pid {
<span class="doccomment">/// Creates `Pid` from raw `pid_t`.
</span><span class="kw">pub const fn </span>from_raw(pid: pid_t) -&gt; <span class="self">Self </span>{
Pid(pid)
}
<span class="doccomment">/// Returns PID of calling process
</span><span class="attribute">#[doc(alias(<span class="string">&quot;getpid&quot;</span>))]
</span><span class="kw">pub fn </span>this() -&gt; <span class="self">Self </span>{
getpid()
}
<span class="doccomment">/// Returns PID of parent of calling process
</span><span class="attribute">#[doc(alias(<span class="string">&quot;getppid&quot;</span>))]
</span><span class="kw">pub fn </span>parent() -&gt; <span class="self">Self </span>{
getppid()
}
<span class="doccomment">/// Get the raw `pid_t` wrapped by `self`.
</span><span class="kw">pub const fn </span>as_raw(<span class="self">self</span>) -&gt; pid_t {
<span class="self">self</span>.<span class="number">0
</span>}
}
<span class="kw">impl </span>From&lt;Pid&gt; <span class="kw">for </span>pid_t {
<span class="kw">fn </span>from(pid: Pid) -&gt; <span class="self">Self </span>{
pid.<span class="number">0
</span>}
}
<span class="kw">impl </span>fmt::Display <span class="kw">for </span>Pid {
<span class="kw">fn </span>fmt(<span class="kw-2">&amp;</span><span class="self">self</span>, f: <span class="kw-2">&amp;mut </span>fmt::Formatter) -&gt; fmt::Result {
fmt::Display::fmt(<span class="kw-2">&amp;</span><span class="self">self</span>.<span class="number">0</span>, f)
}
}
<span class="doccomment">/// Represents the successful result of calling `fork`
///
/// When `fork` is called, the process continues execution in the parent process
/// and in the new child. This return type can be examined to determine whether
/// you are now executing in the parent process or in the child.
</span><span class="attribute">#[derive(Clone, Copy, Debug)]
</span><span class="kw">pub enum </span>ForkResult {
Parent { child: Pid },
Child,
}
<span class="kw">impl </span>ForkResult {
<span class="doccomment">/// Return `true` if this is the child process of the `fork()`
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>is_child(<span class="self">self</span>) -&gt; bool {
<span class="macro">matches!</span>(<span class="self">self</span>, ForkResult::Child)
}
<span class="doccomment">/// Returns `true` if this is the parent process of the `fork()`
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>is_parent(<span class="self">self</span>) -&gt; bool {
!<span class="self">self</span>.is_child()
}
}
<span class="doccomment">/// Create a new child process duplicating the parent process ([see
/// fork(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html)).
///
/// After successfully calling the fork system call, a second process will
/// be created which is identical to the original except for the pid and the
/// return value of this function. As an example:
///
/// ```
/// use nix::{sys::wait::waitpid,unistd::{fork, ForkResult, write}};
///
/// match unsafe{fork()} {
/// Ok(ForkResult::Parent { child, .. }) =&gt; {
/// println!(&quot;Continuing execution in parent process, new child has pid: {}&quot;, child);
/// waitpid(child, None).unwrap();
/// }
/// Ok(ForkResult::Child) =&gt; {
/// // Unsafe to use `println!` (or `unwrap`) here. See Safety.
/// write(libc::STDOUT_FILENO, &quot;I&#39;m a new child process\n&quot;.as_bytes()).ok();
/// unsafe { libc::_exit(0) };
/// }
/// Err(_) =&gt; println!(&quot;Fork failed&quot;),
/// }
/// ```
///
/// This will print something like the following (order nondeterministic). The
/// thing to note is that you end up with two processes continuing execution
/// immediately after the fork call but with different match arms.
///
/// ```text
/// Continuing execution in parent process, new child has pid: 1234
/// I&#39;m a new child process
/// ```
///
/// # Safety
///
/// In a multithreaded program, only [async-signal-safe] functions like `pause`
/// and `_exit` may be called by the child (the parent isn&#39;t restricted). Note
/// that memory allocation may **not** be async-signal-safe and thus must be
/// prevented.
///
/// Those functions are only a small subset of your operating system&#39;s API, so
/// special care must be taken to only invoke code you can control and audit.
///
/// [async-signal-safe]: https://man7.org/linux/man-pages/man7/signal-safety.7.html
</span><span class="attribute">#[inline]
</span><span class="kw">pub unsafe fn </span>fork() -&gt; <span class="prelude-ty">Result</span>&lt;ForkResult&gt; {
<span class="kw">use </span><span class="self">self</span>::ForkResult::<span class="kw-2">*</span>;
<span class="kw">let </span>res = libc::fork();
Errno::result(res).map(|res| <span class="kw">match </span>res {
<span class="number">0 </span>=&gt; Child,
res =&gt; Parent { child: Pid(res) },
})
}
<span class="doccomment">/// Get the pid of this process (see
/// [getpid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpid.html)).
///
/// Since you are running code, there is always a pid to return, so there
/// is no error case that needs to be handled.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getpid() -&gt; Pid {
Pid(<span class="kw">unsafe </span>{ libc::getpid() })
}
<span class="doccomment">/// Get the pid of this processes&#39; parent (see
/// [getpid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getppid.html)).
///
/// There is always a parent pid to return, so there is no error case that needs
/// to be handled.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getppid() -&gt; Pid {
Pid(<span class="kw">unsafe </span>{ libc::getppid() }) <span class="comment">// no error handling, according to man page: &quot;These functions are always successful.&quot;
</span>}
<span class="doccomment">/// Set a process group ID (see
/// [setpgid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/setpgid.html)).
///
/// Set the process group id (PGID) of a particular process. If a pid of zero
/// is specified, then the pid of the calling process is used. Process groups
/// may be used to group together a set of processes in order for the OS to
/// apply some operations across the group.
///
/// `setsid()` may be used to create a new process group.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>setpgid(pid: Pid, pgid: Pid) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::setpgid(pid.into(), pgid.into()) };
Errno::result(res).map(drop)
}
<span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getpgid(pid: <span class="prelude-ty">Option</span>&lt;Pid&gt;) -&gt; <span class="prelude-ty">Result</span>&lt;Pid&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::getpgid(pid.unwrap_or(Pid(<span class="number">0</span>)).into()) };
Errno::result(res).map(Pid)
}
<span class="doccomment">/// Create new session and set process group id (see
/// [setsid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/setsid.html)).
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>setsid() -&gt; <span class="prelude-ty">Result</span>&lt;Pid&gt; {
Errno::result(<span class="kw">unsafe </span>{ libc::setsid() }).map(Pid)
}
<span class="doccomment">/// Get the process group ID of a session leader
/// [getsid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getsid.html).
///
/// Obtain the process group ID of the process that is the session leader of the process specified
/// by pid. If pid is zero, it specifies the calling process.
</span><span class="attribute">#[inline]
#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">pub fn </span>getsid(pid: <span class="prelude-ty">Option</span>&lt;Pid&gt;) -&gt; <span class="prelude-ty">Result</span>&lt;Pid&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::getsid(pid.unwrap_or(Pid(<span class="number">0</span>)).into()) };
Errno::result(res).map(Pid)
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![all(feature = <span class="string">&quot;process&quot;</span>, feature = <span class="string">&quot;term&quot;</span>)]
</span><span class="doccomment">/// Get the terminal foreground process group (see
/// [tcgetpgrp(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/tcgetpgrp.html)).
///
/// Get the group process id (GPID) of the foreground process group on the
/// terminal associated to file descriptor (FD).
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>tcgetpgrp(fd: c_int) -&gt; <span class="prelude-ty">Result</span>&lt;Pid&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::tcgetpgrp(fd) };
Errno::result(res).map(Pid)
}
<span class="doccomment">/// Set the terminal foreground process group (see
/// [tcgetpgrp(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/tcsetpgrp.html)).
///
/// Get the group process id (PGID) to the foreground process group on the
/// terminal associated to file descriptor (FD).
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>tcsetpgrp(fd: c_int, pgrp: Pid) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::tcsetpgrp(fd, pgrp.into()) };
Errno::result(res).map(drop)
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;process&quot;</span>]
</span><span class="doccomment">/// Get the group id of the calling process (see
///[getpgrp(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpgrp.html)).
///
/// Get the process group id (PGID) of the calling process.
/// According to the man page it is always successful.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getpgrp() -&gt; Pid {
Pid(<span class="kw">unsafe </span>{ libc::getpgrp() })
}
<span class="doccomment">/// Get the caller&#39;s thread ID (see
/// [gettid(2)](https://man7.org/linux/man-pages/man2/gettid.2.html).
///
/// This function is only available on Linux based systems. In a single
/// threaded process, the main thread will have the same ID as the process. In
/// a multithreaded process, each thread will have a unique thread id but the
/// same process ID.
///
/// No error handling is required as a thread id should always exist for any
/// process, even if threads are not being used.
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;android&quot;</span>))]
#[inline]
</span><span class="kw">pub fn </span>gettid() -&gt; Pid {
Pid(<span class="kw">unsafe </span>{ libc::syscall(libc::SYS_gettid) <span class="kw">as </span>pid_t })
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;fs&quot;</span>]
</span><span class="doccomment">/// Create a copy of the specified file descriptor (see
/// [dup(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html)).
///
/// The new file descriptor will have a new index but refer to the same
/// resource as the old file descriptor and the old and new file descriptors may
/// be used interchangeably. The new and old file descriptor share the same
/// underlying resource, offset, and file status flags. The actual index used
/// for the file descriptor will be the lowest fd index that is available.
///
/// The two file descriptors do not share file descriptor flags (e.g. `OFlag::FD_CLOEXEC`).
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>dup(oldfd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;RawFd&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::dup(oldfd) };
Errno::result(res)
}
<span class="doccomment">/// Create a copy of the specified file descriptor using the specified fd (see
/// [dup(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/dup.html)).
///
/// This function behaves similar to `dup()` except that it will try to use the
/// specified fd instead of allocating a new one. See the man pages for more
/// detail on the exact behavior of this function.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>dup2(oldfd: RawFd, newfd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;RawFd&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::dup2(oldfd, newfd) };
Errno::result(res)
}
<span class="doccomment">/// Create a new copy of the specified file descriptor using the specified fd
/// and flags (see [dup(2)](https://man7.org/linux/man-pages/man2/dup.2.html)).
///
/// This function behaves similar to `dup2()` but allows for flags to be
/// specified.
</span><span class="kw">pub fn </span>dup3(oldfd: RawFd, newfd: RawFd, flags: OFlag) -&gt; <span class="prelude-ty">Result</span>&lt;RawFd&gt; {
dup3_polyfill(oldfd, newfd, flags)
}
<span class="attribute">#[inline]
</span><span class="kw">fn </span>dup3_polyfill(oldfd: RawFd, newfd: RawFd, flags: OFlag) -&gt; <span class="prelude-ty">Result</span>&lt;RawFd&gt; {
<span class="kw">if </span>oldfd == newfd {
<span class="kw">return </span><span class="prelude-val">Err</span>(Errno::EINVAL);
}
<span class="kw">let </span>fd = dup2(oldfd, newfd)<span class="question-mark">?</span>;
<span class="kw">if </span>flags.contains(OFlag::O_CLOEXEC) {
<span class="kw">if let </span><span class="prelude-val">Err</span>(e) = fcntl(fd, F_SETFD(FdFlag::FD_CLOEXEC)) {
<span class="kw">let _ </span>= close(fd);
<span class="kw">return </span><span class="prelude-val">Err</span>(e);
}
}
<span class="prelude-val">Ok</span>(fd)
}
<span class="doccomment">/// Change the current working directory of the calling process (see
/// [chdir(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/chdir.html)).
///
/// This function may fail in a number of different scenarios. See the man
/// pages for additional details on possible failure cases.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>chdir&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{ libc::chdir(cstr.as_ptr()) }
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Change the current working directory of the process to the one
/// given as an open file descriptor (see
/// [fchdir(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchdir.html)).
///
/// This function may fail in a number of different scenarios. See the man
/// pages for additional details on possible failure cases.
</span><span class="attribute">#[inline]
#[cfg(not(target_os = <span class="string">&quot;fuchsia&quot;</span>))]
</span><span class="kw">pub fn </span>fchdir(dirfd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::fchdir(dirfd) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Creates new directory `path` with access rights `mode`. (see [mkdir(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkdir.html))
///
/// # Errors
///
/// There are several situations where mkdir might fail:
///
/// - current user has insufficient rights in the parent directory
/// - the path already exists
/// - the path name is too long (longer than `PATH_MAX`, usually 4096 on linux, 1024 on OS X)
///
/// # Example
///
/// ```rust
/// use nix::unistd;
/// use nix::sys::stat;
/// use tempfile::tempdir;
///
/// let tmp_dir1 = tempdir().unwrap();
/// let tmp_dir2 = tmp_dir1.path().join(&quot;new_dir&quot;);
///
/// // create new directory and give read, write and execute rights to the owner
/// match unistd::mkdir(&amp;tmp_dir2, stat::Mode::S_IRWXU) {
/// Ok(_) =&gt; println!(&quot;created {:?}&quot;, tmp_dir2),
/// Err(err) =&gt; println!(&quot;Error creating directory: {}&quot;, err),
/// }
/// ```
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>mkdir&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P, mode: Mode) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{ libc::mkdir(cstr.as_ptr(), mode.bits() <span class="kw">as </span>mode_t) }
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Creates new fifo special file (named pipe) with path `path` and access rights `mode`.
///
/// # Errors
///
/// There are several situations where mkfifo might fail:
///
/// - current user has insufficient rights in the parent directory
/// - the path already exists
/// - the path name is too long (longer than `PATH_MAX`, usually 4096 on linux, 1024 on OS X)
///
/// For a full list consult
/// [posix specification](https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkfifo.html)
///
/// # Example
///
/// ```rust
/// use nix::unistd;
/// use nix::sys::stat;
/// use tempfile::tempdir;
///
/// let tmp_dir = tempdir().unwrap();
/// let fifo_path = tmp_dir.path().join(&quot;foo.pipe&quot;);
///
/// // create new fifo and give read, write and execute rights to the owner
/// match unistd::mkfifo(&amp;fifo_path, stat::Mode::S_IRWXU) {
/// Ok(_) =&gt; println!(&quot;created {:?}&quot;, fifo_path),
/// Err(err) =&gt; println!(&quot;Error creating fifo: {}&quot;, err),
/// }
/// ```
</span><span class="attribute">#[inline]
#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))] </span><span class="comment">// RedoxFS does not support fifo yet
</span><span class="kw">pub fn </span>mkfifo&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P, mode: Mode) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{ libc::mkfifo(cstr.as_ptr(), mode.bits() <span class="kw">as </span>mode_t) }
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Creates new fifo special file (named pipe) with path `path` and access rights `mode`.
///
/// If `dirfd` has a value, then `path` is relative to directory associated with the file descriptor.
///
/// If `dirfd` is `None`, then `path` is relative to the current working directory.
///
/// # References
///
/// [mkfifoat(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkfifoat.html).
</span><span class="comment">// mkfifoat is not implemented in OSX or android
</span><span class="attribute">#[inline]
#[cfg(not(any(
target_os = <span class="string">&quot;macos&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>)))]
</span><span class="kw">pub fn </span>mkfifoat&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(dirfd: <span class="prelude-ty">Option</span>&lt;RawFd&gt;, path: <span class="kw-2">&amp;</span>P, mode: Mode) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| <span class="kw">unsafe </span>{
libc::mkfifoat(at_rawfd(dirfd), cstr.as_ptr(), mode.bits() <span class="kw">as </span>mode_t)
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Creates a symbolic link at `path2` which points to `path1`.
///
/// If `dirfd` has a value, then `path2` is relative to directory associated
/// with the file descriptor.
///
/// If `dirfd` is `None`, then `path2` is relative to the current working
/// directory. This is identical to `libc::symlink(path1, path2)`.
///
/// See also [symlinkat(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/symlinkat.html).
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">pub fn </span>symlinkat&lt;P1: <span class="question-mark">?</span>Sized + NixPath, P2: <span class="question-mark">?</span>Sized + NixPath&gt;(
path1: <span class="kw-2">&amp;</span>P1,
dirfd: <span class="prelude-ty">Option</span>&lt;RawFd&gt;,
path2: <span class="kw-2">&amp;</span>P2) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res =
path1.with_nix_path(|path1| {
path2.with_nix_path(|path2| {
<span class="kw">unsafe </span>{
libc::symlinkat(
path1.as_ptr(),
dirfd.unwrap_or(libc::AT_FDCWD),
path2.as_ptr()
)
}
})
})<span class="question-mark">??</span>;
Errno::result(res).map(drop)
}
}
<span class="comment">// Double the buffer capacity up to limit. In case it already has
// reached the limit, return Errno::ERANGE.
</span><span class="attribute">#[cfg(any(feature = <span class="string">&quot;fs&quot;</span>, feature = <span class="string">&quot;user&quot;</span>))]
</span><span class="kw">fn </span>reserve_double_buffer_size&lt;T&gt;(buf: <span class="kw-2">&amp;mut </span>Vec&lt;T&gt;, limit: usize) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">use </span>std::cmp::min;
<span class="kw">if </span>buf.capacity() &gt;= limit {
<span class="kw">return </span><span class="prelude-val">Err</span>(Errno::ERANGE);
}
<span class="kw">let </span>capacity = min(buf.capacity() * <span class="number">2</span>, limit);
buf.reserve(capacity);
<span class="prelude-val">Ok</span>(())
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;fs&quot;</span>]
</span><span class="doccomment">/// Returns the current directory as a `PathBuf`
///
/// Err is returned if the current user doesn&#39;t have the permission to read or search a component
/// of the current path.
///
/// # Example
///
/// ```rust
/// use nix::unistd;
///
/// // assume that we are allowed to get current directory
/// let dir = unistd::getcwd().unwrap();
/// println!(&quot;The current directory is {:?}&quot;, dir);
/// ```
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getcwd() -&gt; <span class="prelude-ty">Result</span>&lt;PathBuf&gt; {
<span class="kw">let </span><span class="kw-2">mut </span>buf = Vec::with_capacity(<span class="number">512</span>);
<span class="kw">loop </span>{
<span class="kw">unsafe </span>{
<span class="kw">let </span>ptr = buf.as_mut_ptr() <span class="kw">as </span><span class="kw-2">*mut </span>c_char;
<span class="comment">// The buffer must be large enough to store the absolute pathname plus
// a terminating null byte, or else null is returned.
// To safely handle this we start with a reasonable size (512 bytes)
// and double the buffer size upon every error
</span><span class="kw">if </span>!libc::getcwd(ptr, buf.capacity()).is_null() {
<span class="kw">let </span>len = CStr::from_ptr(buf.as_ptr() <span class="kw">as </span><span class="kw-2">*const </span>c_char).to_bytes().len();
buf.set_len(len);
buf.shrink_to_fit();
<span class="kw">return </span><span class="prelude-val">Ok</span>(PathBuf::from(OsString::from_vec(buf)));
} <span class="kw">else </span>{
<span class="kw">let </span>error = Errno::last();
<span class="comment">// ERANGE means buffer was too small to store directory name
</span><span class="kw">if </span>error != Errno::ERANGE {
<span class="kw">return </span><span class="prelude-val">Err</span>(error);
}
}
<span class="comment">// Trigger the internal buffer resizing logic.
</span>reserve_double_buffer_size(<span class="kw-2">&amp;mut </span>buf, PATH_MAX <span class="kw">as </span>usize)<span class="question-mark">?</span>;
}
}
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![all(feature = <span class="string">&quot;user&quot;</span>, feature = <span class="string">&quot;fs&quot;</span>)]
</span><span class="doccomment">/// Computes the raw UID and GID values to pass to a `*chown` call.
</span><span class="comment">// The cast is not unnecessary on all platforms.
</span><span class="attribute">#[allow(clippy::unnecessary_cast)]
</span><span class="kw">fn </span>chown_raw_ids(owner: <span class="prelude-ty">Option</span>&lt;Uid&gt;, group: <span class="prelude-ty">Option</span>&lt;Gid&gt;) -&gt; (libc::uid_t, libc::gid_t) {
<span class="comment">// According to the POSIX specification, -1 is used to indicate that owner and group
// are not to be changed. Since uid_t and gid_t are unsigned types, we have to wrap
// around to get -1.
</span><span class="kw">let </span>uid = owner.map(Into::into)
.unwrap_or_else(|| (<span class="number">0 </span><span class="kw">as </span>uid_t).wrapping_sub(<span class="number">1</span>));
<span class="kw">let </span>gid = group.map(Into::into)
.unwrap_or_else(|| (<span class="number">0 </span><span class="kw">as </span>gid_t).wrapping_sub(<span class="number">1</span>));
(uid, gid)
}
<span class="doccomment">/// Change the ownership of the file at `path` to be owned by the specified
/// `owner` (user) and `group` (see
/// [chown(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/chown.html)).
///
/// The owner/group for the provided path name will not be modified if `None` is
/// provided for that argument. Ownership change will be attempted for the path
/// only if `Some` owner/group is provided.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>chown&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P, owner: <span class="prelude-ty">Option</span>&lt;Uid&gt;, group: <span class="prelude-ty">Option</span>&lt;Gid&gt;) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">let </span>(uid, gid) = chown_raw_ids(owner, group);
<span class="kw">unsafe </span>{ libc::chown(cstr.as_ptr(), uid, gid) }
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Change the ownership of the file referred to by the open file descriptor `fd` to be owned by
/// the specified `owner` (user) and `group` (see
/// [fchown(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchown.html)).
///
/// The owner/group for the provided file will not be modified if `None` is
/// provided for that argument. Ownership change will be attempted for the path
/// only if `Some` owner/group is provided.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>fchown(fd: RawFd, owner: <span class="prelude-ty">Option</span>&lt;Uid&gt;, group: <span class="prelude-ty">Option</span>&lt;Gid&gt;) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>(uid, gid) = chown_raw_ids(owner, group);
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::fchown(fd, uid, gid) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Flags for `fchownat` function.
</span><span class="attribute">#[derive(Clone, Copy, Debug)]
</span><span class="kw">pub enum </span>FchownatFlags {
FollowSymlink,
NoFollowSymlink,
}
<span class="doccomment">/// Change the ownership of the file at `path` to be owned by the specified
/// `owner` (user) and `group`.
///
/// The owner/group for the provided path name will not be modified if `None` is
/// provided for that argument. Ownership change will be attempted for the path
/// only if `Some` owner/group is provided.
///
/// The file to be changed is determined relative to the directory associated
/// with the file descriptor `dirfd` or the current working directory
/// if `dirfd` is `None`.
///
/// If `flag` is `FchownatFlags::NoFollowSymlink` and `path` names a symbolic link,
/// then the mode of the symbolic link is changed.
///
/// `fchownat(None, path, owner, group, FchownatFlags::NoFollowSymlink)` is identical to
/// a call `libc::lchown(path, owner, group)`. That&#39;s why `lchown` is unimplemented in
/// the `nix` crate.
///
/// # References
///
/// [fchownat(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchownat.html).
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">pub fn </span>fchownat&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(
dirfd: <span class="prelude-ty">Option</span>&lt;RawFd&gt;,
path: <span class="kw-2">&amp;</span>P,
owner: <span class="prelude-ty">Option</span>&lt;Uid&gt;,
group: <span class="prelude-ty">Option</span>&lt;Gid&gt;,
flag: FchownatFlags,
) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>atflag =
<span class="kw">match </span>flag {
FchownatFlags::FollowSymlink =&gt; AtFlags::empty(),
FchownatFlags::NoFollowSymlink =&gt; AtFlags::AT_SYMLINK_NOFOLLOW,
};
<span class="kw">let </span>res = path.with_nix_path(|cstr| <span class="kw">unsafe </span>{
<span class="kw">let </span>(uid, gid) = chown_raw_ids(owner, group);
libc::fchownat(at_rawfd(dirfd), cstr.as_ptr(), uid, gid,
atflag.bits() <span class="kw">as </span>libc::c_int)
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;process&quot;</span>]
</span><span class="kw">fn </span>to_exec_array&lt;S: AsRef&lt;CStr&gt;&gt;(args: <span class="kw-2">&amp;</span>[S]) -&gt; Vec&lt;<span class="kw-2">*const </span>c_char&gt; {
<span class="kw">use </span>std::iter::once;
args.iter()
.map(|s| s.as_ref().as_ptr())
.chain(once(ptr::null()))
.collect()
}
<span class="doccomment">/// Replace the current process image with a new one (see
/// [exec(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html)).
///
/// See the `::nix::unistd::execve` system call for additional details. `execv`
/// performs the same action but does not allow for customization of the
/// environment for the new process.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>execv&lt;S: AsRef&lt;CStr&gt;&gt;(path: <span class="kw-2">&amp;</span>CStr, argv: <span class="kw-2">&amp;</span>[S]) -&gt; <span class="prelude-ty">Result</span>&lt;Infallible&gt; {
<span class="kw">let </span>args_p = to_exec_array(argv);
<span class="kw">unsafe </span>{
libc::execv(path.as_ptr(), args_p.as_ptr())
};
<span class="prelude-val">Err</span>(Errno::last())
}
<span class="doccomment">/// Replace the current process image with a new one (see
/// [execve(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html)).
///
/// The execve system call allows for another process to be &quot;called&quot; which will
/// replace the current process image. That is, this process becomes the new
/// command that is run. On success, this function will not return. Instead,
/// the new program will run until it exits.
///
/// `::nix::unistd::execv` and `::nix::unistd::execve` take as arguments a slice
/// of `::std::ffi::CString`s for `args` and `env` (for `execve`). Each element
/// in the `args` list is an argument to the new process. Each element in the
/// `env` list should be a string in the form &quot;key=value&quot;.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>execve&lt;SA: AsRef&lt;CStr&gt;, SE: AsRef&lt;CStr&gt;&gt;(path: <span class="kw-2">&amp;</span>CStr, args: <span class="kw-2">&amp;</span>[SA], env: <span class="kw-2">&amp;</span>[SE]) -&gt; <span class="prelude-ty">Result</span>&lt;Infallible&gt; {
<span class="kw">let </span>args_p = to_exec_array(args);
<span class="kw">let </span>env_p = to_exec_array(env);
<span class="kw">unsafe </span>{
libc::execve(path.as_ptr(), args_p.as_ptr(), env_p.as_ptr())
};
<span class="prelude-val">Err</span>(Errno::last())
}
<span class="doccomment">/// Replace the current process image with a new one and replicate shell `PATH`
/// searching behavior (see
/// [exec(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html)).
///
/// See `::nix::unistd::execve` for additional details. `execvp` behaves the
/// same as execv except that it will examine the `PATH` environment variables
/// for file names not specified with a leading slash. For example, `execv`
/// would not work if &quot;bash&quot; was specified for the path argument, but `execvp`
/// would assuming that a bash executable was on the system `PATH`.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>execvp&lt;S: AsRef&lt;CStr&gt;&gt;(filename: <span class="kw-2">&amp;</span>CStr, args: <span class="kw-2">&amp;</span>[S]) -&gt; <span class="prelude-ty">Result</span>&lt;Infallible&gt; {
<span class="kw">let </span>args_p = to_exec_array(args);
<span class="kw">unsafe </span>{
libc::execvp(filename.as_ptr(), args_p.as_ptr())
};
<span class="prelude-val">Err</span>(Errno::last())
}
<span class="doccomment">/// Replace the current process image with a new one and replicate shell `PATH`
/// searching behavior (see
/// [`execvpe(3)`](https://man7.org/linux/man-pages/man3/exec.3.html)).
///
/// This functions like a combination of `execvp(2)` and `execve(2)` to pass an
/// environment and have a search path. See these two for additional
/// information.
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>))]
</span><span class="kw">pub fn </span>execvpe&lt;SA: AsRef&lt;CStr&gt;, SE: AsRef&lt;CStr&gt;&gt;(filename: <span class="kw-2">&amp;</span>CStr, args: <span class="kw-2">&amp;</span>[SA], env: <span class="kw-2">&amp;</span>[SE]) -&gt; <span class="prelude-ty">Result</span>&lt;Infallible&gt; {
<span class="kw">let </span>args_p = to_exec_array(args);
<span class="kw">let </span>env_p = to_exec_array(env);
<span class="kw">unsafe </span>{
libc::execvpe(filename.as_ptr(), args_p.as_ptr(), env_p.as_ptr())
};
<span class="prelude-val">Err</span>(Errno::last())
}
<span class="doccomment">/// Replace the current process image with a new one (see
/// [fexecve(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fexecve.html)).
///
/// The `fexecve` function allows for another process to be &quot;called&quot; which will
/// replace the current process image. That is, this process becomes the new
/// command that is run. On success, this function will not return. Instead,
/// the new program will run until it exits.
///
/// This function is similar to `execve`, except that the program to be executed
/// is referenced as a file descriptor instead of a path.
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>))]
#[inline]
</span><span class="kw">pub fn </span>fexecve&lt;SA: AsRef&lt;CStr&gt; ,SE: AsRef&lt;CStr&gt;&gt;(fd: RawFd, args: <span class="kw-2">&amp;</span>[SA], env: <span class="kw-2">&amp;</span>[SE]) -&gt; <span class="prelude-ty">Result</span>&lt;Infallible&gt; {
<span class="kw">let </span>args_p = to_exec_array(args);
<span class="kw">let </span>env_p = to_exec_array(env);
<span class="kw">unsafe </span>{
libc::fexecve(fd, args_p.as_ptr(), env_p.as_ptr())
};
<span class="prelude-val">Err</span>(Errno::last())
}
<span class="doccomment">/// Execute program relative to a directory file descriptor (see
/// [execveat(2)](https://man7.org/linux/man-pages/man2/execveat.2.html)).
///
/// The `execveat` function allows for another process to be &quot;called&quot; which will
/// replace the current process image. That is, this process becomes the new
/// command that is run. On success, this function will not return. Instead,
/// the new program will run until it exits.
///
/// This function is similar to `execve`, except that the program to be executed
/// is referenced as a file descriptor to the base directory plus a path.
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;linux&quot;</span>))]
#[inline]
</span><span class="kw">pub fn </span>execveat&lt;SA: AsRef&lt;CStr&gt;,SE: AsRef&lt;CStr&gt;&gt;(dirfd: RawFd, pathname: <span class="kw-2">&amp;</span>CStr, args: <span class="kw-2">&amp;</span>[SA],
env: <span class="kw-2">&amp;</span>[SE], flags: <span class="kw">super</span>::fcntl::AtFlags) -&gt; <span class="prelude-ty">Result</span>&lt;Infallible&gt; {
<span class="kw">let </span>args_p = to_exec_array(args);
<span class="kw">let </span>env_p = to_exec_array(env);
<span class="kw">unsafe </span>{
libc::syscall(libc::SYS_execveat, dirfd, pathname.as_ptr(),
args_p.as_ptr(), env_p.as_ptr(), flags);
};
<span class="prelude-val">Err</span>(Errno::last())
}
<span class="doccomment">/// Daemonize this process by detaching from the controlling terminal (see
/// [daemon(3)](https://man7.org/linux/man-pages/man3/daemon.3.html)).
///
/// When a process is launched it is typically associated with a parent and it,
/// in turn, by its controlling terminal/process. In order for a process to run
/// in the &quot;background&quot; it must daemonize itself by detaching itself. Under
/// posix, this is done by doing the following:
///
/// 1. Parent process (this one) forks
/// 2. Parent process exits
/// 3. Child process continues to run.
///
/// `nochdir`:
///
/// * `nochdir = true`: The current working directory after daemonizing will
/// be the current working directory.
/// * `nochdir = false`: The current working directory after daemonizing will
/// be the root direcory, `/`.
///
/// `noclose`:
///
/// * `noclose = true`: The process&#39; current stdin, stdout, and stderr file
/// descriptors will remain identical after daemonizing.
/// * `noclose = false`: The process&#39; stdin, stdout, and stderr will point to
/// `/dev/null` after daemonizing.
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>))]
</span><span class="kw">pub fn </span>daemon(nochdir: bool, noclose: bool) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::daemon(nochdir <span class="kw">as </span>c_int, noclose <span class="kw">as </span>c_int) };
Errno::result(res).map(drop)
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;hostname&quot;</span>]
</span><span class="doccomment">/// Set the system host name (see
/// [sethostname(2)](https://man7.org/linux/man-pages/man2/gethostname.2.html)).
///
/// Given a name, attempt to update the system host name to the given string.
/// On some systems, the host name is limited to as few as 64 bytes. An error
/// will be returned if the name is not valid or the current process does not
/// have permissions to update the host name.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">pub fn </span>sethostname&lt;S: AsRef&lt;OsStr&gt;&gt;(name: S) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="comment">// Handle some differences in type of the len arg across platforms.
</span><span class="macro">cfg_if! </span>{
<span class="kw">if </span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>,
target_os = <span class="string">&quot;macos&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>, ))] </span>{
<span class="kw">type </span>sethostname_len_t = c_int;
} <span class="kw">else </span>{
<span class="kw">type </span>sethostname_len_t = size_t;
}
}
<span class="kw">let </span>ptr = name.as_ref().as_bytes().as_ptr() <span class="kw">as </span><span class="kw-2">*const </span>c_char;
<span class="kw">let </span>len = name.as_ref().len() <span class="kw">as </span>sethostname_len_t;
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::sethostname(ptr, len) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Get the host name and store it in an internally allocated buffer, returning an
/// `OsString` on success (see
/// [gethostname(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/gethostname.html)).
///
/// This function call attempts to get the host name for the running system and
/// store it in an internal buffer, returning it as an `OsString` if successful.
///
/// ```no_run
/// use nix::unistd;
///
/// let hostname = unistd::gethostname().expect(&quot;Failed getting hostname&quot;);
/// let hostname = hostname.into_string().expect(&quot;Hostname wasn&#39;t valid UTF-8&quot;);
/// println!(&quot;Hostname: {}&quot;, hostname);
/// ```
</span><span class="kw">pub fn </span>gethostname() -&gt; <span class="prelude-ty">Result</span>&lt;OsString&gt; {
<span class="comment">// The capacity is the max length of a hostname plus the NUL terminator.
</span><span class="kw">let </span><span class="kw-2">mut </span>buffer: Vec&lt;u8&gt; = Vec::with_capacity(<span class="number">256</span>);
<span class="kw">let </span>ptr = buffer.as_mut_ptr() <span class="kw">as </span><span class="kw-2">*mut </span>c_char;
<span class="kw">let </span>len = buffer.capacity() <span class="kw">as </span>size_t;
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::gethostname(ptr, len) };
Errno::result(res).map(|<span class="kw">_</span>| {
<span class="kw">unsafe </span>{
buffer.as_mut_ptr().wrapping_add(len - <span class="number">1</span>).write(<span class="number">0</span>); <span class="comment">// ensure always null-terminated
</span><span class="kw">let </span>len = CStr::from_ptr(buffer.as_ptr() <span class="kw">as </span><span class="kw-2">*const </span>c_char).len();
buffer.set_len(len);
}
OsString::from_vec(buffer)
})
}
}
<span class="doccomment">/// Close a raw file descriptor
///
/// Be aware that many Rust types implicitly close-on-drop, including
/// `std::fs::File`. Explicitly closing them with this method too can result in
/// a double-close condition, which can cause confusing `EBADF` errors in
/// seemingly unrelated code. Caveat programmer. See also
/// [close(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/close.html).
///
/// # Examples
///
/// ```no_run
/// use std::os::unix::io::AsRawFd;
/// use nix::unistd::close;
///
/// let f = tempfile::tempfile().unwrap();
/// close(f.as_raw_fd()).unwrap(); // Bad! f will also close on drop!
/// ```
///
/// ```rust
/// use std::os::unix::io::IntoRawFd;
/// use nix::unistd::close;
///
/// let f = tempfile::tempfile().unwrap();
/// close(f.into_raw_fd()).unwrap(); // Good. into_raw_fd consumes f
/// ```
</span><span class="kw">pub fn </span>close(fd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::close(fd) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Read from a raw file descriptor.
///
/// See also [read(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/read.html)
</span><span class="kw">pub fn </span>read(fd: RawFd, buf: <span class="kw-2">&amp;mut </span>[u8]) -&gt; <span class="prelude-ty">Result</span>&lt;usize&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{
libc::read(fd, buf.as_mut_ptr() <span class="kw">as </span><span class="kw-2">*mut </span>c_void, buf.len() <span class="kw">as </span>size_t)
};
Errno::result(res).map(|r| r <span class="kw">as </span>usize)
}
<span class="doccomment">/// Write to a raw file descriptor.
///
/// See also [write(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html)
</span><span class="kw">pub fn </span>write(fd: RawFd, buf: <span class="kw-2">&amp;</span>[u8]) -&gt; <span class="prelude-ty">Result</span>&lt;usize&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{
libc::write(fd, buf.as_ptr() <span class="kw">as </span><span class="kw-2">*const </span>c_void, buf.len() <span class="kw">as </span>size_t)
};
Errno::result(res).map(|r| r <span class="kw">as </span>usize)
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;fs&quot;</span>]
</span><span class="doccomment">/// Directive that tells [`lseek`] and [`lseek64`] what the offset is relative to.
///
/// [`lseek`]: ./fn.lseek.html
/// [`lseek64`]: ./fn.lseek64.html
</span><span class="attribute">#[repr(i32)]
#[derive(Clone, Copy, Debug)]
</span><span class="kw">pub enum </span>Whence {
<span class="doccomment">/// Specify an offset relative to the start of the file.
</span>SeekSet = libc::SEEK_SET,
<span class="doccomment">/// Specify an offset relative to the current file location.
</span>SeekCur = libc::SEEK_CUR,
<span class="doccomment">/// Specify an offset relative to the end of the file.
</span>SeekEnd = libc::SEEK_END,
<span class="doccomment">/// Specify an offset relative to the next location in the file greater than or
/// equal to offset that contains some data. If offset points to
/// some data, then the file offset is set to offset.
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>))]
</span>SeekData = libc::SEEK_DATA,
<span class="doccomment">/// Specify an offset relative to the next hole in the file greater than
/// or equal to offset. If offset points into the middle of a hole, then
/// the file offset should be set to offset. If there is no hole past offset,
/// then the file offset should be adjusted to the end of the file (i.e., there
/// is an implicit hole at the end of any file).
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>))]
</span>SeekHole = libc::SEEK_HOLE
}
<span class="doccomment">/// Move the read/write file offset.
///
/// See also [lseek(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/lseek.html)
</span><span class="kw">pub fn </span>lseek(fd: RawFd, offset: off_t, whence: Whence) -&gt; <span class="prelude-ty">Result</span>&lt;off_t&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::lseek(fd, offset, whence <span class="kw">as </span>i32) };
Errno::result(res).map(|r| r <span class="kw">as </span>off_t)
}
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;android&quot;</span>))]
</span><span class="kw">pub fn </span>lseek64(fd: RawFd, offset: libc::off64_t, whence: Whence) -&gt; <span class="prelude-ty">Result</span>&lt;libc::off64_t&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::lseek64(fd, offset, whence <span class="kw">as </span>i32) };
Errno::result(res).map(|r| r <span class="kw">as </span>libc::off64_t)
}
}
<span class="doccomment">/// Create an interprocess channel.
///
/// See also [pipe(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pipe.html)
</span><span class="kw">pub fn </span>pipe() -&gt; std::result::Result&lt;(RawFd, RawFd), Error&gt; {
<span class="kw">let </span><span class="kw-2">mut </span>fds = mem::MaybeUninit::&lt;[c_int; <span class="number">2</span>]&gt;::uninit();
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::pipe(fds.as_mut_ptr() <span class="kw">as </span><span class="kw-2">*mut </span>c_int) };
Error::result(res)<span class="question-mark">?</span>;
<span class="kw">unsafe </span>{ <span class="prelude-val">Ok</span>((fds.assume_init()[<span class="number">0</span>], fds.assume_init()[<span class="number">1</span>])) }
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;fs&quot;</span>]
</span><span class="doccomment">/// Like `pipe`, but allows setting certain file descriptor flags.
///
/// The following flags are supported, and will be set atomically as the pipe is
/// created:
///
/// - `O_CLOEXEC`: Set the close-on-exec flag for the new file descriptors.
</span><span class="attribute">#[cfg_attr(target_os = <span class="string">&quot;linux&quot;</span>, doc = <span class="string">&quot;- `O_DIRECT`: Create a pipe that performs I/O in \&quot;packet\&quot; mode.&quot;</span>)]
#[cfg_attr(target_os = <span class="string">&quot;netbsd&quot;</span>, doc = <span class="string">&quot;- `O_NOSIGPIPE`: Return `EPIPE` instead of raising `SIGPIPE`.&quot;</span>)]
</span><span class="doccomment">/// - `O_NONBLOCK`: Set the non-blocking flag for the ends of the pipe.
///
/// See also [pipe(2)](https://man7.org/linux/man-pages/man2/pipe.2.html)
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;emscripten&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;redox&quot;</span>,
target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>))]
</span><span class="kw">pub fn </span>pipe2(flags: OFlag) -&gt; <span class="prelude-ty">Result</span>&lt;(RawFd, RawFd)&gt; {
<span class="kw">let </span><span class="kw-2">mut </span>fds = mem::MaybeUninit::&lt;[c_int; <span class="number">2</span>]&gt;::uninit();
<span class="kw">let </span>res = <span class="kw">unsafe </span>{
libc::pipe2(fds.as_mut_ptr() <span class="kw">as </span><span class="kw-2">*mut </span>c_int, flags.bits())
};
Errno::result(res)<span class="question-mark">?</span>;
<span class="kw">unsafe </span>{ <span class="prelude-val">Ok</span>((fds.assume_init()[<span class="number">0</span>], fds.assume_init()[<span class="number">1</span>])) }
}
<span class="doccomment">/// Truncate a file to a specified length
///
/// See also
/// [truncate(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/truncate.html)
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;fuchsia&quot;</span>)))]
</span><span class="kw">pub fn </span>truncate&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P, len: off_t) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{
libc::truncate(cstr.as_ptr(), len)
}
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Truncate a file to a specified length
///
/// See also
/// [ftruncate(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html)
</span><span class="kw">pub fn </span>ftruncate(fd: RawFd, len: off_t) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
Errno::result(<span class="kw">unsafe </span>{ libc::ftruncate(fd, len) }).map(drop)
}
<span class="kw">pub fn </span>isatty(fd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;bool&gt; {
<span class="kw">unsafe </span>{
<span class="comment">// ENOTTY means `fd` is a valid file descriptor, but not a TTY, so
// we return `Ok(false)`
</span><span class="kw">if </span>libc::isatty(fd) == <span class="number">1 </span>{
<span class="prelude-val">Ok</span>(<span class="bool-val">true</span>)
} <span class="kw">else </span>{
<span class="kw">match </span>Errno::last() {
Errno::ENOTTY =&gt; <span class="prelude-val">Ok</span>(<span class="bool-val">false</span>),
err =&gt; <span class="prelude-val">Err</span>(err),
}
}
}
}
<span class="doccomment">/// Flags for `linkat` function.
</span><span class="attribute">#[derive(Clone, Copy, Debug)]
</span><span class="kw">pub enum </span>LinkatFlags {
SymlinkFollow,
NoSymlinkFollow,
}
<span class="doccomment">/// Link one file to another file
///
/// Creates a new link (directory entry) at `newpath` for the existing file at `oldpath`. In the
/// case of a relative `oldpath`, the path is interpreted relative to the directory associated
/// with file descriptor `olddirfd` instead of the current working directory and similiarly for
/// `newpath` and file descriptor `newdirfd`. In case `flag` is LinkatFlags::SymlinkFollow and
/// `oldpath` names a symoblic link, a new link for the target of the symbolic link is created.
/// If either `olddirfd` or `newdirfd` is `None`, `AT_FDCWD` is used respectively where `oldpath`
/// and/or `newpath` is then interpreted relative to the current working directory of the calling
/// process. If either `oldpath` or `newpath` is absolute, then `dirfd` is ignored.
///
/// # References
/// See also [linkat(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/linkat.html)
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))] </span><span class="comment">// RedoxFS does not support symlinks yet
</span><span class="kw">pub fn </span>linkat&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(
olddirfd: <span class="prelude-ty">Option</span>&lt;RawFd&gt;,
oldpath: <span class="kw-2">&amp;</span>P,
newdirfd: <span class="prelude-ty">Option</span>&lt;RawFd&gt;,
newpath: <span class="kw-2">&amp;</span>P,
flag: LinkatFlags,
) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>atflag =
<span class="kw">match </span>flag {
LinkatFlags::SymlinkFollow =&gt; AtFlags::AT_SYMLINK_FOLLOW,
LinkatFlags::NoSymlinkFollow =&gt; AtFlags::empty(),
};
<span class="kw">let </span>res =
oldpath.with_nix_path(|oldcstr| {
newpath.with_nix_path(|newcstr| {
<span class="kw">unsafe </span>{
libc::linkat(
at_rawfd(olddirfd),
oldcstr.as_ptr(),
at_rawfd(newdirfd),
newcstr.as_ptr(),
atflag.bits() <span class="kw">as </span>libc::c_int
)
}
})
})<span class="question-mark">??</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Remove a directory entry
///
/// See also [unlink(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/unlink.html)
</span><span class="kw">pub fn </span>unlink&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{
libc::unlink(cstr.as_ptr())
}
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Flags for `unlinkat` function.
</span><span class="attribute">#[derive(Clone, Copy, Debug)]
</span><span class="kw">pub enum </span>UnlinkatFlags {
RemoveDir,
NoRemoveDir,
}
<span class="doccomment">/// Remove a directory entry
///
/// In the case of a relative path, the directory entry to be removed is determined relative to
/// the directory associated with the file descriptor `dirfd` or the current working directory
/// if `dirfd` is `None`. In the case of an absolute `path` `dirfd` is ignored. If `flag` is
/// `UnlinkatFlags::RemoveDir` then removal of the directory entry specified by `dirfd` and `path`
/// is performed.
///
/// # References
/// See also [unlinkat(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/unlinkat.html)
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">pub fn </span>unlinkat&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(
dirfd: <span class="prelude-ty">Option</span>&lt;RawFd&gt;,
path: <span class="kw-2">&amp;</span>P,
flag: UnlinkatFlags,
) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>atflag =
<span class="kw">match </span>flag {
UnlinkatFlags::RemoveDir =&gt; AtFlags::AT_REMOVEDIR,
UnlinkatFlags::NoRemoveDir =&gt; AtFlags::empty(),
};
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{
libc::unlinkat(at_rawfd(dirfd), cstr.as_ptr(), atflag.bits() <span class="kw">as </span>libc::c_int)
}
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="attribute">#[inline]
#[cfg(not(target_os = <span class="string">&quot;fuchsia&quot;</span>))]
</span><span class="kw">pub fn </span>chroot&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{ libc::chroot(cstr.as_ptr()) }
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Commit filesystem caches to disk
///
/// See also [sync(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/sync.html)
</span><span class="attribute">#[cfg(any(
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;
</span>))]
</span><span class="kw">pub fn </span>sync() {
<span class="kw">unsafe </span>{ libc::sync() };
}
<span class="doccomment">/// Commit filesystem caches containing file referred to by the open file
/// descriptor `fd` to disk
///
/// See also [syncfs(2)](https://man7.org/linux/man-pages/man2/sync.2.html)
</span><span class="attribute">#[cfg(target_os = <span class="string">&quot;linux&quot;</span>)]
</span><span class="kw">pub fn </span>syncfs(fd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::syncfs(fd) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Synchronize changes to a file
///
/// See also [fsync(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html)
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>fsync(fd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::fsync(fd) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Synchronize the data of a file
///
/// See also
/// [fdatasync(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html)
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;emscripten&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>))]
#[inline]
</span><span class="kw">pub fn </span>fdatasync(fd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::fdatasync(fd) };
Errno::result(res).map(drop)
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;user&quot;</span>]
</span><span class="doccomment">/// Get a real user ID
///
/// See also [getuid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getuid.html)
</span><span class="comment">// POSIX requires that getuid is always successful, so no need to check return
// value or errno.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getuid() -&gt; Uid {
Uid(<span class="kw">unsafe </span>{ libc::getuid() })
}
<span class="doccomment">/// Get the effective user ID
///
/// See also [geteuid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/geteuid.html)
</span><span class="comment">// POSIX requires that geteuid is always successful, so no need to check return
// value or errno.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>geteuid() -&gt; Uid {
Uid(<span class="kw">unsafe </span>{ libc::geteuid() })
}
<span class="doccomment">/// Get the real group ID
///
/// See also [getgid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getgid.html)
</span><span class="comment">// POSIX requires that getgid is always successful, so no need to check return
// value or errno.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getgid() -&gt; Gid {
Gid(<span class="kw">unsafe </span>{ libc::getgid() })
}
<span class="doccomment">/// Get the effective group ID
///
/// See also [getegid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getegid.html)
</span><span class="comment">// POSIX requires that getegid is always successful, so no need to check return
// value or errno.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getegid() -&gt; Gid {
Gid(<span class="kw">unsafe </span>{ libc::getegid() })
}
<span class="doccomment">/// Set the effective user ID
///
/// See also [seteuid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/seteuid.html)
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>seteuid(euid: Uid) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::seteuid(euid.into()) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Set the effective group ID
///
/// See also [setegid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/setegid.html)
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>setegid(egid: Gid) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::setegid(egid.into()) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Set the user ID
///
/// See also [setuid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/setuid.html)
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>setuid(uid: Uid) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::setuid(uid.into()) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Set the group ID
///
/// See also [setgid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/setgid.html)
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>setgid(gid: Gid) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::setgid(gid.into()) };
Errno::result(res).map(drop)
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![all(feature = <span class="string">&quot;fs&quot;</span>, feature = <span class="string">&quot;user&quot;</span>)]
</span><span class="doccomment">/// Set the user identity used for filesystem checks per-thread.
/// On both success and failure, this call returns the previous filesystem user
/// ID of the caller.
///
/// See also [setfsuid(2)](https://man7.org/linux/man-pages/man2/setfsuid.2.html)
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;android&quot;</span>))]
</span><span class="kw">pub fn </span>setfsuid(uid: Uid) -&gt; Uid {
<span class="kw">let </span>prev_fsuid = <span class="kw">unsafe </span>{ libc::setfsuid(uid.into()) };
Uid::from_raw(prev_fsuid <span class="kw">as </span>uid_t)
}
<span class="doccomment">/// Set the group identity used for filesystem checks per-thread.
/// On both success and failure, this call returns the previous filesystem group
/// ID of the caller.
///
/// See also [setfsgid(2)](https://man7.org/linux/man-pages/man2/setfsgid.2.html)
</span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;android&quot;</span>))]
</span><span class="kw">pub fn </span>setfsgid(gid: Gid) -&gt; Gid {
<span class="kw">let </span>prev_fsgid = <span class="kw">unsafe </span>{ libc::setfsgid(gid.into()) };
Gid::from_raw(prev_fsgid <span class="kw">as </span>gid_t)
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;user&quot;</span>]
</span><span class="doccomment">/// Get the list of supplementary group IDs of the calling process.
///
/// [Further reading](https://pubs.opengroup.org/onlinepubs/009695399/functions/getgroups.html)
///
/// **Note:** This function is not available for Apple platforms. On those
/// platforms, checking group membership should be achieved via communication
/// with the `opendirectoryd` service.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>)))]
</span><span class="kw">pub fn </span>getgroups() -&gt; <span class="prelude-ty">Result</span>&lt;Vec&lt;Gid&gt;&gt; {
<span class="comment">// First get the maximum number of groups. The value returned
// shall always be greater than or equal to one and less than or
// equal to the value of {NGROUPS_MAX} + 1.
</span><span class="kw">let </span>ngroups_max = <span class="kw">match </span>sysconf(SysconfVar::NGROUPS_MAX) {
<span class="prelude-val">Ok</span>(<span class="prelude-val">Some</span>(n)) =&gt; (n + <span class="number">1</span>) <span class="kw">as </span>usize,
<span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>) | <span class="prelude-val">Err</span>(<span class="kw">_</span>) =&gt; &lt;usize&gt;::max_value(),
};
<span class="comment">// Next, get the number of groups so we can size our Vec
</span><span class="kw">let </span>ngroups = <span class="kw">unsafe </span>{ libc::getgroups(<span class="number">0</span>, ptr::null_mut()) };
<span class="comment">// If there are no supplementary groups, return early.
// This prevents a potential buffer over-read if the number of groups
// increases from zero before the next call. It would return the total
// number of groups beyond the capacity of the buffer.
</span><span class="kw">if </span>ngroups == <span class="number">0 </span>{
<span class="kw">return </span><span class="prelude-val">Ok</span>(Vec::new());
}
<span class="comment">// Now actually get the groups. We try multiple times in case the number of
// groups has changed since the first call to getgroups() and the buffer is
// now too small.
</span><span class="kw">let </span><span class="kw-2">mut </span>groups = Vec::&lt;Gid&gt;::with_capacity(Errno::result(ngroups)<span class="question-mark">? </span><span class="kw">as </span>usize);
<span class="kw">loop </span>{
<span class="comment">// FIXME: On the platforms we currently support, the `Gid` struct has
// the same representation in memory as a bare `gid_t`. This is not
// necessarily the case on all Rust platforms, though. See RFC 1785.
</span><span class="kw">let </span>ngroups = <span class="kw">unsafe </span>{
libc::getgroups(groups.capacity() <span class="kw">as </span>c_int, groups.as_mut_ptr() <span class="kw">as </span><span class="kw-2">*mut </span>gid_t)
};
<span class="kw">match </span>Errno::result(ngroups) {
<span class="prelude-val">Ok</span>(s) =&gt; {
<span class="kw">unsafe </span>{ groups.set_len(s <span class="kw">as </span>usize) };
<span class="kw">return </span><span class="prelude-val">Ok</span>(groups);
},
<span class="prelude-val">Err</span>(Errno::EINVAL) =&gt; {
<span class="comment">// EINVAL indicates that the buffer size was too
// small, resize it up to ngroups_max as limit.
</span>reserve_double_buffer_size(<span class="kw-2">&amp;mut </span>groups, ngroups_max)
.or(<span class="prelude-val">Err</span>(Errno::EINVAL))<span class="question-mark">?</span>;
},
<span class="prelude-val">Err</span>(e) =&gt; <span class="kw">return </span><span class="prelude-val">Err</span>(e)
}
}
}
<span class="doccomment">/// Set the list of supplementary group IDs for the calling process.
///
/// [Further reading](https://man7.org/linux/man-pages/man2/getgroups.2.html)
///
/// **Note:** This function is not available for Apple platforms. On those
/// platforms, group membership management should be achieved via communication
/// with the `opendirectoryd` service.
///
/// # Examples
///
/// `setgroups` can be used when dropping privileges from the root user to a
/// specific user and group. For example, given the user `www-data` with UID
/// `33` and the group `backup` with the GID `34`, one could switch the user as
/// follows:
///
/// ```rust,no_run
/// # use std::error::Error;
/// # use nix::unistd::*;
/// #
/// # fn try_main() -&gt; Result&lt;(), Box&lt;dyn Error&gt;&gt; {
/// let uid = Uid::from_raw(33);
/// let gid = Gid::from_raw(34);
/// setgroups(&amp;[gid])?;
/// setgid(gid)?;
/// setuid(uid)?;
/// #
/// # Ok(())
/// # }
/// #
/// # try_main().unwrap();
/// ```
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
</span><span class="kw">pub fn </span>setgroups(groups: <span class="kw-2">&amp;</span>[Gid]) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="macro">cfg_if! </span>{
<span class="kw">if </span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>,
target_os = <span class="string">&quot;macos&quot;</span>,
target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>))] </span>{
<span class="kw">type </span>setgroups_ngroups_t = c_int;
} <span class="kw">else </span>{
<span class="kw">type </span>setgroups_ngroups_t = size_t;
}
}
<span class="comment">// FIXME: On the platforms we currently support, the `Gid` struct has the
// same representation in memory as a bare `gid_t`. This is not necessarily
// the case on all Rust platforms, though. See RFC 1785.
</span><span class="kw">let </span>res = <span class="kw">unsafe </span>{
libc::setgroups(groups.len() <span class="kw">as </span>setgroups_ngroups_t, groups.as_ptr() <span class="kw">as </span><span class="kw-2">*const </span>gid_t)
};
Errno::result(res).map(drop)
}
<span class="doccomment">/// Calculate the supplementary group access list.
///
/// Gets the group IDs of all groups that `user` is a member of. The additional
/// group `group` is also added to the list.
///
/// [Further reading](https://man7.org/linux/man-pages/man3/getgrouplist.3.html)
///
/// **Note:** This function is not available for Apple platforms. On those
/// platforms, checking group membership should be achieved via communication
/// with the `opendirectoryd` service.
///
/// # Errors
///
/// Although the `getgrouplist()` call does not return any specific
/// errors on any known platforms, this implementation will return a system
/// error of `EINVAL` if the number of groups to be fetched exceeds the
/// `NGROUPS_MAX` sysconf value. This mimics the behaviour of `getgroups()`
/// and `setgroups()`. Additionally, while some implementations will return a
/// partial list of groups when `NGROUPS_MAX` is exceeded, this implementation
/// will only ever return the complete list or else an error.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>,
target_os = <span class="string">&quot;macos&quot;</span>,
target_os = <span class="string">&quot;redox&quot;</span>)))]
</span><span class="kw">pub fn </span>getgrouplist(user: <span class="kw-2">&amp;</span>CStr, group: Gid) -&gt; <span class="prelude-ty">Result</span>&lt;Vec&lt;Gid&gt;&gt; {
<span class="kw">let </span>ngroups_max = <span class="kw">match </span>sysconf(SysconfVar::NGROUPS_MAX) {
<span class="prelude-val">Ok</span>(<span class="prelude-val">Some</span>(n)) =&gt; n <span class="kw">as </span>c_int,
<span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>) | <span class="prelude-val">Err</span>(<span class="kw">_</span>) =&gt; &lt;c_int&gt;::max_value(),
};
<span class="kw">use </span>std::cmp::min;
<span class="kw">let </span><span class="kw-2">mut </span>groups = Vec::&lt;Gid&gt;::with_capacity(min(ngroups_max, <span class="number">8</span>) <span class="kw">as </span>usize);
<span class="macro">cfg_if! </span>{
<span class="kw">if </span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>))] </span>{
<span class="kw">type </span>getgrouplist_group_t = c_int;
} <span class="kw">else </span>{
<span class="kw">type </span>getgrouplist_group_t = gid_t;
}
}
<span class="kw">let </span>gid: gid_t = group.into();
<span class="kw">loop </span>{
<span class="kw">let </span><span class="kw-2">mut </span>ngroups = groups.capacity() <span class="kw">as </span>i32;
<span class="kw">let </span>ret = <span class="kw">unsafe </span>{
libc::getgrouplist(user.as_ptr(),
gid <span class="kw">as </span>getgrouplist_group_t,
groups.as_mut_ptr() <span class="kw">as </span><span class="kw-2">*mut </span>getgrouplist_group_t,
<span class="kw-2">&amp;mut </span>ngroups)
};
<span class="comment">// BSD systems only return 0 or -1, Linux returns ngroups on success.
</span><span class="kw">if </span>ret &gt;= <span class="number">0 </span>{
<span class="kw">unsafe </span>{ groups.set_len(ngroups <span class="kw">as </span>usize) };
<span class="kw">return </span><span class="prelude-val">Ok</span>(groups);
} <span class="kw">else if </span>ret == -<span class="number">1 </span>{
<span class="comment">// Returns -1 if ngroups is too small, but does not set errno.
// BSD systems will still fill the groups buffer with as many
// groups as possible, but Linux manpages do not mention this
// behavior.
</span>reserve_double_buffer_size(<span class="kw-2">&amp;mut </span>groups, ngroups_max <span class="kw">as </span>usize)
.map_err(|<span class="kw">_</span>| Errno::EINVAL)<span class="question-mark">?</span>;
}
}
}
<span class="doccomment">/// Initialize the supplementary group access list.
///
/// Sets the supplementary group IDs for the calling process using all groups
/// that `user` is a member of. The additional group `group` is also added to
/// the list.
///
/// [Further reading](https://man7.org/linux/man-pages/man3/initgroups.3.html)
///
/// **Note:** This function is not available for Apple platforms. On those
/// platforms, group membership management should be achieved via communication
/// with the `opendirectoryd` service.
///
/// # Examples
///
/// `initgroups` can be used when dropping privileges from the root user to
/// another user. For example, given the user `www-data`, we could look up the
/// UID and GID for the user in the system&#39;s password database (usually found
/// in `/etc/passwd`). If the `www-data` user&#39;s UID and GID were `33` and `33`,
/// respectively, one could switch the user as follows:
///
/// ```rust,no_run
/// # use std::error::Error;
/// # use std::ffi::CString;
/// # use nix::unistd::*;
/// #
/// # fn try_main() -&gt; Result&lt;(), Box&lt;dyn Error&gt;&gt; {
/// let user = CString::new(&quot;www-data&quot;).unwrap();
/// let uid = Uid::from_raw(33);
/// let gid = Gid::from_raw(33);
/// initgroups(&amp;user, gid)?;
/// setgid(gid)?;
/// setuid(uid)?;
/// #
/// # Ok(())
/// # }
/// #
/// # try_main().unwrap();
/// ```
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
</span><span class="kw">pub fn </span>initgroups(user: <span class="kw-2">&amp;</span>CStr, group: Gid) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="macro">cfg_if! </span>{
<span class="kw">if </span><span class="attribute">#[cfg(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>))] </span>{
<span class="kw">type </span>initgroups_group_t = c_int;
} <span class="kw">else </span>{
<span class="kw">type </span>initgroups_group_t = gid_t;
}
}
<span class="kw">let </span>gid: gid_t = group.into();
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::initgroups(user.as_ptr(), gid <span class="kw">as </span>initgroups_group_t) };
Errno::result(res).map(drop)
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;signal&quot;</span>]
</span><span class="doccomment">/// Suspend the thread until a signal is received.
///
/// See also [pause(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pause.html).
</span><span class="attribute">#[inline]
#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">pub fn </span>pause() {
<span class="kw">unsafe </span>{ libc::pause() };
}
<span class="kw">pub mod </span>alarm {
<span class="doccomment">//! Alarm signal scheduling.
//!
//! Scheduling an alarm will trigger a `SIGALRM` signal when the time has
//! elapsed, which has to be caught, because the default action for the
//! signal is to terminate the program. This signal also can&#39;t be ignored
//! because the system calls like `pause` will not be interrupted, see the
//! second example below.
//!
//! # Examples
//!
//! Canceling an alarm:
//!
//! ```
//! use nix::unistd::alarm;
//!
//! // Set an alarm for 60 seconds from now.
//! alarm::set(60);
//!
//! // Cancel the above set alarm, which returns the number of seconds left
//! // of the previously set alarm.
//! assert_eq!(alarm::cancel(), Some(60));
//! ```
//!
//! Scheduling an alarm and waiting for the signal:
//!
</span><span class="attribute">#![cfg_attr(target_os = <span class="string">&quot;redox&quot;</span>, doc = <span class="string">&quot; ```rust,ignore&quot;</span>)]
#![cfg_attr(not(target_os = <span class="string">&quot;redox&quot;</span>), doc = <span class="string">&quot; ```rust&quot;</span>)]
</span><span class="doccomment">//! use std::time::{Duration, Instant};
//!
//! use nix::unistd::{alarm, pause};
//! use nix::sys::signal::*;
//!
//! // We need to setup an empty signal handler to catch the alarm signal,
//! // otherwise the program will be terminated once the signal is delivered.
//! extern fn signal_handler(_: nix::libc::c_int) { }
//! let sa = SigAction::new(
//! SigHandler::Handler(signal_handler),
//! SaFlags::SA_RESTART,
//! SigSet::empty()
//! );
//! unsafe {
//! sigaction(Signal::SIGALRM, &amp;sa);
//! }
//!
//! let start = Instant::now();
//!
//! // Set an alarm for 1 second from now.
//! alarm::set(1);
//!
//! // Pause the process until the alarm signal is received.
//! let mut sigset = SigSet::empty();
//! sigset.add(Signal::SIGALRM);
//! sigset.wait();
//!
//! assert!(start.elapsed() &gt;= Duration::from_secs(1));
//! ```
//!
//! # References
//!
//! See also [alarm(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/alarm.html).
/// Schedule an alarm signal.
///
/// This will cause the system to generate a `SIGALRM` signal for the
/// process after the specified number of seconds have elapsed.
///
/// Returns the leftover time of a previously set alarm if there was one.
</span><span class="kw">pub fn </span>set(secs: libc::c_uint) -&gt; <span class="prelude-ty">Option</span>&lt;libc::c_uint&gt; {
<span class="macro">assert!</span>(secs != <span class="number">0</span>, <span class="string">&quot;passing 0 to `alarm::set` is not allowed, to cancel an alarm use `alarm::cancel`&quot;</span>);
alarm(secs)
}
<span class="doccomment">/// Cancel an previously set alarm signal.
///
/// Returns the leftover time of a previously set alarm if there was one.
</span><span class="kw">pub fn </span>cancel() -&gt; <span class="prelude-ty">Option</span>&lt;libc::c_uint&gt; {
alarm(<span class="number">0</span>)
}
<span class="kw">fn </span>alarm(secs: libc::c_uint) -&gt; <span class="prelude-ty">Option</span>&lt;libc::c_uint&gt; {
<span class="kw">match unsafe </span>{ libc::alarm(secs) } {
<span class="number">0 </span>=&gt; <span class="prelude-val">None</span>,
secs =&gt; <span class="prelude-val">Some</span>(secs),
}
}
}
}
<span class="doccomment">/// Suspend execution for an interval of time
///
/// See also [sleep(2)](https://pubs.opengroup.org/onlinepubs/009695399/functions/sleep.html#tag_03_705_05)
</span><span class="comment">// Per POSIX, does not fail
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>sleep(seconds: c_uint) -&gt; c_uint {
<span class="kw">unsafe </span>{ libc::sleep(seconds) }
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;acct&quot;</span>]
#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
</span><span class="kw">pub mod </span>acct {
<span class="kw">use crate</span>::{<span class="prelude-ty">Result</span>, NixPath};
<span class="kw">use </span><span class="kw">crate</span>::errno::Errno;
<span class="kw">use </span>std::ptr;
<span class="doccomment">/// Enable process accounting
///
/// See also [acct(2)](https://linux.die.net/man/2/acct)
</span><span class="kw">pub fn </span>enable&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(filename: <span class="kw-2">&amp;</span>P) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = filename.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{ libc::acct(cstr.as_ptr()) }
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Disable process accounting
</span><span class="kw">pub fn </span>disable() -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::acct(ptr::null()) };
Errno::result(res).map(drop)
}
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;fs&quot;</span>]
</span><span class="doccomment">/// Creates a regular file which persists even after process termination
///
/// * `template`: a path whose 6 rightmost characters must be X, e.g. `/tmp/tmpfile_XXXXXX`
/// * returns: tuple of file descriptor and filename
///
/// Err is returned either if no temporary filename could be created or the template doesn&#39;t
/// end with XXXXXX
///
/// See also [mkstemp(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/mkstemp.html)
///
/// # Example
///
/// ```rust
/// use nix::unistd;
///
/// let _ = match unistd::mkstemp(&quot;/tmp/tempfile_XXXXXX&quot;) {
/// Ok((fd, path)) =&gt; {
/// unistd::unlink(path.as_path()).unwrap(); // flag file to be deleted at app termination
/// fd
/// }
/// Err(e) =&gt; panic!(&quot;mkstemp failed: {}&quot;, e)
/// };
/// // do something with fd
/// ```
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>mkstemp&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(template: <span class="kw-2">&amp;</span>P) -&gt; <span class="prelude-ty">Result</span>&lt;(RawFd, PathBuf)&gt; {
<span class="kw">let </span><span class="kw-2">mut </span>path = template.with_nix_path(|path| {path.to_bytes_with_nul().to_owned()})<span class="question-mark">?</span>;
<span class="kw">let </span>p = path.as_mut_ptr() <span class="kw">as </span><span class="kw-2">*mut </span><span class="kw">_</span>;
<span class="kw">let </span>fd = <span class="kw">unsafe </span>{ libc::mkstemp(p) };
<span class="kw">let </span>last = path.pop(); <span class="comment">// drop the trailing nul
</span><span class="macro">debug_assert!</span>(last == <span class="prelude-val">Some</span>(<span class="string">b&#39;\0&#39;</span>));
<span class="kw">let </span>pathname = OsString::from_vec(path);
Errno::result(fd)<span class="question-mark">?</span>;
<span class="prelude-val">Ok</span>((fd, PathBuf::from(pathname)))
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![all(feature = <span class="string">&quot;fs&quot;</span>, feature = <span class="string">&quot;feature&quot;</span>)]
</span><span class="doccomment">/// Variable names for `pathconf`
///
/// Nix uses the same naming convention for these variables as the
/// [getconf(1)](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/getconf.html) utility.
/// That is, `PathconfVar` variables have the same name as the abstract
/// variables shown in the `pathconf(2)` man page. Usually, it&#39;s the same as
/// the C variable name without the leading `_PC_`.
///
/// POSIX 1003.1-2008 standardizes all of these variables, but some OSes choose
/// not to implement variables that cannot change at runtime.
///
/// # References
///
/// - [pathconf(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pathconf.html)
/// - [limits.h](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html)
/// - [unistd.h](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html)
</span><span class="attribute">#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
#[repr(i32)]
#[non_exhaustive]
</span><span class="kw">pub enum </span>PathconfVar {
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;netbsd&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="doccomment">/// Minimum number of bits needed to represent, as a signed integer value,
/// the maximum size of a regular file allowed in the specified directory.
</span><span class="attribute">#[cfg_attr(docsrs, doc(cfg(all())))]
</span>FILESIZEBITS = libc::_PC_FILESIZEBITS,
<span class="doccomment">/// Maximum number of links to a single file.
</span>LINK_MAX = libc::_PC_LINK_MAX,
<span class="doccomment">/// Maximum number of bytes in a terminal canonical input line.
</span>MAX_CANON = libc::_PC_MAX_CANON,
<span class="doccomment">/// Minimum number of bytes for which space is available in a terminal input
/// queue; therefore, the maximum number of bytes a conforming application
/// may require to be typed as input before reading them.
</span>MAX_INPUT = libc::_PC_MAX_INPUT,
<span class="doccomment">/// Maximum number of bytes in a filename (not including the terminating
/// null of a filename string).
</span>NAME_MAX = libc::_PC_NAME_MAX,
<span class="doccomment">/// Maximum number of bytes the implementation will store as a pathname in a
/// user-supplied buffer of unspecified size, including the terminating null
/// character. Minimum number the implementation will accept as the maximum
/// number of bytes in a pathname.
</span>PATH_MAX = libc::_PC_PATH_MAX,
<span class="doccomment">/// Maximum number of bytes that is guaranteed to be atomic when writing to
/// a pipe.
</span>PIPE_BUF = libc::_PC_PIPE_BUF,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;netbsd&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>,
target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Symbolic links can be created.
</span>POSIX2_SYMLINKS = libc::_PC_2_SYMLINKS,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Minimum number of bytes of storage actually allocated for any portion of
/// a file.
</span>POSIX_ALLOC_SIZE_MIN = libc::_PC_ALLOC_SIZE_MIN,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Recommended increment for file transfer sizes between the
/// `POSIX_REC_MIN_XFER_SIZE` and `POSIX_REC_MAX_XFER_SIZE` values.
</span>POSIX_REC_INCR_XFER_SIZE = libc::_PC_REC_INCR_XFER_SIZE,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Maximum recommended file transfer size.
</span>POSIX_REC_MAX_XFER_SIZE = libc::_PC_REC_MAX_XFER_SIZE,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Minimum recommended file transfer size.
</span>POSIX_REC_MIN_XFER_SIZE = libc::_PC_REC_MIN_XFER_SIZE,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Recommended file transfer buffer alignment.
</span>POSIX_REC_XFER_ALIGN = libc::_PC_REC_XFER_ALIGN,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>, target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Maximum number of bytes in a symbolic link.
</span>SYMLINK_MAX = libc::_PC_SYMLINK_MAX,
<span class="doccomment">/// The use of `chown` and `fchown` is restricted to a process with
/// appropriate privileges, and to changing the group ID of a file only to
/// the effective group ID of the process or to one of its supplementary
/// group IDs.
</span>_POSIX_CHOWN_RESTRICTED = libc::_PC_CHOWN_RESTRICTED,
<span class="doccomment">/// Pathname components longer than {NAME_MAX} generate an error.
</span>_POSIX_NO_TRUNC = libc::_PC_NO_TRUNC,
<span class="doccomment">/// This symbol shall be defined to be the value of a character that shall
/// disable terminal special character handling.
</span>_POSIX_VDISABLE = libc::_PC_VDISABLE,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>, target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>,
target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Asynchronous input or output operations may be performed for the
/// associated file.
</span>_POSIX_ASYNC_IO = libc::_PC_ASYNC_IO,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>, target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>,
target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Prioritized input or output operations may be performed for the
/// associated file.
</span>_POSIX_PRIO_IO = libc::_PC_PRIO_IO,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>, target_os = <span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Synchronized input or output operations may be performed for the
/// associated file.
</span>_POSIX_SYNC_IO = libc::_PC_SYNC_IO,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The resolution in nanoseconds for all file timestamps.
</span>_POSIX_TIMESTAMP_RESOLUTION = libc::_PC_TIMESTAMP_RESOLUTION
}
<span class="doccomment">/// Like `pathconf`, but works with file descriptors instead of paths (see
/// [fpathconf(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pathconf.html))
///
/// # Parameters
///
/// - `fd`: The file descriptor whose variable should be interrogated
/// - `var`: The pathconf variable to lookup
///
/// # Returns
///
/// - `Ok(Some(x))`: the variable&#39;s limit (for limit variables) or its
/// implementation level (for option variables). Implementation levels are
/// usually a decimal-coded date, such as 200112 for POSIX 2001.12
/// - `Ok(None)`: the variable has no limit (for limit variables) or is
/// unsupported (for option variables)
/// - `Err(x)`: an error occurred
</span><span class="kw">pub fn </span>fpathconf(fd: RawFd, var: PathconfVar) -&gt; <span class="prelude-ty">Result</span>&lt;<span class="prelude-ty">Option</span>&lt;c_long&gt;&gt; {
<span class="kw">let </span>raw = <span class="kw">unsafe </span>{
Errno::clear();
libc::fpathconf(fd, var <span class="kw">as </span>c_int)
};
<span class="kw">if </span>raw == -<span class="number">1 </span>{
<span class="kw">if </span>errno::errno() == <span class="number">0 </span>{
<span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>)
} <span class="kw">else </span>{
<span class="prelude-val">Err</span>(Errno::last())
}
} <span class="kw">else </span>{
<span class="prelude-val">Ok</span>(<span class="prelude-val">Some</span>(raw))
}
}
<span class="doccomment">/// Get path-dependent configurable system variables (see
/// [pathconf(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pathconf.html))
///
/// Returns the value of a path-dependent configurable system variable. Most
/// supported variables also have associated compile-time constants, but POSIX
/// allows their values to change at runtime. There are generally two types of
/// `pathconf` variables: options and limits. See [pathconf(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pathconf.html) for more details.
///
/// # Parameters
///
/// - `path`: Lookup the value of `var` for this file or directory
/// - `var`: The `pathconf` variable to lookup
///
/// # Returns
///
/// - `Ok(Some(x))`: the variable&#39;s limit (for limit variables) or its
/// implementation level (for option variables). Implementation levels are
/// usually a decimal-coded date, such as 200112 for POSIX 2001.12
/// - `Ok(None)`: the variable has no limit (for limit variables) or is
/// unsupported (for option variables)
/// - `Err(x)`: an error occurred
</span><span class="kw">pub fn </span>pathconf&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P, var: PathconfVar) -&gt; <span class="prelude-ty">Result</span>&lt;<span class="prelude-ty">Option</span>&lt;c_long&gt;&gt; {
<span class="kw">let </span>raw = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{
Errno::clear();
libc::pathconf(cstr.as_ptr(), var <span class="kw">as </span>c_int)
}
})<span class="question-mark">?</span>;
<span class="kw">if </span>raw == -<span class="number">1 </span>{
<span class="kw">if </span>errno::errno() == <span class="number">0 </span>{
<span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>)
} <span class="kw">else </span>{
<span class="prelude-val">Err</span>(Errno::last())
}
} <span class="kw">else </span>{
<span class="prelude-val">Ok</span>(<span class="prelude-val">Some</span>(raw))
}
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;feature&quot;</span>]
</span><span class="doccomment">/// Variable names for `sysconf`
///
/// Nix uses the same naming convention for these variables as the
/// [getconf(1)](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/getconf.html) utility.
/// That is, `SysconfVar` variables have the same name as the abstract variables
/// shown in the `sysconf(3)` man page. Usually, it&#39;s the same as the C
/// variable name without the leading `_SC_`.
///
/// All of these symbols are standardized by POSIX 1003.1-2008, but haven&#39;t been
/// implemented by all platforms.
///
/// # References
///
/// - [sysconf(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/sysconf.html)
/// - [unistd.h](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html)
/// - [limits.h](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html)
</span><span class="attribute">#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
#[repr(i32)]
#[non_exhaustive]
</span><span class="kw">pub enum </span>SysconfVar {
<span class="doccomment">/// Maximum number of I/O operations in a single list I/O call supported by
/// the implementation.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>AIO_LISTIO_MAX = libc::_SC_AIO_LISTIO_MAX,
<span class="doccomment">/// Maximum number of outstanding asynchronous I/O operations supported by
/// the implementation.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>AIO_MAX = libc::_SC_AIO_MAX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The maximum amount by which a process can decrease its asynchronous I/O
/// priority level from its own scheduling priority.
</span>AIO_PRIO_DELTA_MAX = libc::_SC_AIO_PRIO_DELTA_MAX,
<span class="doccomment">/// Maximum length of argument to the exec functions including environment data.
</span>ARG_MAX = libc::_SC_ARG_MAX,
<span class="doccomment">/// Maximum number of functions that may be registered with `atexit`.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>ATEXIT_MAX = libc::_SC_ATEXIT_MAX,
<span class="doccomment">/// Maximum obase values allowed by the bc utility.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>BC_BASE_MAX = libc::_SC_BC_BASE_MAX,
<span class="doccomment">/// Maximum number of elements permitted in an array by the bc utility.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>BC_DIM_MAX = libc::_SC_BC_DIM_MAX,
<span class="doccomment">/// Maximum scale value allowed by the bc utility.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>BC_SCALE_MAX = libc::_SC_BC_SCALE_MAX,
<span class="doccomment">/// Maximum length of a string constant accepted by the bc utility.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>BC_STRING_MAX = libc::_SC_BC_STRING_MAX,
<span class="doccomment">/// Maximum number of simultaneous processes per real user ID.
</span>CHILD_MAX = libc::_SC_CHILD_MAX,
<span class="comment">// The number of clock ticks per second.
</span>CLK_TCK = libc::_SC_CLK_TCK,
<span class="doccomment">/// Maximum number of weights that can be assigned to an entry of the
/// LC_COLLATE order keyword in the locale definition file
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>COLL_WEIGHTS_MAX = libc::_SC_COLL_WEIGHTS_MAX,
<span class="doccomment">/// Maximum number of timer expiration overruns.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>DELAYTIMER_MAX = libc::_SC_DELAYTIMER_MAX,
<span class="doccomment">/// Maximum number of expressions that can be nested within parentheses by
/// the expr utility.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>EXPR_NEST_MAX = libc::_SC_EXPR_NEST_MAX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;netbsd&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Maximum length of a host name (not including the terminating null) as
/// returned from the `gethostname` function
</span>HOST_NAME_MAX = libc::_SC_HOST_NAME_MAX,
<span class="doccomment">/// Maximum number of iovec structures that one process has available for
/// use with `readv` or `writev`.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>IOV_MAX = libc::_SC_IOV_MAX,
<span class="doccomment">/// Unless otherwise noted, the maximum length, in bytes, of a utility&#39;s
/// input line (either standard input or another file), when the utility is
/// described as processing text files. The length includes room for the
/// trailing newline.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>LINE_MAX = libc::_SC_LINE_MAX,
<span class="doccomment">/// Maximum length of a login name.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;haiku&quot;</span>))]
</span>LOGIN_NAME_MAX = libc::_SC_LOGIN_NAME_MAX,
<span class="doccomment">/// Maximum number of simultaneous supplementary group IDs per process.
</span>NGROUPS_MAX = libc::_SC_NGROUPS_MAX,
<span class="doccomment">/// Initial size of `getgrgid_r` and `getgrnam_r` data buffers
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>GETGR_R_SIZE_MAX = libc::_SC_GETGR_R_SIZE_MAX,
<span class="doccomment">/// Initial size of `getpwuid_r` and `getpwnam_r` data buffers
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>GETPW_R_SIZE_MAX = libc::_SC_GETPW_R_SIZE_MAX,
<span class="doccomment">/// The maximum number of open message queue descriptors a process may hold.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>MQ_OPEN_MAX = libc::_SC_MQ_OPEN_MAX,
<span class="doccomment">/// The maximum number of message priorities supported by the implementation.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>MQ_PRIO_MAX = libc::_SC_MQ_PRIO_MAX,
<span class="doccomment">/// A value one greater than the maximum value that the system may assign to
/// a newly-created file descriptor.
</span>OPEN_MAX = libc::_SC_OPEN_MAX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Advisory Information option.
</span>_POSIX_ADVISORY_INFO = libc::_SC_ADVISORY_INFO,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;netbsd&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports barriers.
</span>_POSIX_BARRIERS = libc::_SC_BARRIERS,
<span class="doccomment">/// The implementation supports asynchronous input and output.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_ASYNCHRONOUS_IO = libc::_SC_ASYNCHRONOUS_IO,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;netbsd&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports clock selection.
</span>_POSIX_CLOCK_SELECTION = libc::_SC_CLOCK_SELECTION,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;netbsd&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Process CPU-Time Clocks option.
</span>_POSIX_CPUTIME = libc::_SC_CPUTIME,
<span class="doccomment">/// The implementation supports the File Synchronization option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_FSYNC = libc::_SC_FSYNC,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the IPv6 option.
</span>_POSIX_IPV6 = libc::_SC_IPV6,
<span class="doccomment">/// The implementation supports job control.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_JOB_CONTROL = libc::_SC_JOB_CONTROL,
<span class="doccomment">/// The implementation supports memory mapped Files.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_MAPPED_FILES = libc::_SC_MAPPED_FILES,
<span class="doccomment">/// The implementation supports the Process Memory Locking option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_MEMLOCK = libc::_SC_MEMLOCK,
<span class="doccomment">/// The implementation supports the Range Memory Locking option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_MEMLOCK_RANGE = libc::_SC_MEMLOCK_RANGE,
<span class="doccomment">/// The implementation supports memory protection.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_MEMORY_PROTECTION = libc::_SC_MEMORY_PROTECTION,
<span class="doccomment">/// The implementation supports the Message Passing option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_MESSAGE_PASSING = libc::_SC_MESSAGE_PASSING,
<span class="doccomment">/// The implementation supports the Monotonic Clock option.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_MONOTONIC_CLOCK = libc::_SC_MONOTONIC_CLOCK,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Prioritized Input and Output option.
</span>_POSIX_PRIORITIZED_IO = libc::_SC_PRIORITIZED_IO,
<span class="doccomment">/// The implementation supports the Process Scheduling option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_PRIORITY_SCHEDULING = libc::_SC_PRIORITY_SCHEDULING,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Raw Sockets option.
</span>_POSIX_RAW_SOCKETS = libc::_SC_RAW_SOCKETS,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;netbsd&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports read-write locks.
</span>_POSIX_READER_WRITER_LOCKS = libc::_SC_READER_WRITER_LOCKS,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports realtime signals.
</span>_POSIX_REALTIME_SIGNALS = libc::_SC_REALTIME_SIGNALS,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;netbsd&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>, target_os = <span class="string">&quot;solaris&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Regular Expression Handling option.
</span>_POSIX_REGEXP = libc::_SC_REGEXP,
<span class="doccomment">/// Each process has a saved set-user-ID and a saved set-group-ID.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_SAVED_IDS = libc::_SC_SAVED_IDS,
<span class="doccomment">/// The implementation supports semaphores.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_SEMAPHORES = libc::_SC_SEMAPHORES,
<span class="doccomment">/// The implementation supports the Shared Memory Objects option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_SHARED_MEMORY_OBJECTS = libc::_SC_SHARED_MEMORY_OBJECTS,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the POSIX shell.
</span>_POSIX_SHELL = libc::_SC_SHELL,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Spawn option.
</span>_POSIX_SPAWN = libc::_SC_SPAWN,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports spin locks.
</span>_POSIX_SPIN_LOCKS = libc::_SC_SPIN_LOCKS,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Process Sporadic Server option.
</span>_POSIX_SPORADIC_SERVER = libc::_SC_SPORADIC_SERVER,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_SS_REPL_MAX = libc::_SC_SS_REPL_MAX,
<span class="doccomment">/// The implementation supports the Synchronized Input and Output option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_SYNCHRONIZED_IO = libc::_SC_SYNCHRONIZED_IO,
<span class="doccomment">/// The implementation supports the Thread Stack Address Attribute option.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_THREAD_ATTR_STACKADDR = libc::_SC_THREAD_ATTR_STACKADDR,
<span class="doccomment">/// The implementation supports the Thread Stack Size Attribute option.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_THREAD_ATTR_STACKSIZE = libc::_SC_THREAD_ATTR_STACKSIZE,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;netbsd&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Thread CPU-Time Clocks option.
</span>_POSIX_THREAD_CPUTIME = libc::_SC_THREAD_CPUTIME,
<span class="doccomment">/// The implementation supports the Non-Robust Mutex Priority Inheritance
/// option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_THREAD_PRIO_INHERIT = libc::_SC_THREAD_PRIO_INHERIT,
<span class="doccomment">/// The implementation supports the Non-Robust Mutex Priority Protection option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_THREAD_PRIO_PROTECT = libc::_SC_THREAD_PRIO_PROTECT,
<span class="doccomment">/// The implementation supports the Thread Execution Scheduling option.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_THREAD_PRIORITY_SCHEDULING = libc::_SC_THREAD_PRIORITY_SCHEDULING,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Thread Process-Shared Synchronization
/// option.
</span>_POSIX_THREAD_PROCESS_SHARED = libc::_SC_THREAD_PROCESS_SHARED,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Robust Mutex Priority Inheritance option.
</span>_POSIX_THREAD_ROBUST_PRIO_INHERIT = libc::_SC_THREAD_ROBUST_PRIO_INHERIT,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Robust Mutex Priority Protection option.
</span>_POSIX_THREAD_ROBUST_PRIO_PROTECT = libc::_SC_THREAD_ROBUST_PRIO_PROTECT,
<span class="doccomment">/// The implementation supports thread-safe functions.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_THREAD_SAFE_FUNCTIONS = libc::_SC_THREAD_SAFE_FUNCTIONS,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Thread Sporadic Server option.
</span>_POSIX_THREAD_SPORADIC_SERVER = libc::_SC_THREAD_SPORADIC_SERVER,
<span class="doccomment">/// The implementation supports threads.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_THREADS = libc::_SC_THREADS,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports timeouts.
</span>_POSIX_TIMEOUTS = libc::_SC_TIMEOUTS,
<span class="doccomment">/// The implementation supports timers.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_TIMERS = libc::_SC_TIMERS,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Trace option.
</span>_POSIX_TRACE = libc::_SC_TRACE,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Trace Event Filter option.
</span>_POSIX_TRACE_EVENT_FILTER = libc::_SC_TRACE_EVENT_FILTER,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_TRACE_EVENT_NAME_MAX = libc::_SC_TRACE_EVENT_NAME_MAX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Trace Inherit option.
</span>_POSIX_TRACE_INHERIT = libc::_SC_TRACE_INHERIT,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Trace Log option.
</span>_POSIX_TRACE_LOG = libc::_SC_TRACE_LOG,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_TRACE_NAME_MAX = libc::_SC_TRACE_NAME_MAX,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_TRACE_SYS_MAX = libc::_SC_TRACE_SYS_MAX,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX_TRACE_USER_EVENT_MAX = libc::_SC_TRACE_USER_EVENT_MAX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Typed Memory Objects option.
</span>_POSIX_TYPED_MEMORY_OBJECTS = libc::_SC_TYPED_MEMORY_OBJECTS,
<span class="doccomment">/// Integer value indicating version of this standard (C-language binding)
/// to which the implementation conforms. For implementations conforming to
/// POSIX.1-2008, the value shall be 200809L.
</span>_POSIX_VERSION = libc::_SC_VERSION,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation provides a C-language compilation environment with
/// 32-bit `int`, `long`, `pointer`, and `off_t` types.
</span>_POSIX_V6_ILP32_OFF32 = libc::_SC_V6_ILP32_OFF32,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation provides a C-language compilation environment with
/// 32-bit `int`, `long`, and pointer types and an `off_t` type using at
/// least 64 bits.
</span>_POSIX_V6_ILP32_OFFBIG = libc::_SC_V6_ILP32_OFFBIG,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation provides a C-language compilation environment with
/// 32-bit `int` and 64-bit `long`, `pointer`, and `off_t` types.
</span>_POSIX_V6_LP64_OFF64 = libc::_SC_V6_LP64_OFF64,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation provides a C-language compilation environment with an
/// `int` type using at least 32 bits and `long`, pointer, and `off_t` types
/// using at least 64 bits.
</span>_POSIX_V6_LPBIG_OFFBIG = libc::_SC_V6_LPBIG_OFFBIG,
<span class="doccomment">/// The implementation supports the C-Language Binding option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX2_C_BIND = libc::_SC_2_C_BIND,
<span class="doccomment">/// The implementation supports the C-Language Development Utilities option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX2_C_DEV = libc::_SC_2_C_DEV,
<span class="doccomment">/// The implementation supports the Terminal Characteristics option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX2_CHAR_TERM = libc::_SC_2_CHAR_TERM,
<span class="doccomment">/// The implementation supports the FORTRAN Development Utilities option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX2_FORT_DEV = libc::_SC_2_FORT_DEV,
<span class="doccomment">/// The implementation supports the FORTRAN Runtime Utilities option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX2_FORT_RUN = libc::_SC_2_FORT_RUN,
<span class="doccomment">/// The implementation supports the creation of locales by the localedef
/// utility.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX2_LOCALEDEF = libc::_SC_2_LOCALEDEF,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Batch Environment Services and Utilities
/// option.
</span>_POSIX2_PBS = libc::_SC_2_PBS,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Batch Accounting option.
</span>_POSIX2_PBS_ACCOUNTING = libc::_SC_2_PBS_ACCOUNTING,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Batch Checkpoint/Restart option.
</span>_POSIX2_PBS_CHECKPOINT = libc::_SC_2_PBS_CHECKPOINT,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Locate Batch Job Request option.
</span>_POSIX2_PBS_LOCATE = libc::_SC_2_PBS_LOCATE,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Batch Job Message Request option.
</span>_POSIX2_PBS_MESSAGE = libc::_SC_2_PBS_MESSAGE,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Track Batch Job Request option.
</span>_POSIX2_PBS_TRACK = libc::_SC_2_PBS_TRACK,
<span class="doccomment">/// The implementation supports the Software Development Utilities option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX2_SW_DEV = libc::_SC_2_SW_DEV,
<span class="doccomment">/// The implementation supports the User Portability Utilities option.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX2_UPE = libc::_SC_2_UPE,
<span class="doccomment">/// Integer value indicating version of the Shell and Utilities volume of
/// POSIX.1 to which the implementation conforms.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_POSIX2_VERSION = libc::_SC_2_VERSION,
<span class="doccomment">/// The size of a system page in bytes.
///
/// POSIX also defines an alias named `PAGESIZE`, but Rust does not allow two
/// enum constants to have the same value, so nix omits `PAGESIZE`.
</span>PAGE_SIZE = libc::_SC_PAGE_SIZE,
<span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>PTHREAD_DESTRUCTOR_ITERATIONS = libc::_SC_THREAD_DESTRUCTOR_ITERATIONS,
<span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>PTHREAD_KEYS_MAX = libc::_SC_THREAD_KEYS_MAX,
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>PTHREAD_STACK_MIN = libc::_SC_THREAD_STACK_MIN,
<span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>PTHREAD_THREADS_MAX = libc::_SC_THREAD_THREADS_MAX,
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;haiku&quot;</span>))]
</span>RE_DUP_MAX = libc::_SC_RE_DUP_MAX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>RTSIG_MAX = libc::_SC_RTSIG_MAX,
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>SEM_NSEMS_MAX = libc::_SC_SEM_NSEMS_MAX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>SEM_VALUE_MAX = libc::_SC_SEM_VALUE_MAX,
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>SIGQUEUE_MAX = libc::_SC_SIGQUEUE_MAX,
STREAM_MAX = libc::_SC_STREAM_MAX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;netbsd&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>SYMLOOP_MAX = libc::_SC_SYMLOOP_MAX,
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>TIMER_MAX = libc::_SC_TIMER_MAX,
TTY_NAME_MAX = libc::_SC_TTY_NAME_MAX,
TZNAME_MAX = libc::_SC_TZNAME_MAX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the X/Open Encryption Option Group.
</span>_XOPEN_CRYPT = libc::_SC_XOPEN_CRYPT,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the Issue 4, Version 2 Enhanced
/// Internationalization Option Group.
</span>_XOPEN_ENH_I18N = libc::_SC_XOPEN_ENH_I18N,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_XOPEN_LEGACY = libc::_SC_XOPEN_LEGACY,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the X/Open Realtime Option Group.
</span>_XOPEN_REALTIME = libc::_SC_XOPEN_REALTIME,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the X/Open Realtime Threads Option Group.
</span>_XOPEN_REALTIME_THREADS = libc::_SC_XOPEN_REALTIME_THREADS,
<span class="doccomment">/// The implementation supports the Issue 4, Version 2 Shared Memory Option
/// Group.
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;redox&quot;</span>, target_os = <span class="string">&quot;haiku&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span>_XOPEN_SHM = libc::_SC_XOPEN_SHM,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>, target_os = <span class="string">&quot;ios&quot;</span>,
target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>, target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the XSI STREAMS Option Group.
</span>_XOPEN_STREAMS = libc::_SC_XOPEN_STREAMS,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// The implementation supports the XSI option
</span>_XOPEN_UNIX = libc::_SC_XOPEN_UNIX,
<span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;dragonfly&quot;</span>, target_os=<span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>, target_os = <span class="string">&quot;macos&quot;</span>,
target_os=<span class="string">&quot;openbsd&quot;</span>))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="doccomment">/// Integer value indicating version of the X/Open Portability Guide to
/// which the implementation conforms.
</span>_XOPEN_VERSION = libc::_SC_XOPEN_VERSION,
<span class="doccomment">/// The number of pages of physical memory. Note that it is possible for
/// the product of this value to overflow.
</span><span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>))]
</span>_PHYS_PAGES = libc::_SC_PHYS_PAGES,
<span class="doccomment">/// The number of currently available pages of physical memory.
</span><span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>))]
</span>_AVPHYS_PAGES = libc::_SC_AVPHYS_PAGES,
<span class="doccomment">/// The number of processors configured.
</span><span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>))]
</span>_NPROCESSORS_CONF = libc::_SC_NPROCESSORS_CONF,
<span class="doccomment">/// The number of processors currently online (available).
</span><span class="attribute">#[cfg(any(target_os=<span class="string">&quot;android&quot;</span>, target_os=<span class="string">&quot;linux&quot;</span>))]
</span>_NPROCESSORS_ONLN = libc::_SC_NPROCESSORS_ONLN,
}
<span class="doccomment">/// Get configurable system variables (see
/// [sysconf(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/sysconf.html))
///
/// Returns the value of a configurable system variable. Most supported
/// variables also have associated compile-time constants, but POSIX
/// allows their values to change at runtime. There are generally two types of
/// sysconf variables: options and limits. See sysconf(3) for more details.
///
/// # Returns
///
/// - `Ok(Some(x))`: the variable&#39;s limit (for limit variables) or its
/// implementation level (for option variables). Implementation levels are
/// usually a decimal-coded date, such as 200112 for POSIX 2001.12
/// - `Ok(None)`: the variable has no limit (for limit variables) or is
/// unsupported (for option variables)
/// - `Err(x)`: an error occurred
</span><span class="kw">pub fn </span>sysconf(var: SysconfVar) -&gt; <span class="prelude-ty">Result</span>&lt;<span class="prelude-ty">Option</span>&lt;c_long&gt;&gt; {
<span class="kw">let </span>raw = <span class="kw">unsafe </span>{
Errno::clear();
libc::sysconf(var <span class="kw">as </span>c_int)
};
<span class="kw">if </span>raw == -<span class="number">1 </span>{
<span class="kw">if </span>errno::errno() == <span class="number">0 </span>{
<span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>)
} <span class="kw">else </span>{
<span class="prelude-val">Err</span>(Errno::last())
}
} <span class="kw">else </span>{
<span class="prelude-val">Ok</span>(<span class="prelude-val">Some</span>(raw))
}
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;fs&quot;</span>]
#[cfg(any(target_os = <span class="string">&quot;android&quot;</span>, target_os = <span class="string">&quot;linux&quot;</span>))]
</span><span class="kw">mod </span>pivot_root {
<span class="kw">use crate</span>::{<span class="prelude-ty">Result</span>, NixPath};
<span class="kw">use </span><span class="kw">crate</span>::errno::Errno;
<span class="kw">pub fn </span>pivot_root&lt;P1: <span class="question-mark">?</span>Sized + NixPath, P2: <span class="question-mark">?</span>Sized + NixPath&gt;(
new_root: <span class="kw-2">&amp;</span>P1, put_old: <span class="kw-2">&amp;</span>P2) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = new_root.with_nix_path(|new_root| {
put_old.with_nix_path(|put_old| {
<span class="kw">unsafe </span>{
libc::syscall(libc::SYS_pivot_root, new_root.as_ptr(), put_old.as_ptr())
}
})
})<span class="question-mark">??</span>;
Errno::result(res).map(drop)
}
}
}
<span class="attribute">#[cfg(any(
target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;
</span>))]
</span><span class="kw">mod </span>setres {
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;user&quot;</span>]
</span><span class="kw">use </span><span class="kw">crate</span>::Result;
<span class="kw">use </span><span class="kw">crate</span>::errno::Errno;
<span class="kw">use super</span>::{Uid, Gid};
<span class="doccomment">/// Sets the real, effective, and saved uid.
/// ([see setresuid(2)](https://man7.org/linux/man-pages/man2/setresuid.2.html))
///
/// * `ruid`: real user id
/// * `euid`: effective user id
/// * `suid`: saved user id
/// * returns: Ok or libc error code.
///
/// Err is returned if the user doesn&#39;t have permission to set this UID.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>setresuid(ruid: Uid, euid: Uid, suid: Uid) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::setresuid(ruid.into(), euid.into(), suid.into()) };
Errno::result(res).map(drop)
}
<span class="doccomment">/// Sets the real, effective, and saved gid.
/// ([see setresuid(2)](https://man7.org/linux/man-pages/man2/setresuid.2.html))
///
/// * `rgid`: real group id
/// * `egid`: effective group id
/// * `sgid`: saved group id
/// * returns: Ok or libc error code.
///
/// Err is returned if the user doesn&#39;t have permission to set this GID.
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>setresgid(rgid: Gid, egid: Gid, sgid: Gid) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::setresgid(rgid.into(), egid.into(), sgid.into()) };
Errno::result(res).map(drop)
}
}
}
<span class="attribute">#[cfg(any(
target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;
</span>))]
</span><span class="kw">mod </span>getres {
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;user&quot;</span>]
</span><span class="kw">use </span><span class="kw">crate</span>::Result;
<span class="kw">use </span><span class="kw">crate</span>::errno::Errno;
<span class="kw">use super</span>::{Uid, Gid};
<span class="doccomment">/// Real, effective and saved user IDs.
</span><span class="attribute">#[derive(Debug, Copy, Clone, Eq, PartialEq)]
</span><span class="kw">pub struct </span>ResUid {
<span class="kw">pub </span>real: Uid,
<span class="kw">pub </span>effective: Uid,
<span class="kw">pub </span>saved: Uid
}
<span class="doccomment">/// Real, effective and saved group IDs.
</span><span class="attribute">#[derive(Debug, Copy, Clone, Eq, PartialEq)]
</span><span class="kw">pub struct </span>ResGid {
<span class="kw">pub </span>real: Gid,
<span class="kw">pub </span>effective: Gid,
<span class="kw">pub </span>saved: Gid
}
<span class="doccomment">/// Gets the real, effective, and saved user IDs.
///
/// ([see getresuid(2)](http://man7.org/linux/man-pages/man2/getresuid.2.html))
///
/// #Returns
///
/// - `Ok((Uid, Uid, Uid))`: tuple of real, effective and saved uids on success.
/// - `Err(x)`: libc error code on failure.
///
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getresuid() -&gt; <span class="prelude-ty">Result</span>&lt;ResUid&gt; {
<span class="kw">let </span><span class="kw-2">mut </span>ruid = libc::uid_t::max_value();
<span class="kw">let </span><span class="kw-2">mut </span>euid = libc::uid_t::max_value();
<span class="kw">let </span><span class="kw-2">mut </span>suid = libc::uid_t::max_value();
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::getresuid(<span class="kw-2">&amp;mut </span>ruid, <span class="kw-2">&amp;mut </span>euid, <span class="kw-2">&amp;mut </span>suid) };
Errno::result(res).map(|<span class="kw">_</span>| ResUid{ real: Uid(ruid), effective: Uid(euid), saved: Uid(suid) })
}
<span class="doccomment">/// Gets the real, effective, and saved group IDs.
///
/// ([see getresgid(2)](http://man7.org/linux/man-pages/man2/getresgid.2.html))
///
/// #Returns
///
/// - `Ok((Gid, Gid, Gid))`: tuple of real, effective and saved gids on success.
/// - `Err(x)`: libc error code on failure.
///
</span><span class="attribute">#[inline]
</span><span class="kw">pub fn </span>getresgid() -&gt; <span class="prelude-ty">Result</span>&lt;ResGid&gt; {
<span class="kw">let </span><span class="kw-2">mut </span>rgid = libc::gid_t::max_value();
<span class="kw">let </span><span class="kw-2">mut </span>egid = libc::gid_t::max_value();
<span class="kw">let </span><span class="kw-2">mut </span>sgid = libc::gid_t::max_value();
<span class="kw">let </span>res = <span class="kw">unsafe </span>{ libc::getresgid(<span class="kw-2">&amp;mut </span>rgid, <span class="kw-2">&amp;mut </span>egid, <span class="kw-2">&amp;mut </span>sgid) };
Errno::result(res).map(|<span class="kw">_</span>| ResGid { real: Gid(rgid), effective: Gid(egid), saved: Gid(sgid) } )
}
}
}
<span class="attribute">#[cfg(feature = <span class="string">&quot;fs&quot;</span>)]
</span><span class="macro">libc_bitflags! </span>{
<span class="doccomment">/// Options for access()
</span><span class="attribute">#[cfg_attr(docsrs, doc(cfg(feature = <span class="string">&quot;fs&quot;</span>)))]
</span><span class="kw">pub struct </span>AccessFlags : c_int {
<span class="doccomment">/// Test for existence of file.
</span>F_OK;
<span class="doccomment">/// Test for read permission.
</span>R_OK;
<span class="doccomment">/// Test for write permission.
</span>W_OK;
<span class="doccomment">/// Test for execute (search) permission.
</span>X_OK;
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;fs&quot;</span>]
</span><span class="doccomment">/// Checks the file named by `path` for accessibility according to the flags given by `amode`
/// See [access(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/access.html)
</span><span class="kw">pub fn </span>access&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P, amode: AccessFlags) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{
libc::access(cstr.as_ptr(), amode.bits)
}
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Checks the file named by `path` for accessibility according to the flags given by `mode`
///
/// If `dirfd` has a value, then `path` is relative to directory associated with the file descriptor.
///
/// If `dirfd` is `None`, then `path` is relative to the current working directory.
///
/// # References
///
/// [faccessat(2)](http://pubs.opengroup.org/onlinepubs/9699919799/functions/faccessat.html)
</span><span class="comment">// redox: does not appear to support the *at family of syscalls.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))]
</span><span class="kw">pub fn </span>faccessat&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(dirfd: <span class="prelude-ty">Option</span>&lt;RawFd&gt;, path: <span class="kw-2">&amp;</span>P, mode: AccessFlags, flags: AtFlags) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{
libc::faccessat(at_rawfd(dirfd), cstr.as_ptr(), mode.bits(), flags.bits())
}
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
<span class="doccomment">/// Checks the file named by `path` for accessibility according to the flags given
/// by `mode` using effective UID, effective GID and supplementary group lists.
///
/// # References
///
/// * [FreeBSD man page](https://www.freebsd.org/cgi/man.cgi?query=eaccess&amp;sektion=2&amp;n=1)
/// * [Linux man page](https://man7.org/linux/man-pages/man3/euidaccess.3.html)
</span><span class="attribute">#[cfg(any(
all(target_os = <span class="string">&quot;linux&quot;</span>, not(target_env = <span class="string">&quot;uclibc&quot;</span>)),
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;
</span>))]
</span><span class="kw">pub fn </span>eaccess&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P, mode: AccessFlags) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| {
<span class="kw">unsafe </span>{
libc::eaccess(cstr.as_ptr(), mode.bits)
}
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;user&quot;</span>]
</span><span class="doccomment">/// Representation of a User, based on `libc::passwd`
///
/// The reason some fields in this struct are `String` and others are `CString` is because some
/// fields are based on the user&#39;s locale, which could be non-UTF8, while other fields are
/// guaranteed to conform to [`NAME_REGEX`](https://serverfault.com/a/73101/407341), which only
/// contains ASCII.
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))] </span><span class="comment">// RedoxFS does not support passwd
</span><span class="attribute">#[derive(Debug, Clone, Eq, PartialEq)]
</span><span class="kw">pub struct </span>User {
<span class="doccomment">/// Username
</span><span class="kw">pub </span>name: String,
<span class="doccomment">/// User password (probably hashed)
</span><span class="kw">pub </span>passwd: CString,
<span class="doccomment">/// User ID
</span><span class="kw">pub </span>uid: Uid,
<span class="doccomment">/// Group ID
</span><span class="kw">pub </span>gid: Gid,
<span class="doccomment">/// User information
</span><span class="attribute">#[cfg(not(all(target_os = <span class="string">&quot;android&quot;</span>, target_pointer_width = <span class="string">&quot;32&quot;</span>)))]
</span><span class="kw">pub </span>gecos: CString,
<span class="doccomment">/// Home directory
</span><span class="kw">pub </span>dir: PathBuf,
<span class="doccomment">/// Path to shell
</span><span class="kw">pub </span>shell: PathBuf,
<span class="doccomment">/// Login class
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="kw">pub </span>class: CString,
<span class="doccomment">/// Last password change
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="kw">pub </span>change: libc::time_t,
<span class="doccomment">/// Expiration time of account
</span><span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>)))]
#[cfg_attr(docsrs, doc(cfg(all())))]
</span><span class="kw">pub </span>expire: libc::time_t
}
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))] </span><span class="comment">//RedoxFS does not support passwd
</span><span class="kw">impl </span>From&lt;<span class="kw-2">&amp;</span>libc::passwd&gt; <span class="kw">for </span>User {
<span class="kw">fn </span>from(pw: <span class="kw-2">&amp;</span>libc::passwd) -&gt; User {
<span class="kw">unsafe </span>{
User {
name: <span class="kw">if </span>pw.pw_name.is_null() { Default::default() } <span class="kw">else </span>{ CStr::from_ptr(pw.pw_name).to_string_lossy().into_owned() },
passwd: <span class="kw">if </span>pw.pw_passwd.is_null() { Default::default() } <span class="kw">else </span>{ CString::new(CStr::from_ptr(pw.pw_passwd).to_bytes()).unwrap() },
<span class="attribute">#[cfg(not(all(target_os = <span class="string">&quot;android&quot;</span>, target_pointer_width = <span class="string">&quot;32&quot;</span>)))]
</span>gecos: <span class="kw">if </span>pw.pw_gecos.is_null() { Default::default() } <span class="kw">else </span>{ CString::new(CStr::from_ptr(pw.pw_gecos).to_bytes()).unwrap() },
dir: <span class="kw">if </span>pw.pw_dir.is_null() { Default::default() } <span class="kw">else </span>{ PathBuf::from(OsStr::from_bytes(CStr::from_ptr(pw.pw_dir).to_bytes())) },
shell: <span class="kw">if </span>pw.pw_shell.is_null() { Default::default() } <span class="kw">else </span>{ PathBuf::from(OsStr::from_bytes(CStr::from_ptr(pw.pw_shell).to_bytes())) },
uid: Uid::from_raw(pw.pw_uid),
gid: Gid::from_raw(pw.pw_gid),
<span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>)))]
</span>class: CString::new(CStr::from_ptr(pw.pw_class).to_bytes()).unwrap(),
<span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>)))]
</span>change: pw.pw_change,
<span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>)))]
</span>expire: pw.pw_expire
}
}
}
}
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))] </span><span class="comment">// RedoxFS does not support passwd
</span><span class="kw">impl </span>From&lt;User&gt; <span class="kw">for </span>libc::passwd {
<span class="kw">fn </span>from(u: User) -&gt; <span class="self">Self </span>{
<span class="kw">let </span>name = <span class="kw">match </span>CString::new(u.name) {
<span class="prelude-val">Ok</span>(n) =&gt; n.into_raw(),
<span class="prelude-val">Err</span>(<span class="kw">_</span>) =&gt; CString::new(<span class="string">&quot;&quot;</span>).unwrap().into_raw(),
};
<span class="kw">let </span>dir = <span class="kw">match </span>u.dir.into_os_string().into_string() {
<span class="prelude-val">Ok</span>(s) =&gt; CString::new(s.as_str()).unwrap().into_raw(),
<span class="prelude-val">Err</span>(<span class="kw">_</span>) =&gt; CString::new(<span class="string">&quot;&quot;</span>).unwrap().into_raw(),
};
<span class="kw">let </span>shell = <span class="kw">match </span>u.shell.into_os_string().into_string() {
<span class="prelude-val">Ok</span>(s) =&gt; CString::new(s.as_str()).unwrap().into_raw(),
<span class="prelude-val">Err</span>(<span class="kw">_</span>) =&gt; CString::new(<span class="string">&quot;&quot;</span>).unwrap().into_raw(),
};
<span class="self">Self </span>{
pw_name: name,
pw_passwd: u.passwd.into_raw(),
<span class="attribute">#[cfg(not(all(target_os = <span class="string">&quot;android&quot;</span>, target_pointer_width = <span class="string">&quot;32&quot;</span>)))]
</span>pw_gecos: u.gecos.into_raw(),
pw_dir: dir,
pw_shell: shell,
pw_uid: u.uid.<span class="number">0</span>,
pw_gid: u.gid.<span class="number">0</span>,
<span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>)))]
</span>pw_class: u.class.into_raw(),
<span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>)))]
</span>pw_change: u.change,
<span class="attribute">#[cfg(not(any(target_os = <span class="string">&quot;android&quot;</span>,
target_os = <span class="string">&quot;fuchsia&quot;</span>,
target_os = <span class="string">&quot;haiku&quot;</span>,
target_os = <span class="string">&quot;illumos&quot;</span>,
target_os = <span class="string">&quot;linux&quot;</span>,
target_os = <span class="string">&quot;solaris&quot;</span>)))]
</span>pw_expire: u.expire,
<span class="attribute">#[cfg(target_os = <span class="string">&quot;illumos&quot;</span>)]
</span>pw_age: CString::new(<span class="string">&quot;&quot;</span>).unwrap().into_raw(),
<span class="attribute">#[cfg(target_os = <span class="string">&quot;illumos&quot;</span>)]
</span>pw_comment: CString::new(<span class="string">&quot;&quot;</span>).unwrap().into_raw(),
<span class="attribute">#[cfg(any(target_os = <span class="string">&quot;dragonfly&quot;</span>, target_os = <span class="string">&quot;freebsd&quot;</span>))]
</span>pw_fields: <span class="number">0</span>,
}
}
}
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))] </span><span class="comment">// RedoxFS does not support passwd
</span><span class="kw">impl </span>User {
<span class="kw">fn </span>from_anything&lt;F&gt;(f: F) -&gt; <span class="prelude-ty">Result</span>&lt;<span class="prelude-ty">Option</span>&lt;<span class="self">Self</span>&gt;&gt;
<span class="kw">where
</span>F: Fn(<span class="kw-2">*mut </span>libc::passwd,
<span class="kw-2">*mut </span>c_char,
libc::size_t,
<span class="kw-2">*mut *mut </span>libc::passwd) -&gt; libc::c_int
{
<span class="kw">let </span>buflimit = <span class="number">1048576</span>;
<span class="kw">let </span>bufsize = <span class="kw">match </span>sysconf(SysconfVar::GETPW_R_SIZE_MAX) {
<span class="prelude-val">Ok</span>(<span class="prelude-val">Some</span>(n)) =&gt; n <span class="kw">as </span>usize,
<span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>) | <span class="prelude-val">Err</span>(<span class="kw">_</span>) =&gt; <span class="number">16384</span>,
};
<span class="kw">let </span><span class="kw-2">mut </span>cbuf = Vec::with_capacity(bufsize);
<span class="kw">let </span><span class="kw-2">mut </span>pwd = mem::MaybeUninit::&lt;libc::passwd&gt;::uninit();
<span class="kw">let </span><span class="kw-2">mut </span>res = ptr::null_mut();
<span class="kw">loop </span>{
<span class="kw">let </span>error = f(pwd.as_mut_ptr(), cbuf.as_mut_ptr(), cbuf.capacity(), <span class="kw-2">&amp;mut </span>res);
<span class="kw">if </span>error == <span class="number">0 </span>{
<span class="kw">if </span>res.is_null() {
<span class="kw">return </span><span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>);
} <span class="kw">else </span>{
<span class="kw">let </span>pwd = <span class="kw">unsafe </span>{ pwd.assume_init() };
<span class="kw">return </span><span class="prelude-val">Ok</span>(<span class="prelude-val">Some</span>(User::from(<span class="kw-2">&amp;</span>pwd)));
}
} <span class="kw">else if </span>Errno::last() == Errno::ERANGE {
<span class="comment">// Trigger the internal buffer resizing logic.
</span>reserve_double_buffer_size(<span class="kw-2">&amp;mut </span>cbuf, buflimit)<span class="question-mark">?</span>;
} <span class="kw">else </span>{
<span class="kw">return </span><span class="prelude-val">Err</span>(Errno::last());
}
}
}
<span class="doccomment">/// Get a user by UID.
///
/// Internally, this function calls
/// [getpwuid_r(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html)
///
/// # Examples
///
/// ```
/// use nix::unistd::{Uid, User};
/// // Returns an Result&lt;Option&lt;User&gt;&gt;, thus the double unwrap.
/// let res = User::from_uid(Uid::from_raw(0)).unwrap().unwrap();
/// assert_eq!(res.name, &quot;root&quot;);
/// ```
</span><span class="kw">pub fn </span>from_uid(uid: Uid) -&gt; <span class="prelude-ty">Result</span>&lt;<span class="prelude-ty">Option</span>&lt;<span class="self">Self</span>&gt;&gt; {
User::from_anything(|pwd, cbuf, cap, res| {
<span class="kw">unsafe </span>{ libc::getpwuid_r(uid.<span class="number">0</span>, pwd, cbuf, cap, res) }
})
}
<span class="doccomment">/// Get a user by name.
///
/// Internally, this function calls
/// [getpwnam_r(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html)
///
/// # Examples
///
/// ```
/// use nix::unistd::User;
/// // Returns an Result&lt;Option&lt;User&gt;&gt;, thus the double unwrap.
/// let res = User::from_name(&quot;root&quot;).unwrap().unwrap();
/// assert_eq!(res.name, &quot;root&quot;);
/// ```
</span><span class="kw">pub fn </span>from_name(name: <span class="kw-2">&amp;</span>str) -&gt; <span class="prelude-ty">Result</span>&lt;<span class="prelude-ty">Option</span>&lt;<span class="self">Self</span>&gt;&gt; {
<span class="kw">let </span>name = <span class="kw">match </span>CString::new(name) {
<span class="prelude-val">Ok</span>(c_str) =&gt; c_str,
<span class="prelude-val">Err</span>(_nul_error) =&gt; <span class="kw">return </span><span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>),
};
User::from_anything(|pwd, cbuf, cap, res| {
<span class="kw">unsafe </span>{ libc::getpwnam_r(name.as_ptr(), pwd, cbuf, cap, res) }
})
}
}
<span class="doccomment">/// Representation of a Group, based on `libc::group`
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))] </span><span class="comment">// RedoxFS does not support passwd
</span><span class="attribute">#[derive(Debug, Clone, Eq, PartialEq)]
</span><span class="kw">pub struct </span>Group {
<span class="doccomment">/// Group name
</span><span class="kw">pub </span>name: String,
<span class="doccomment">/// Group password
</span><span class="kw">pub </span>passwd: CString,
<span class="doccomment">/// Group ID
</span><span class="kw">pub </span>gid: Gid,
<span class="doccomment">/// List of Group members
</span><span class="kw">pub </span>mem: Vec&lt;String&gt;
}
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))] </span><span class="comment">// RedoxFS does not support passwd
</span><span class="kw">impl </span>From&lt;<span class="kw-2">&amp;</span>libc::group&gt; <span class="kw">for </span>Group {
<span class="kw">fn </span>from(gr: <span class="kw-2">&amp;</span>libc::group) -&gt; Group {
<span class="kw">unsafe </span>{
Group {
name: CStr::from_ptr(gr.gr_name).to_string_lossy().into_owned(),
passwd: CString::new(CStr::from_ptr(gr.gr_passwd).to_bytes()).unwrap(),
gid: Gid::from_raw(gr.gr_gid),
mem: Group::members(gr.gr_mem)
}
}
}
}
<span class="attribute">#[cfg(not(target_os = <span class="string">&quot;redox&quot;</span>))] </span><span class="comment">// RedoxFS does not support passwd
</span><span class="kw">impl </span>Group {
<span class="kw">unsafe fn </span>members(mem: <span class="kw-2">*mut *mut </span>c_char) -&gt; Vec&lt;String&gt; {
<span class="kw">let </span><span class="kw-2">mut </span>ret = Vec::new();
<span class="kw">for </span>i <span class="kw">in </span><span class="number">0</span>.. {
<span class="kw">let </span>u = mem.offset(i);
<span class="kw">if </span>(<span class="kw-2">*</span>u).is_null() {
<span class="kw">break</span>;
} <span class="kw">else </span>{
<span class="kw">let </span>s = CStr::from_ptr(<span class="kw-2">*</span>u).to_string_lossy().into_owned();
ret.push(s);
}
}
ret
}
<span class="kw">fn </span>from_anything&lt;F&gt;(f: F) -&gt; <span class="prelude-ty">Result</span>&lt;<span class="prelude-ty">Option</span>&lt;<span class="self">Self</span>&gt;&gt;
<span class="kw">where
</span>F: Fn(<span class="kw-2">*mut </span>libc::group,
<span class="kw-2">*mut </span>c_char,
libc::size_t,
<span class="kw-2">*mut *mut </span>libc::group) -&gt; libc::c_int
{
<span class="kw">let </span>buflimit = <span class="number">1048576</span>;
<span class="kw">let </span>bufsize = <span class="kw">match </span>sysconf(SysconfVar::GETGR_R_SIZE_MAX) {
<span class="prelude-val">Ok</span>(<span class="prelude-val">Some</span>(n)) =&gt; n <span class="kw">as </span>usize,
<span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>) | <span class="prelude-val">Err</span>(<span class="kw">_</span>) =&gt; <span class="number">16384</span>,
};
<span class="kw">let </span><span class="kw-2">mut </span>cbuf = Vec::with_capacity(bufsize);
<span class="kw">let </span><span class="kw-2">mut </span>grp = mem::MaybeUninit::&lt;libc::group&gt;::uninit();
<span class="kw">let </span><span class="kw-2">mut </span>res = ptr::null_mut();
<span class="kw">loop </span>{
<span class="kw">let </span>error = f(grp.as_mut_ptr(), cbuf.as_mut_ptr(), cbuf.capacity(), <span class="kw-2">&amp;mut </span>res);
<span class="kw">if </span>error == <span class="number">0 </span>{
<span class="kw">if </span>res.is_null() {
<span class="kw">return </span><span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>);
} <span class="kw">else </span>{
<span class="kw">let </span>grp = <span class="kw">unsafe </span>{ grp.assume_init() };
<span class="kw">return </span><span class="prelude-val">Ok</span>(<span class="prelude-val">Some</span>(Group::from(<span class="kw-2">&amp;</span>grp)));
}
} <span class="kw">else if </span>Errno::last() == Errno::ERANGE {
<span class="comment">// Trigger the internal buffer resizing logic.
</span>reserve_double_buffer_size(<span class="kw-2">&amp;mut </span>cbuf, buflimit)<span class="question-mark">?</span>;
} <span class="kw">else </span>{
<span class="kw">return </span><span class="prelude-val">Err</span>(Errno::last());
}
}
}
<span class="doccomment">/// Get a group by GID.
///
/// Internally, this function calls
/// [getgrgid_r(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html)
///
/// # Examples
///
</span><span class="comment">// Disable this test on all OS except Linux as root group may not exist.
</span><span class="attribute">#[cfg_attr(not(target_os = <span class="string">&quot;linux&quot;</span>), doc = <span class="string">&quot; ```no_run&quot;</span>)]
#[cfg_attr(target_os = <span class="string">&quot;linux&quot;</span>, doc = <span class="string">&quot; ```&quot;</span>)]
</span><span class="doccomment">/// use nix::unistd::{Gid, Group};
/// // Returns an Result&lt;Option&lt;Group&gt;&gt;, thus the double unwrap.
/// let res = Group::from_gid(Gid::from_raw(0)).unwrap().unwrap();
/// assert!(res.name == &quot;root&quot;);
/// ```
</span><span class="kw">pub fn </span>from_gid(gid: Gid) -&gt; <span class="prelude-ty">Result</span>&lt;<span class="prelude-ty">Option</span>&lt;<span class="self">Self</span>&gt;&gt; {
Group::from_anything(|grp, cbuf, cap, res| {
<span class="kw">unsafe </span>{ libc::getgrgid_r(gid.<span class="number">0</span>, grp, cbuf, cap, res) }
})
}
<span class="doccomment">/// Get a group by name.
///
/// Internally, this function calls
/// [getgrnam_r(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getpwuid_r.html)
///
/// # Examples
///
</span><span class="comment">// Disable this test on all OS except Linux as root group may not exist.
</span><span class="attribute">#[cfg_attr(not(target_os = <span class="string">&quot;linux&quot;</span>), doc = <span class="string">&quot; ```no_run&quot;</span>)]
#[cfg_attr(target_os = <span class="string">&quot;linux&quot;</span>, doc = <span class="string">&quot; ```&quot;</span>)]
</span><span class="doccomment">/// use nix::unistd::Group;
/// // Returns an Result&lt;Option&lt;Group&gt;&gt;, thus the double unwrap.
/// let res = Group::from_name(&quot;root&quot;).unwrap().unwrap();
/// assert!(res.name == &quot;root&quot;);
/// ```
</span><span class="kw">pub fn </span>from_name(name: <span class="kw-2">&amp;</span>str) -&gt; <span class="prelude-ty">Result</span>&lt;<span class="prelude-ty">Option</span>&lt;<span class="self">Self</span>&gt;&gt; {
<span class="kw">let </span>name = <span class="kw">match </span>CString::new(name) {
<span class="prelude-val">Ok</span>(c_str) =&gt; c_str,
<span class="prelude-val">Err</span>(_nul_error) =&gt; <span class="kw">return </span><span class="prelude-val">Ok</span>(<span class="prelude-val">None</span>),
};
Group::from_anything(|grp, cbuf, cap, res| {
<span class="kw">unsafe </span>{ libc::getgrnam_r(name.as_ptr(), grp, cbuf, cap, res) }
})
}
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![feature = <span class="string">&quot;term&quot;</span>]
</span><span class="doccomment">/// Get the name of the terminal device that is open on file descriptor fd
/// (see [`ttyname(3)`](https://man7.org/linux/man-pages/man3/ttyname.3.html)).
</span><span class="attribute">#[cfg(not(target_os = <span class="string">&quot;fuchsia&quot;</span>))]
</span><span class="kw">pub fn </span>ttyname(fd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;PathBuf&gt; {
<span class="kw">const </span>PATH_MAX: usize = libc::PATH_MAX <span class="kw">as </span>usize;
<span class="kw">let </span><span class="kw-2">mut </span>buf = <span class="macro">vec!</span>[<span class="number">0_u8</span>; PATH_MAX];
<span class="kw">let </span>c_buf = buf.as_mut_ptr() <span class="kw">as </span><span class="kw-2">*mut </span>libc::c_char;
<span class="kw">let </span>ret = <span class="kw">unsafe </span>{ libc::ttyname_r(fd, c_buf, buf.len()) };
<span class="kw">if </span>ret != <span class="number">0 </span>{
<span class="kw">return </span><span class="prelude-val">Err</span>(Errno::from_i32(ret));
}
<span class="kw">let </span>nul = buf.iter().position(|c| <span class="kw-2">*</span>c == <span class="string">b&#39;\0&#39;</span>).unwrap();
buf.truncate(nul);
<span class="prelude-val">Ok</span>(OsString::from_vec(buf).into())
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![all(feature = <span class="string">&quot;socket&quot;</span>, feature = <span class="string">&quot;user&quot;</span>)]
</span><span class="doccomment">/// Get the effective user ID and group ID associated with a Unix domain socket.
///
/// See also [getpeereid(3)](https://www.freebsd.org/cgi/man.cgi?query=getpeereid)
</span><span class="attribute">#[cfg(any(
target_os = <span class="string">&quot;macos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;openbsd&quot;</span>,
target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
))]
</span><span class="kw">pub fn </span>getpeereid(fd: RawFd) -&gt; <span class="prelude-ty">Result</span>&lt;(Uid, Gid)&gt; {
<span class="kw">let </span><span class="kw-2">mut </span>uid = <span class="number">1</span>;
<span class="kw">let </span><span class="kw-2">mut </span>gid = <span class="number">1</span>;
<span class="kw">let </span>ret = <span class="kw">unsafe </span>{ libc::getpeereid(fd, <span class="kw-2">&amp;mut </span>uid, <span class="kw-2">&amp;mut </span>gid) };
Errno::result(ret).map(|<span class="kw">_</span>| (Uid(uid), Gid(gid)))
}
}
<span class="macro">feature! </span>{
<span class="attribute">#![all(feature = <span class="string">&quot;fs&quot;</span>)]
</span><span class="doccomment">/// Set the file flags.
///
/// See also [chflags(2)](https://www.freebsd.org/cgi/man.cgi?query=chflags&amp;sektion=2)
</span><span class="attribute">#[cfg(any(
target_os = <span class="string">&quot;openbsd&quot;</span>,
target_os = <span class="string">&quot;netbsd&quot;</span>,
target_os = <span class="string">&quot;freebsd&quot;</span>,
target_os = <span class="string">&quot;dragonfly&quot;</span>,
target_os = <span class="string">&quot;macos&quot;</span>,
target_os = <span class="string">&quot;ios&quot;
</span>))]
</span><span class="kw">pub fn </span>chflags&lt;P: <span class="question-mark">?</span>Sized + NixPath&gt;(path: <span class="kw-2">&amp;</span>P, flags: FileFlag) -&gt; <span class="prelude-ty">Result</span>&lt;()&gt; {
<span class="kw">let </span>res = path.with_nix_path(|cstr| <span class="kw">unsafe </span>{
libc::chflags(cstr.as_ptr(), flags.bits())
})<span class="question-mark">?</span>;
Errno::result(res).map(drop)
}
}
</code></pre></div>
</section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="nix" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.66.0-nightly (5c8bff74b 2022-10-21)" ></div></body></html>