466
|
1 <refentry id="getstat">
|
|
2 <refnamediv>
|
468
|
3 <refname>Getstat</refname>
|
|
4 <refpurpose>get file status</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
468
|
9 <funcsynopsisinfo>
|
|
10 #include <sgstat.h>
|
|
11 </funcsynopsisinfo>
|
570
|
12
|
|
13 <funcsynopsisinfo>
|
|
14 /* code 0 */
|
|
15 </funcsynopsisinfo>
|
|
16 <funcprototype>
|
|
17 <funcdef><function>getstat</function></funcdef>
|
|
18 <paramdef>int <parameter>code</parameter></paramdef>
|
|
19 <paramdef>int <parameter>filenum</parameter></paramdef>
|
|
20 <paramdef>char *<parameter>buffer</parameter></paramdef>
|
|
21 </funcprototype>
|
|
22
|
|
23 <funcsynopsisinfo>
|
|
24 /* codes 1 and 6 */
|
|
25 </funcsynopsisinfo>
|
466
|
26 <funcprototype>
|
|
27 <funcdef><function>getstat</function></funcdef>
|
570
|
28 <paramdef>int <parameter>code</parameter></paramdef>
|
|
29 <paramdef>int <parameter>filenum</parameter></paramdef>
|
|
30 </funcprototype>
|
|
31
|
|
32 <funcsynopsisinfo>
|
|
33 /* code 2 */
|
|
34 </funcsynopsisinfo>
|
|
35 <funcprototype>
|
|
36 <funcdef><function>getstat</function></funcdef>
|
|
37 <paramdef>int <parameter>code</parameter></paramdef>
|
|
38 <paramdef>int <parameter>filenum</parameter></paramdef>
|
|
39 <paramdef>long *<parameter>size</parameter></paramdef>
|
|
40 </funcprototype>
|
|
41
|
|
42 <funcsynopsisinfo>
|
|
43 /* code 5 */
|
|
44 </funcsynopsisinfo>
|
|
45 <funcprototype>
|
|
46 <funcdef><function>getstat</function></funcdef>
|
|
47 <paramdef>int <parameter>code</parameter></paramdef>
|
|
48 <paramdef>int <parameter>filenum</parameter></paramdef>
|
|
49 <paramdef>long *<parameter>pos</parameter></paramdef>
|
466
|
50 </funcprototype>
|
|
51 </funcsynopsis>
|
|
52
|
|
53 </refsynopsisdiv>
|
|
54
|
542
|
55 <refsect1><title>Assembler Equivalent</title>
|
|
56 <para>
|
|
57 os9 I$GETSTT
|
|
58 </para>
|
|
59 </refsect1>
|
|
60
|
466
|
61 <refsect1><title>Description</title>
|
|
62 <para>
|
|
63 Placeholder
|
|
64 </para>
|
|
65 </refsect1>
|
|
66 </refentry>
|