This file is indexed.

/usr/share/elmerpost/help/matc/node21.html is in elmer-common 6.1.0.svn.5396.dfsg2-4ubuntu1.

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
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-d (Mar 10, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE> fp = fopen(name,mode)</TITLE>
<META NAME="description" CONTENT=" fp = fopen(name,mode)">
<META NAME="keywords" CONTENT="kirja">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="kirja.css">
</HEAD>
<BODY LANG="EN">
 <A NAME="tex2html309" HREF="node22.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="lh-figs/next_motif.gif"></A> <A NAME="tex2html307" HREF="node5.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="lh-figs/up_motif.gif"></A> <A NAME="tex2html301" HREF="node20.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="lh-figs/previous_motif.gif"></A>   <BR>
<B> Next:</B> <A NAME="tex2html310" HREF="node22.html"> fp = freopen(fpname,mode)</A>
<B>Up:</B> <A NAME="tex2html308" HREF="node5.html">MATC Internal Functions</A>
<B> Previous:</B> <A NAME="tex2html302" HREF="node20.html"> fputs(fpstr)</A>
<BR> <P>
<H1><A NAME="SECTION005160000000000000000"> fp = fopen(name,mode)</A></H1>
<P>
Open file given name and access mode. The most usual modes are ''r'' for reading
and ''w'' for writing. Return value is the file pointer fp, which is used in functions
reading and writing the file.
<P>
SEE ALSO: freopen.
<P>
<BR> <HR>
<P><ADDRESS>
<I>Juha Ruokolainen <BR>
Fri Feb 14 15:59:30 EET 1997</I>
</ADDRESS>
</BODY>
</HTML>