This file is indexed.

/usr/share/doc/coinor-libdylp-doc/html/dylib__io_8h_source.html is in coinor-libdylp-doc 1.6.0-1.1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!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.5"/>
<title>/build/buildd/coinor-dylp-1.6.0/DyLP/src/DylpStdLib/dylib_io.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! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_4fef79e7177ba769987a8da36c892c5f.html">build</a></li><li class="navelem"><a class="el" href="dir_b4955c26e8a87b9a5ca3c7d215bb2cab.html">buildd</a></li><li class="navelem"><a class="el" href="dir_ad169de535f65304eb7edc71bd52bfd3.html">coinor-dylp-1.6.0</a></li><li class="navelem"><a class="el" href="dir_7f73fb14104b959aac0be71d6ceb207e.html">DyLP</a></li><li class="navelem"><a class="el" href="dir_c544fbec91357e1dfabcab54fcd99842.html">src</a></li><li class="navelem"><a class="el" href="dir_3ec7f5591b26ecf97ed80e951e78006f.html">DylpStdLib</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">dylib_io.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="dylib__io_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>&#160;<span class="preprocessor">#ifndef _DYLIB_IO_H</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define _DYLIB_IO_H</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">  This file is part of the support library for the Dylp LP distribution.</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">        Copyright (C) 2005 -- 2007 Lou Hafer</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">        School of Computing Science</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">        Simon Fraser University</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">        Burnaby, B.C., V5A 1S6, Canada</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">        lou@cs.sfu.ca</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">  This code is licensed under the terms of the Common Public License (CPL).</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;</div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment">  @(#)io.h      2.4     03/18/04</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment">  svn/cvs: $Id: dylib_io.h 238 2008-06-03 06:14:45Z lou $</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="dylib__std_8h.html">dylib_std.h</a>&quot;</span></div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#ifdef _DYLIB_FORTRAN</span></div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="dylib__fortran_8h.html">dylib_fortran.h</a>&quot;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">  Common definitions for the i/o library packages.</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment">  The file i/o routines in io.c use an integer i/o id to specify a stream.</span></div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment">  The only reason to have this typedef is clarity in the code (and the off</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment">  chance that it might someday become a more complex type). i/o id&#39;s are</span></div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment">  positive integers, between 1 and FOPEN_MAX-2 (see io.c for details).</span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">   39</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> ;</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="dylib__io_8h.html#a17c4753b7d8d1f3ad3b07b7a046405f7">   41</a></span>&#160;<span class="preprocessor">#define IOID_NOSTRM ((ioid) 0)</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="dylib__io_8h.html#a0ac615784cbd6626f7d72490aeaffc15">   42</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define IOID_INV ((ioid) -1)</span></div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="comment">  The lexeme structure, used for strings.</span></div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="comment">  </span></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="comment">  Field         Description</span></div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="comment">  -----         -----------</span></div>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="comment">  class         The class of the lexeme.</span></div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="comment">  string        The value of the lexeme.</span></div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="comment">  The values for class are drawn from the following set, defined below as the</span></div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="comment">  enum lexclass.</span></div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="comment">  Value         Description</span></div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="comment">  -----         -----------</span></div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="comment">  DY_LCNIL      Null lexeme.</span></div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="comment">  DY_LCNUM      A number.</span></div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="comment">  DY_LCID       An identifier.</span></div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="comment">  DY_LCDEL      A delimiter.</span></div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="comment">  DY_LCFS       A fixed-length string.</span></div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="comment">  DY_LCQS       A quoted string.</span></div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;<span class="comment">  DY_LCEOF      Indicates end-of-file while trying to assemble a lexeme.</span></div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="comment">  DY_LCERR      Indicates I/O error while trying to assemble a lexeme.</span></div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403">   67</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span> {<a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403af27f4af61ac8354bfe99005952e04c14">DY_LCNIL</a>,<a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403aeff79047d1806b7fa9f9d1539609af07">DY_LCNUM</a>,<a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403ace714cc375b13491aa2c3f89d39d3b18">DY_LCID</a>,<a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403a3d65d798d4447947096ccd9b34be1ca2">DY_LCDEL</a>,<a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403a30e876c5b48fab7af914f8267685cea5">DY_LCFS</a>,<a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403acd08e7bf094cd929f9e6497560534a4e">DY_LCQS</a>,</div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403a8651ce7947471b1de1f0461d742f0848">   68</a></span>&#160;              <a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403adcdf92348b209c4bb1c3a1b4b9b1a02a">DY_LCEOF</a>,<a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403a8651ce7947471b1de1f0461d742f0848">DY_LCERR</a>} <a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403">lexclass</a> ;</div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="preprocessor">#ifdef  __cplusplus</span></div>
<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{ <a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403">lexclass</a> clazz ;</div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;                 <span class="keywordtype">char</span> *string ; } <a class="code" href="structlex__struct.html">lex_struct</a> ;</div>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structlex__struct.html#a5cdaca9f3ad033a647bba221a463e5dd">   74</a></span>&#160;<span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>{ <a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403">lexclass</a> class ;</div>
<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;                 <span class="keywordtype">char</span> *<a class="code" href="structlex__struct.html#a5cdaca9f3ad033a647bba221a463e5dd">string</a> ; } <a class="code" href="structlex__struct.html">lex_struct</a> ;</div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="dylib__io_8h.html#a3b21213a1ec15911a3f09615704b5b9b">dyio_ioinit</a>(<span class="keywordtype">void</span>) ;</div>
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="dylib__io_8h.html#afb051d97ec3526915aefbc154fb5b7ac">dyio_ioterm</a>(<span class="keywordtype">void</span>) ;</div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div>
<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="keyword">extern</span> <a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <a class="code" href="dylib__io_8h.html#a43e53df283a9d6a40eb52ed1439bd62d">dyio_openfile</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path, <span class="keyword">const</span> <span class="keywordtype">char</span> *mode) ;</div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="dylib__io_8h.html#af76a01b7d0b4e127cc0d07ed5d1544bc">dyio_isactive</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>) ;</div>
<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="dylib__io_8h.html#a49d80c1ec01c71ea84f2ed5a8351a198">dyio_closefile</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>) ;</div>
<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="dylib__io_8h.html#aded8b6733dc9ee8862213ef40f2334bc">dyio_setmode</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>, <span class="keywordtype">char</span> mode), <a class="code" href="dylib__io_8h.html#a4b3e98273f670e9b78da30c626014e0e">dyio_ttyq</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>) ;</div>
<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;</div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="dylib__io_8h.html#aed7765ef7ce82de3f3608e08b06e93f9">dyio_chgerrlog</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path, <span class="keywordtype">bool</span> echo) ;</div>
<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;</div>
<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="keyword">extern</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="dylib__io_8h.html#ace495628ae30ede78f94d8410ae1b2c0">dyio_idtopath</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>) ;</div>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="keyword">extern</span> <a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <a class="code" href="dylib__io_8h.html#a262427d895a5aed64f0fa786f7b640ae">dyio_pathtoid</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path, <span class="keyword">const</span> <span class="keywordtype">char</span> *mode) ;</div>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;</div>
<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">long</span> <a class="code" href="dylib__io_8h.html#a6033675f55c1524ec9d6661a8696b3ae">dyio_mark</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>) ;</div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="dylib__io_8h.html#a9fe796be932007f77c129c12980c857f">dyio_backup</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>, <span class="keywordtype">long</span> there) ;</div>
<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="dylib__io_8h.html#a0d3f2430712f092a2bea0bb09bc25793">dyio_scan</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>, <span class="keyword">const</span> <span class="keywordtype">char</span> pattern[], <span class="keywordtype">bool</span> rwnd, <span class="keywordtype">bool</span> wrap) ;</div>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="keyword">extern</span> <a class="code" href="structlex__struct.html">lex_struct</a> *<a class="code" href="dylib__io_8h.html#a07caadabb044cec267985ea35d25a99d">dyio_scanlex</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>),</div>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;                  *<a class="code" href="dylib__io_8h.html#a44278aba528a9c18ec890a478f3add11">dyio_scanstr</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>, <a class="code" href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403">lexclass</a> stype,</div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;                                <span class="keywordtype">int</span> fslen, <span class="keywordtype">char</span> qschr, <span class="keywordtype">char</span> qechr) ;</div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div>
<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">void</span> <a class="code" href="dylib__io_8h.html#a8adf6299cf1e7d3a705e62609aaa5346">dyio_flushio</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>, <span class="keywordtype">bool</span> echo),</div>
<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;            <a class="code" href="dylib__io_8h.html#a26ea318ba946fa4c983400500ea5412b">dyio_outfmt</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>, <span class="keywordtype">bool</span> echo, <span class="keyword">const</span> <span class="keywordtype">char</span> *pattern, ... ),</div>
<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;            <a class="code" href="dylib__io_8h.html#a8311f706340707103cc9fff8fddb9104">dyio_outchr</a>(<a class="code" href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a> <span class="keywordtype">id</span>, <span class="keywordtype">bool</span> echo, <span class="keywordtype">char</span> chr) ;</div>
<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<span class="keyword">extern</span> <span class="keywordtype">int</span> <a class="code" href="dylib__io_8h.html#a3d442239501272d1611a00dc1f96cec9">dyio_outfxd</a>(<span class="keywordtype">char</span> *buffer, <span class="keywordtype">int</span> fldsze, <span class="keywordtype">char</span> lcr,</div>
<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;                       <span class="keyword">const</span> <span class="keywordtype">char</span> *pattern, ... ) ;</div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;</div>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<span class="preprocessor">#ifdef _DYLIB_FORTRAN</span></div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="preprocessor"></span><span class="keyword">extern</span> <span class="keywordtype">void</span> dyio_outfmt_(<a class="code" href="dylib__fortran_8h.html#a99e088ad9e1bf72a6c0e148a6c2b7012">integer</a> *ftnid,</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;                         <a class="code" href="dylib__fortran_8h.html#aa8e2851dd42d4dd9f14b0686e32a956c">logical</a> *ftnecho, <span class="keywordtype">char</span> *pattern, ... ) ;</div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _DYLIB_IO_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="dylib__io_8h_html_a76bef5fed6501bacc2288df0df925403a3d65d798d4447947096ccd9b34be1ca2"><div class="ttname"><a href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403a3d65d798d4447947096ccd9b34be1ca2">DY_LCDEL</a></div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00067">dylib_io.h:67</a></div></div>
<div class="ttc" id="dylib__io_8h_html_a9fe796be932007f77c129c12980c857f"><div class="ttname"><a href="dylib__io_8h.html#a9fe796be932007f77c129c12980c857f">dyio_backup</a></div><div class="ttdeci">bool dyio_backup(ioid id, long there)</div></div>
<div class="ttc" id="dylib__io_8h_html_a26ea318ba946fa4c983400500ea5412b"><div class="ttname"><a href="dylib__io_8h.html#a26ea318ba946fa4c983400500ea5412b">dyio_outfmt</a></div><div class="ttdeci">void dyio_outfmt(ioid id, bool echo, const char *pattern,...)</div></div>
<div class="ttc" id="dylib__io_8h_html_a0d3f2430712f092a2bea0bb09bc25793"><div class="ttname"><a href="dylib__io_8h.html#a0d3f2430712f092a2bea0bb09bc25793">dyio_scan</a></div><div class="ttdeci">bool dyio_scan(ioid id, const char pattern[], bool rwnd, bool wrap)</div></div>
<div class="ttc" id="dylib__io_8h_html_a6033675f55c1524ec9d6661a8696b3ae"><div class="ttname"><a href="dylib__io_8h.html#a6033675f55c1524ec9d6661a8696b3ae">dyio_mark</a></div><div class="ttdeci">long dyio_mark(ioid id)</div></div>
<div class="ttc" id="dylib__io_8h_html_a76bef5fed6501bacc2288df0df925403ace714cc375b13491aa2c3f89d39d3b18"><div class="ttname"><a href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403ace714cc375b13491aa2c3f89d39d3b18">DY_LCID</a></div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00067">dylib_io.h:67</a></div></div>
<div class="ttc" id="dylib__io_8h_html_a3b21213a1ec15911a3f09615704b5b9b"><div class="ttname"><a href="dylib__io_8h.html#a3b21213a1ec15911a3f09615704b5b9b">dyio_ioinit</a></div><div class="ttdeci">bool dyio_ioinit(void)</div></div>
<div class="ttc" id="dylib__io_8h_html_a44278aba528a9c18ec890a478f3add11"><div class="ttname"><a href="dylib__io_8h.html#a44278aba528a9c18ec890a478f3add11">dyio_scanstr</a></div><div class="ttdeci">lex_struct * dyio_scanstr(ioid id, lexclass stype, int fslen, char qschr, char qechr)</div></div>
<div class="ttc" id="dylib__io_8h_html_a76bef5fed6501bacc2288df0df925403aeff79047d1806b7fa9f9d1539609af07"><div class="ttname"><a href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403aeff79047d1806b7fa9f9d1539609af07">DY_LCNUM</a></div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00067">dylib_io.h:67</a></div></div>
<div class="ttc" id="dylib__io_8h_html_a76bef5fed6501bacc2288df0df925403"><div class="ttname"><a href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403">lexclass</a></div><div class="ttdeci">lexclass</div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00067">dylib_io.h:67</a></div></div>
<div class="ttc" id="dylib__io_8h_html_ace495628ae30ede78f94d8410ae1b2c0"><div class="ttname"><a href="dylib__io_8h.html#ace495628ae30ede78f94d8410ae1b2c0">dyio_idtopath</a></div><div class="ttdeci">const char * dyio_idtopath(ioid id)</div></div>
<div class="ttc" id="dylib__fortran_8h_html_a99e088ad9e1bf72a6c0e148a6c2b7012"><div class="ttname"><a href="dylib__fortran_8h.html#a99e088ad9e1bf72a6c0e148a6c2b7012">integer</a></div><div class="ttdeci">long int integer</div><div class="ttdef"><b>Definition:</b> <a href="dylib__fortran_8h_source.html#l00031">dylib_fortran.h:31</a></div></div>
<div class="ttc" id="structlex__struct_html_a5cdaca9f3ad033a647bba221a463e5dd"><div class="ttname"><a href="structlex__struct.html#a5cdaca9f3ad033a647bba221a463e5dd">lex_struct::string</a></div><div class="ttdeci">char * string</div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00074">dylib_io.h:74</a></div></div>
<div class="ttc" id="dylib__fortran_8h_html_aa8e2851dd42d4dd9f14b0686e32a956c"><div class="ttname"><a href="dylib__fortran_8h.html#aa8e2851dd42d4dd9f14b0686e32a956c">logical</a></div><div class="ttdeci">long int logical</div><div class="ttdef"><b>Definition:</b> <a href="dylib__fortran_8h_source.html#l00032">dylib_fortran.h:32</a></div></div>
<div class="ttc" id="dylib__io_8h_html_ae6ecc0fd0c54fd9937a1ef42b37642b5"><div class="ttname"><a href="dylib__io_8h.html#ae6ecc0fd0c54fd9937a1ef42b37642b5">ioid</a></div><div class="ttdeci">int ioid</div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00039">dylib_io.h:39</a></div></div>
<div class="ttc" id="dylib__io_8h_html_a43e53df283a9d6a40eb52ed1439bd62d"><div class="ttname"><a href="dylib__io_8h.html#a43e53df283a9d6a40eb52ed1439bd62d">dyio_openfile</a></div><div class="ttdeci">ioid dyio_openfile(const char *path, const char *mode)</div></div>
<div class="ttc" id="dylib__io_8h_html_a8adf6299cf1e7d3a705e62609aaa5346"><div class="ttname"><a href="dylib__io_8h.html#a8adf6299cf1e7d3a705e62609aaa5346">dyio_flushio</a></div><div class="ttdeci">void dyio_flushio(ioid id, bool echo)</div></div>
<div class="ttc" id="dylib__io_8h_html_a76bef5fed6501bacc2288df0df925403a30e876c5b48fab7af914f8267685cea5"><div class="ttname"><a href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403a30e876c5b48fab7af914f8267685cea5">DY_LCFS</a></div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00067">dylib_io.h:67</a></div></div>
<div class="ttc" id="dylib__io_8h_html_a76bef5fed6501bacc2288df0df925403a8651ce7947471b1de1f0461d742f0848"><div class="ttname"><a href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403a8651ce7947471b1de1f0461d742f0848">DY_LCERR</a></div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00068">dylib_io.h:68</a></div></div>
<div class="ttc" id="dylib__io_8h_html_a4b3e98273f670e9b78da30c626014e0e"><div class="ttname"><a href="dylib__io_8h.html#a4b3e98273f670e9b78da30c626014e0e">dyio_ttyq</a></div><div class="ttdeci">bool dyio_ttyq(ioid id)</div></div>
<div class="ttc" id="dylib__io_8h_html_a262427d895a5aed64f0fa786f7b640ae"><div class="ttname"><a href="dylib__io_8h.html#a262427d895a5aed64f0fa786f7b640ae">dyio_pathtoid</a></div><div class="ttdeci">ioid dyio_pathtoid(const char *path, const char *mode)</div></div>
<div class="ttc" id="dylib__io_8h_html_a07caadabb044cec267985ea35d25a99d"><div class="ttname"><a href="dylib__io_8h.html#a07caadabb044cec267985ea35d25a99d">dyio_scanlex</a></div><div class="ttdeci">lex_struct * dyio_scanlex(ioid id)</div></div>
<div class="ttc" id="dylib__io_8h_html_a8311f706340707103cc9fff8fddb9104"><div class="ttname"><a href="dylib__io_8h.html#a8311f706340707103cc9fff8fddb9104">dyio_outchr</a></div><div class="ttdeci">void dyio_outchr(ioid id, bool echo, char chr)</div></div>
<div class="ttc" id="dylib__io_8h_html_a76bef5fed6501bacc2288df0df925403acd08e7bf094cd929f9e6497560534a4e"><div class="ttname"><a href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403acd08e7bf094cd929f9e6497560534a4e">DY_LCQS</a></div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00067">dylib_io.h:67</a></div></div>
<div class="ttc" id="dylib__io_8h_html_aed7765ef7ce82de3f3608e08b06e93f9"><div class="ttname"><a href="dylib__io_8h.html#aed7765ef7ce82de3f3608e08b06e93f9">dyio_chgerrlog</a></div><div class="ttdeci">bool dyio_chgerrlog(const char *path, bool echo)</div></div>
<div class="ttc" id="dylib__io_8h_html_afb051d97ec3526915aefbc154fb5b7ac"><div class="ttname"><a href="dylib__io_8h.html#afb051d97ec3526915aefbc154fb5b7ac">dyio_ioterm</a></div><div class="ttdeci">void dyio_ioterm(void)</div></div>
<div class="ttc" id="dylib__io_8h_html_a49d80c1ec01c71ea84f2ed5a8351a198"><div class="ttname"><a href="dylib__io_8h.html#a49d80c1ec01c71ea84f2ed5a8351a198">dyio_closefile</a></div><div class="ttdeci">bool dyio_closefile(ioid id)</div></div>
<div class="ttc" id="dylib__io_8h_html_a76bef5fed6501bacc2288df0df925403af27f4af61ac8354bfe99005952e04c14"><div class="ttname"><a href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403af27f4af61ac8354bfe99005952e04c14">DY_LCNIL</a></div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00067">dylib_io.h:67</a></div></div>
<div class="ttc" id="dylib__io_8h_html_a76bef5fed6501bacc2288df0df925403adcdf92348b209c4bb1c3a1b4b9b1a02a"><div class="ttname"><a href="dylib__io_8h.html#a76bef5fed6501bacc2288df0df925403adcdf92348b209c4bb1c3a1b4b9b1a02a">DY_LCEOF</a></div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00068">dylib_io.h:68</a></div></div>
<div class="ttc" id="structlex__struct_html"><div class="ttname"><a href="structlex__struct.html">lex_struct</a></div><div class="ttdef"><b>Definition:</b> <a href="dylib__io_8h_source.html#l00074">dylib_io.h:74</a></div></div>
<div class="ttc" id="dylib__io_8h_html_aded8b6733dc9ee8862213ef40f2334bc"><div class="ttname"><a href="dylib__io_8h.html#aded8b6733dc9ee8862213ef40f2334bc">dyio_setmode</a></div><div class="ttdeci">bool dyio_setmode(ioid id, char mode)</div></div>
<div class="ttc" id="dylib__io_8h_html_a3d442239501272d1611a00dc1f96cec9"><div class="ttname"><a href="dylib__io_8h.html#a3d442239501272d1611a00dc1f96cec9">dyio_outfxd</a></div><div class="ttdeci">int dyio_outfxd(char *buffer, int fldsze, char lcr, const char *pattern,...)</div></div>
<div class="ttc" id="dylib__std_8h_html"><div class="ttname"><a href="dylib__std_8h.html">dylib_std.h</a></div></div>
<div class="ttc" id="dylib__io_8h_html_af76a01b7d0b4e127cc0d07ed5d1544bc"><div class="ttname"><a href="dylib__io_8h.html#af76a01b7d0b4e127cc0d07ed5d1544bc">dyio_isactive</a></div><div class="ttdeci">bool dyio_isactive(ioid id)</div></div>
<div class="ttc" id="dylib__fortran_8h_html"><div class="ttname"><a href="dylib__fortran_8h.html">dylib_fortran.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Dec 28 2013 00:32:40 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>