Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 2269bb274471fd2722517c2c0b740d7f > files > 243

rpm-devel-4.0.4-19mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>rpmbuild.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.17 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>build/rpmbuild.h File Reference</h1>This is the *only* module users of librpmbuild should need to include. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="rpmcli_8h-source.html">rpmcli.h</a>&gt;</code><br>
<code>#include "<a class="el" href="stringbuf_8h-source.html">stringbuf.h</a>"</code><br>
<code>#include "<a class="el" href="misc_8h-source.html">misc.h</a>"</code><br>
<code>#include "<a class="el" href="rpmspec_8h-source.html">rpmspec.h</a>"</code><br>
<code>#include &lt;ctype.h&gt;</code><br>

<p>
<a href="rpmbuild_8h-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>Defines</h2></td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmbuild_8h.html#a0">SKIPSPACE</a>(s)&nbsp;&nbsp;&nbsp;{ while (*(s) &amp;&amp; xisspace(*(s))) (s)++; }</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmbuild_8h.html#a1">SKIPNONSPACE</a>(s)&nbsp;&nbsp;&nbsp;{ while (*(s) &amp;&amp; !xisspace(*(s))) (s)++; }</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmbuild_8h.html#a2">PART_SUBNAME</a>&nbsp;&nbsp;&nbsp;0</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmbuild_8h.html#a3">PART_NAME</a>&nbsp;&nbsp;&nbsp;1</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmbuild_8h.html#a4">STRIP_NOTHING</a>&nbsp;&nbsp;&nbsp;0</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmbuild_8h.html#a5">STRIP_TRAILINGSPACE</a>&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 0)</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="rpmbuild_8h.html#a6">STRIP_COMMENTS</a>&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 1)</td></tr>
<tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
<tr><td nowrap align=right valign=top>typedef enum <a class="el" href="group__rpmbuild.html#a56">rpmBuildFlags_e</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a0">rpmBuildFlags</a></td></tr>
<tr><td nowrap align=right valign=top>typedef enum <a class="el" href="group__rpmbuild.html#a57">rpmParseState_e</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a1">rpmParseState</a></td></tr>
<tr><td colspan=2><br><h2>Enumerations</h2></td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a56">rpmBuildFlags_e</a> { <br>
&nbsp;&nbsp;<a class="el" href="group__rpmbuild.html#a56a10">RPMBUILD_NONE</a> =  0, 
<a class="el" href="group__rpmbuild.html#a56a11">RPMBUILD_PREP</a> =  (1 &lt;&lt; 0), 
<a class="el" href="group__rpmbuild.html#a56a12">RPMBUILD_BUILD</a> =  (1 &lt;&lt; 1), 
<a class="el" href="group__rpmbuild.html#a56a13">RPMBUILD_INSTALL</a> =  (1 &lt;&lt; 2), 
<br>
&nbsp;&nbsp;<a class="el" href="group__rpmbuild.html#a56a14">RPMBUILD_CLEAN</a> =  (1 &lt;&lt; 3), 
<a class="el" href="group__rpmbuild.html#a56a15">RPMBUILD_FILECHECK</a> =  (1 &lt;&lt; 4), 
<a class="el" href="group__rpmbuild.html#a56a16">RPMBUILD_PACKAGESOURCE</a> =  (1 &lt;&lt; 5), 
<a class="el" href="group__rpmbuild.html#a56a17">RPMBUILD_PACKAGEBINARY</a> =  (1 &lt;&lt; 6), 
<br>
&nbsp;&nbsp;<a class="el" href="group__rpmbuild.html#a56a18">RPMBUILD_RMSOURCE</a> =  (1 &lt;&lt; 7), 
<a class="el" href="group__rpmbuild.html#a56a19">RPMBUILD_RMBUILD</a> =  (1 &lt;&lt; 8), 
<a class="el" href="group__rpmbuild.html#a56a20">RPMBUILD_STRINGBUF</a> =  (1 &lt;&lt; 9), 
<a class="el" href="group__rpmbuild.html#a56a21">RPMBUILD_RMSPEC</a> =  (1 &lt;&lt; 10)
<br>
 }</td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a57">rpmParseState_e</a> { <br>
&nbsp;&nbsp;<a class="el" href="group__rpmbuild.html#a57a22">PART_NONE</a> =  0, 
<a class="el" href="group__rpmbuild.html#a57a23">PART_PREAMBLE</a> =  1, 
<a class="el" href="group__rpmbuild.html#a57a24">PART_PREP</a> =  2, 
<a class="el" href="group__rpmbuild.html#a57a25">PART_BUILD</a> =  3, 
<br>
&nbsp;&nbsp;<a class="el" href="group__rpmbuild.html#a57a26">PART_INSTALL</a> =  4, 
<a class="el" href="group__rpmbuild.html#a57a27">PART_CLEAN</a> =  5, 
<a class="el" href="group__rpmbuild.html#a57a28">PART_FILES</a> =  6, 
<a class="el" href="group__rpmbuild.html#a57a29">PART_PRE</a> =  7, 
<br>
&nbsp;&nbsp;<a class="el" href="group__rpmbuild.html#a57a30">PART_POST</a> =  8, 
<a class="el" href="group__rpmbuild.html#a57a31">PART_PREUN</a> =  9, 
<a class="el" href="group__rpmbuild.html#a57a32">PART_POSTUN</a> =  10, 
<a class="el" href="group__rpmbuild.html#a57a33">PART_DESCRIPTION</a> =  11, 
<br>
&nbsp;&nbsp;<a class="el" href="group__rpmbuild.html#a57a34">PART_CHANGELOG</a> =  12, 
<a class="el" href="group__rpmbuild.html#a57a35">PART_TRIGGERIN</a> =  13, 
<a class="el" href="group__rpmbuild.html#a57a36">PART_TRIGGERUN</a> =  14, 
<a class="el" href="group__rpmbuild.html#a57a37">PART_VERIFYSCRIPT</a> =  15, 
<br>
&nbsp;&nbsp;<a class="el" href="group__rpmbuild.html#a57a38">PART_BUILDARCHITECTURES</a> =  16, 
<a class="el" href="group__rpmbuild.html#a57a39">PART_TRIGGERPOSTUN</a> =  17, 
<a class="el" href="group__rpmbuild.html#a57a40">PART_LAST</a> =  18
<br>
 }</td></tr>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a41">freeNames</a> (void)</td></tr>
<tr><td nowrap align=right valign=top>const char *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a42">getUname</a> (uid_t uid)</td></tr>
<tr><td nowrap align=right valign=top>const char *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a43">getUnameS</a> (const char *uname)</td></tr>
<tr><td nowrap align=right valign=top>uid_t&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a44">getUidS</a> (const char *uname)</td></tr>
<tr><td nowrap align=right valign=top>const char *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a45">getGname</a> (gid_t gid)</td></tr>
<tr><td nowrap align=right valign=top>const char *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a46">getGnameS</a> (const char *gname)</td></tr>
<tr><td nowrap align=right valign=top>gid_t&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a47">getGidS</a> (const char *gname)</td></tr>
<tr><td nowrap align=right valign=top>const char *const&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a48">buildHost</a> (void)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="header_8h.html#a9">int_32</a> *const&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a49">getBuildTime</a> (void)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a50">readLine</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, int strip)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a51">closeSpec</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a52">handleComments</a> (char *s)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__rpmbuild.html#a1">rpmParseState</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a53">isPart</a> (const char *line)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a54">parseNum</a> (const char *line, int *res)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a55">addChangelogEntry</a> (<a class="el" href="group__header.html#a6">Header</a> h, time_t time, const char *<a class="el" href="parseScript_8c.html#a0">name</a>, const char *text)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a56">parseBuildInstallClean</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, <a class="el" href="group__rpmbuild.html#a1">rpmParseState</a> parsePart)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a57">parseChangelog</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a58">parseDescription</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a59">parseFiles</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a60">parsePreamble</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, int initialPackage)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a61">parsePrep</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a62">parseRCPOT</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, <a class="el" href="group__rpmbuild.html#a9">Package</a> pkg, const char *field, int tag, int index, <a class="el" href="rpmlib_8h.html#a56">rpmsenseFlags</a> tagflags)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a63">parseScript</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, int parsePart)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a64">parseExpressionBoolean</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, const char *expr)</td></tr>
<tr><td nowrap align=right valign=top>char *&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a65">parseExpressionString</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, const char *expr)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a66">doScript</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, int what, const char *<a class="el" href="parseScript_8c.html#a0">name</a>, <a class="el" href="stringbuf_8h.html#a2">StringBuf</a> sb, int test)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a38">lookupPackage</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, const char *<a class="el" href="parseScript_8c.html#a0">name</a>, int flag, <a class="el" href="group__rpmbuild.html#a9">Package</a> *pkg)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__rpmbuild.html#a9">Package</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a39">newPackage</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__rpmbuild.html#a9">Package</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a40">freePackages</a> (<a class="el" href="group__rpmbuild.html#a9">Package</a> packages)</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="group__rpmbuild.html#a9">Package</a>&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a41">freePackage</a> (<a class="el" href="group__rpmbuild.html#a9">Package</a> pkg)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a71">addReqProv</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, <a class="el" href="group__header.html#a6">Header</a> h, <a class="el" href="rpmlib_8h.html#a56">rpmsenseFlags</a> depFlags, const char *depName, const char *depEVR, int index)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a72">rpmlibNeedsFeature</a> (<a class="el" href="group__header.html#a6">Header</a> h, const char *feature, const char *featureEVR)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a73">processBinaryFiles</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, int installSpecialDoc, int test)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a74">initSourceHeader</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a75">processSourceFiles</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a76">parseSpec</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> *specp, const char *specFile, const char *rootURL, const char *buildRootURL, int recursing, const char *passPhrase, char *cookie, int anyarch, int <a class="el" href="poptBT_8c.html#a31">force</a>)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a77">buildSpec</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec, int what, int test)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a78">packageBinaries</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a79">packageSources</a> (<a class="el" href="group__rpmbuild.html#a3">Spec</a> spec)</td></tr>
<tr><td colspan=2><br><h2>Variables</h2></td></tr>
<tr><td nowrap align=right valign=top>int(*&nbsp;</td><td valign=bottom><a class="el" href="group__rpmbuild.html#a2">parseSpecVec</a> )(<a class="el" href="group__rpmbuild.html#a3">Spec</a> *specp, const char *specFile, const char *<a class="el" href="rpmqv_8c.html#a27">rootdir</a>, const char *buildRoot, int recursing, const char *passPhrase, char *cookie, int anyarch, int <a class="el" href="poptBT_8c.html#a31">force</a>)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This is the *only* module users of librpmbuild should need to include.
<p>

<p>

<p>
Definition in file <a class="el" href="rpmbuild_8h-source.html">rpmbuild.h</a>.<hr><h2>Define Documentation</h2>
<a name="a3" doxytag="rpmbuild.h::PART_NAME"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define PART_NAME&nbsp;&nbsp;&nbsp;1
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmbuild_8h-source.html#l00046">46</a> of file <a class="el" href="rpmbuild_8h-source.html">rpmbuild.h</a>.
<p>
Referenced by <a class="el" href="parseDescription_8c-source.html#l00029">parseDescription</a>(), <a class="el" href="parseFiles_8c-source.html#l00026">parseFiles</a>(), <a class="el" href="parseScript_8c-source.html#l00069">parseScript</a>(), and <a class="el" href="parsePreamble_8c-source.html#l00069">parseSimplePart</a>().    </td>
  </tr>
</table>
<a name="a2" doxytag="rpmbuild.h::PART_SUBNAME"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define PART_SUBNAME&nbsp;&nbsp;&nbsp;0
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmbuild_8h-source.html#l00045">45</a> of file <a class="el" href="rpmbuild_8h-source.html">rpmbuild.h</a>.
<p>
Referenced by <a class="el" href="spec_8c-source.html#l00061">lookupPackage</a>(), <a class="el" href="parseDescription_8c-source.html#l00029">parseDescription</a>(), <a class="el" href="parseFiles_8c-source.html#l00026">parseFiles</a>(), <a class="el" href="parsePreamble_8c-source.html#l00835">parsePreamble</a>(), <a class="el" href="parseScript_8c-source.html#l00069">parseScript</a>(), and <a class="el" href="parsePreamble_8c-source.html#l00069">parseSimplePart</a>().    </td>
  </tr>
</table>
<a name="a1" doxytag="rpmbuild.h::SKIPNONSPACE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define SKIPNONSPACE</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">s&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ while (*(s) &amp;&amp; !xisspace(*(s))) (s)++; }
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmbuild_8h-source.html#l00043">43</a> of file <a class="el" href="rpmbuild_8h-source.html">rpmbuild.h</a>.
<p>
Referenced by <a class="el" href="parseChangelog_8c-source.html#l00108">addChangelog</a>(), <a class="el" href="parseChangelog_8c-source.html#l00037">dateToTimet</a>(), <a class="el" href="parsePreamble_8c-source.html#l00445">handlePreambleTag</a>(), <a class="el" href="parseSpec_8c-source.html#l00075">matchTok</a>(), and <a class="el" href="parseSpec_8c-source.html#l00179">readLine</a>().    </td>
  </tr>
</table>
<a name="a0" doxytag="rpmbuild.h::SKIPSPACE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define SKIPSPACE</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">s&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap>&nbsp;&nbsp;&nbsp;{ while (*(s) &amp;&amp; xisspace(*(s))) (s)++; }
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmbuild_8h-source.html#l00042">42</a> of file <a class="el" href="rpmbuild_8h-source.html">rpmbuild.h</a>.
<p>
Referenced by <a class="el" href="parseChangelog_8c-source.html#l00108">addChangelog</a>(), <a class="el" href="spec_8c-source.html#l00246">addSource</a>(), <a class="el" href="parseChangelog_8c-source.html#l00037">dateToTimet</a>(), <a class="el" href="parsePreamble_8c-source.html#l00779">findPreambleTag</a>(), <a class="el" href="parseSpec_8c-source.html#l00097">handleComments</a>(), <a class="el" href="parsePreamble_8c-source.html#l00445">handlePreambleTag</a>(), <a class="el" href="parseSpec_8c-source.html#l00075">matchTok</a>(), <a class="el" href="files_8c-source.html#l00498">parseForAttr</a>(), <a class="el" href="files_8c-source.html#l00626">parseForConfig</a>(), <a class="el" href="files_8c-source.html#l00400">parseForDev</a>(), <a class="el" href="files_8c-source.html#l00694">parseForLang</a>(), <a class="el" href="files_8c-source.html#l00306">parseForVerify</a>(), <a class="el" href="parsePreamble_8c-source.html#l00835">parsePreamble</a>(), <a class="el" href="files_8c-source.html#l01740">processPackageFiles</a>(), <a class="el" href="files_8c-source.html#l02068">processSourceFiles</a>(), and <a class="el" href="parseSpec_8c-source.html#l00179">readLine</a>().    </td>
  </tr>
</table>
<a name="a6" doxytag="rpmbuild.h::STRIP_COMMENTS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define STRIP_COMMENTS&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 1)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmbuild_8h-source.html#l00075">75</a> of file <a class="el" href="rpmbuild_8h-source.html">rpmbuild.h</a>.
<p>
Referenced by <a class="el" href="parseSpec_8c-source.html#l00119">copyNextLine</a>(), <a class="el" href="parseChangelog_8c-source.html#l00205">parseChangelog</a>(), <a class="el" href="parseDescription_8c-source.html#l00029">parseDescription</a>(), <a class="el" href="parseFiles_8c-source.html#l00026">parseFiles</a>(), and <a class="el" href="parsePreamble_8c-source.html#l00835">parsePreamble</a>().    </td>
  </tr>
</table>
<a name="a4" doxytag="rpmbuild.h::STRIP_NOTHING"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define STRIP_NOTHING&nbsp;&nbsp;&nbsp;0
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmbuild_8h-source.html#l00073">73</a> of file <a class="el" href="rpmbuild_8h-source.html">rpmbuild.h</a>.
<p>
Referenced by <a class="el" href="parseBuildInstallClean_8c-source.html#l00012">parseBuildInstallClean</a>(), <a class="el" href="parsePrep_8c-source.html#l00539">parsePrep</a>(), and <a class="el" href="parseScript_8c-source.html#l00069">parseScript</a>().    </td>
  </tr>
</table>
<a name="a5" doxytag="rpmbuild.h::STRIP_TRAILINGSPACE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define STRIP_TRAILINGSPACE&nbsp;&nbsp;&nbsp;(1 &lt;&lt; 0)
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="rpmbuild_8h-source.html#l00074">74</a> of file <a class="el" href="rpmbuild_8h-source.html">rpmbuild.h</a>.
<p>
Referenced by <a class="el" href="parseSpec_8c-source.html#l00119">copyNextLine</a>(), <a class="el" href="parseDescription_8c-source.html#l00029">parseDescription</a>(), and <a class="el" href="parsePreamble_8c-source.html#l00835">parsePreamble</a>().    </td>
  </tr>
</table>
<hr><address style="align: right;"><small>Generated on Thu Sep 12 22:15:04 2002 for rpm by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.17 </small></address>
</body>
</html>