📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 23:00:29
📂
/ (Root)
/
opt
/
alt
/
ruby19
/
share
/
doc
/
ruby
/
html
/
d2
/
d4d
📍 /opt/alt/ruby19/share/doc/ruby/html/d2/d4d
🔄 Refresh
✏️
Editing: file_8h_source.html
Read Only
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Ruby: missing/file.h Source File</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="../../jquery.js"></script> <script type="text/javascript" src="../../dynsections.js"></script> <link href="../../doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Ruby  <span id="projectnumber">1.9.3p551(2014-11-13revision48407)</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript" src="../../menudata.js"></script> <script type="text/javascript" src="../../menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('../../',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="../../dir_f3bfeebb553c3f6ecfb19202628b4493.html">missing</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">file.h</div> </div> </div><!--header--> <div class="contents"> <a href="../../d2/d4d/file_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* This is file FILE.H */</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> </div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="preprocessor">#ifndef _FILE_H_</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#define _FILE_H_</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include <fcntl.h></span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#ifndef L_SET</span></div><div class="line"><a name="l00009"></a><span class="lineno"><a class="line" href="../../d2/d4d/file_8h.html#a242939eadf7c7cc0573b8c713f0e635c"> 9</a></span> <span class="preprocessor"># define L_SET 0 </span><span class="comment">/* seek from beginning. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="../../d2/d4d/file_8h.html#ac9dc87df296c9da8c01f1d117a487560"> 10</a></span> <span class="preprocessor"># define L_CURR 1 </span><span class="comment">/* seek from current position. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="../../d2/d4d/file_8h.html#a7196af563ec7bc3ce91752f4dc82f0bf"> 11</a></span> <span class="preprocessor"># define L_INCR 1 </span><span class="comment">/* ditto. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="../../d2/d4d/file_8h.html#ab2aa2a27921afc3827c954f643ff6e3e"> 12</a></span> <span class="preprocessor"># define L_XTND 2 </span><span class="comment">/* seek from end. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> </div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#ifndef R_OK</span></div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="../../d2/d4d/file_8h.html#a24a7a0ceb1e8f5f44cb1038bb829030d"> 16</a></span> <span class="preprocessor"># define R_OK 4 </span><span class="comment">/* test whether readable. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="../../d2/d4d/file_8h.html#ae5acf4043c0903cda7436b108e29e8e6"> 17</a></span> <span class="preprocessor"># define W_OK 2 </span><span class="comment">/* test whether writable. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="../../d2/d4d/file_8h.html#a5e995ef7690698b62bf016b14fbc45ca"> 18</a></span> <span class="preprocessor"># define X_OK 1 </span><span class="comment">/* test whether execubale. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="../../d2/d4d/file_8h.html#af837744613408b57dc3654fbc3bcf900"> 19</a></span> <span class="preprocessor"># define F_OK 0 </span><span class="comment">/* test whether exist. */</span><span class="preprocessor"></span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#endif</span></div></div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.14 </small></address> </body> </html>
💾 Save Changes
❌ Cancel