This file is indexed.

/usr/share/doc/cl-uffi/html/objects.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
13
14
15
16
17
18
19
20
21
22
<?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>Objects</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="def-union.html" title="def-union" /><link rel="next" href="allocate-foreign-object.html" title="allocate-foreign-object" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Objects</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="def-union.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="allocate-foreign-object.html">Next</a></td></tr></table><hr /></div><div class="reference" title="Objects"><div class="titlepage"><div><div><h1 class="title"><a id="objects"></a>Objects</h1></div></div><hr /></div><div class="partintro" title="Overview"><div><div><div><h1 class="title"><a id="id391222"></a>Overview</h1></div></div></div><p>
      Objects are entities that can allocated, referred to by pointers, and
can be freed.
    </p><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="allocate-foreign-object.html">allocate-foreign-object</a></span><span class="refpurpose"> — Allocates an instance of a foreign object.
	</span></dt><dt><span class="refentrytitle"><a href="free-foreign-object.html">free-foreign-object</a></span><span class="refpurpose"> — Frees memory that was allocated for a foreign boject.
	</span></dt><dt><span class="refentrytitle"><a href="with-foreign-object.html">with-foreign-object</a></span><span class="refpurpose"> — Wraps the allocation of a foreign object around a body of code.
	</span></dt><dt><span class="refentrytitle"><a href="size-of-foreign-type.html">size-of-foreign-type</a></span><span class="refpurpose"> — Returns the number of data bytes used by a foreign object type.
	</span></dt><dt><span class="refentrytitle"><a href="pointer-address.html">pointer-address</a></span><span class="refpurpose"> — Returns the address of a pointer.
	</span></dt><dt><span class="refentrytitle"><a href="deref-pointer.html">deref-pointer</a></span><span class="refpurpose"> — Deferences a pointer.
	</span></dt><dt><span class="refentrytitle"><a href="ensure-char-character.html">ensure-char-character</a></span><span class="refpurpose"> — Ensures that a dereferenced <code class="constant">:char</code> pointer is
a character.
	</span></dt><dt><span class="refentrytitle"><a href="ensure-char-integer.html">ensure-char-integer</a></span><span class="refpurpose"> — Ensures that a dereferenced <code class="constant">:char</code> pointer is
an integer.
	</span></dt><dt><span class="refentrytitle"><a href="make-null-pointer.html">make-null-pointer</a></span><span class="refpurpose"> — Create a <code class="constant">NULL</code> pointer.
	</span></dt><dt><span class="refentrytitle"><a href="null-pointer-p.html">null-pointer-p</a></span><span class="refpurpose"> — Tests a pointer for <code class="constant">NULL</code> value.
	</span></dt><dt><span class="refentrytitle"><a href="null-cstring-pointer.html">+null-cstring-pointer+</a></span><span class="refpurpose"> — A constant <code class="constant">NULL</code> cstring pointer.
	</span></dt><dt><span class="refentrytitle"><a href="with-cast-pointer.html">with-cast-pointer</a></span><span class="refpurpose"> — Wraps a body of code with a pointer cast to a new type.
	</span></dt><dt><span class="refentrytitle"><a href="def-foreign-var.html">def-foreign-var</a></span><span class="refpurpose"> — 
Defines a symbol macro to access a variable in foreign code
	</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="def-union.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="allocate-foreign-object.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">def-union </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> allocate-foreign-object</td></tr></table></div></body></html>