This file is indexed.

/usr/share/doc/cl-uffi/html/aggregates.html is in cl-uffi 2.1.2-1.

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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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/html; charset=UTF-8" /><title>Aggregate Types</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="UFFI Reference Guide" /><link rel="up" href="index.html" title="UFFI Reference Guide" /><link rel="prev" href="null-char-p.html" title="null-char-p" /><link rel="next" href="def-enum.html" title="def-enum" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Aggregate Types</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="null-char-p.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="def-enum.html">Next</a></td></tr></table><hr /></div><div class="reference" title="Aggregate Types"><div class="titlepage"><div><div><h1 class="title"><a id="aggregates"></a>Aggregate Types</h1></div></div><hr /></div><div class="partintro" title="Overview"><div><div><div><h1 class="title"><a id="id388817"></a>Overview</h1></div></div></div><p>
	Aggregate types are comprised of one or more primitive types.
      </p><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="def-enum.html">def-enum</a></span><span class="refpurpose"> — Defines a <code class="computeroutput">C</code> enumeration.
	</span></dt><dt><span class="refentrytitle"><a href="def-struct.html">def-struct</a></span><span class="refpurpose"> — Defines a <code class="computeroutput">C</code> structure.
	</span></dt><dt><span class="refentrytitle"><a href="get-slot-value.html">get-slot-value</a></span><span class="refpurpose"> — Retrieves a value from a slot of a structure.
	</span></dt><dt><span class="refentrytitle"><a href="get-slot-pointer.html">get-slot-pointer</a></span><span class="refpurpose"> — Retrieves a pointer from a slot of a structure.
	</span></dt><dt><span class="refentrytitle"><a href="def-array-pointer.html">def-array-pointer</a></span><span class="refpurpose"> — Defines a pointer to a array of type.
	</span></dt><dt><span class="refentrytitle"><a href="deref-array.html">deref-array</a></span><span class="refpurpose"> — Deference an array.
	</span></dt><dt><span class="refentrytitle"><a href="def-union.html">def-union</a></span><span class="refpurpose"> — Defines a foreign union type.
	</span></dt></dl></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="null-char-p.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="def-enum.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">null-char-p </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> def-enum</td></tr></table></div></body></html>