Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 67e32647b06c0323bf90c6b54a6438d1 > files > 452

rpm-apidocs-4.4.2.3-34.el5.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>rpm: build/parseFiles.c File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul></div>
<h1>build/parseFiles.c File Reference</h1>Parse files section from spec file. <a href="#_details">More...</a>
<p>
<code>#include &quot;<a class="el" href="system_8h-source.html">system.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="rpmbuild_8h-source.html">rpmbuild.h</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="debug_8h-source.html">debug.h</a>&quot;</code><br>

<p>
<a href="parseFiles_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__rpmbuild.html#g7fe42584bc4707da865fc35e971d44f4">parseFiles</a> (<a class="el" href="structSpec__s.html">Spec</a> spec)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Parse %files section of a spec file.  <a href="group__rpmbuild.html#g7fe42584bc4707da865fc35e971d44f4"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="parseFiles_8c.html#8f8f80d37794cde9472343e4487ba3eb">name</a> = NULL</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="parseFiles_8c.html#f0baa3ccdd9d2a6adf03b72e2bea5789">file</a> = NULL</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static struct <a class="el" href="structpoptOption.html">poptOption</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="parseFiles_8c.html#779c8fb41edee9b03a02a249606b0e76">optionsTable</a> []</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Parse files section from spec file. 
<p>

<p>
Definition in file <a class="el" href="parseFiles_8c-source.html">parseFiles.c</a>.<hr><h2>Variable Documentation</h2>
<a class="anchor" name="f0baa3ccdd9d2a6adf03b72e2bea5789"></a><!-- doxytag: member="parseFiles.c::file" ref="f0baa3ccdd9d2a6adf03b72e2bea5789" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="parseScript_8c.html#f0baa3ccdd9d2a6adf03b72e2bea5789">file</a> = NULL<code> [static]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="parseFiles_8c-source.html#l00018">18</a> of file <a class="el" href="parseFiles_8c-source.html">parseFiles.c</a>.
<p>
Referenced by <a class="el" href="parseFiles_8c-source.html#l00026">parseFiles()</a>, <a class="el" href="parseScript_8c-source.html#l00072">parseScript()</a>, <a class="el" href="poptconfig_8c-source.html#l00096">poptReadConfigFile()</a>, and <a class="el" href="macro_8c-source.html#l02317">rpmGenPath()</a>.
</div>
</div><p>
<a class="anchor" name="8f8f80d37794cde9472343e4487ba3eb"></a><!-- doxytag: member="parseFiles.c::name" ref="8f8f80d37794cde9472343e4487ba3eb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char* <a class="el" href="structname.html">name</a> = NULL<code> [static]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="parseFiles_8c-source.html#l00016">16</a> of file <a class="el" href="parseFiles_8c-source.html">parseFiles.c</a>.
</div>
</div><p>
<a class="anchor" name="779c8fb41edee9b03a02a249606b0e76"></a><!-- doxytag: member="parseFiles.c::optionsTable" ref="779c8fb41edee9b03a02a249606b0e76" args="[]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structpoptOption.html">poptOption</a> <a class="el" href="rpmtool_8c.html#779c8fb41edee9b03a02a249606b0e76">optionsTable</a>[]<code> [static]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<b>Initial value:</b><div class="fragment"><pre class="fragment"> {
        { NULL, <span class="charliteral">'n'</span>, <a class="code" href="popt_8h.html#9a9fdc308379d49592585008126c28b1">POPT_ARG_STRING</a>, &amp;<a class="code" href="structname.html">name</a>, <span class="charliteral">'n'</span>,       NULL, NULL},
        { NULL, <span class="charliteral">'f'</span>, <a class="code" href="popt_8h.html#9a9fdc308379d49592585008126c28b1">POPT_ARG_STRING</a>, &amp;<a class="code" href="parseFiles_8c.html#f0baa3ccdd9d2a6adf03b72e2bea5789">file</a>, <span class="charliteral">'f'</span>,       NULL, NULL},
        { 0, 0, 0, 0, 0,        NULL, NULL}
    }
</pre></div>
<p>
Definition at line <a class="el" href="parseFiles_8c-source.html#l00020">20</a> of file <a class="el" href="parseFiles_8c-source.html">parseFiles.c</a>.
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on 1 Oct 2013 for rpm by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>