-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfref.man
66 lines (37 loc) · 1.67 KB
/
cfref.man
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
CFREF(1L) MISC. REFERENCE MANUAL PAGES CFREF(1L)
NAME
cfref - generate C function cross reference
SYNOPSIS
cfref [ -_v-_h-? ][ -L ][ -l _l_i_s_t_f_i_l_e ][ -f ][ -ip ][ -il ]
_f_i_l_e_n_a_m_e_s..
DESCRIPTION
The main purpose of this program is make it easy to read
someone's or maintain own code.
It can generate reports consist of only watching symbols
with -l or -L. -l needs a _l_i_s_t_f_i_l_e , listed all the symbols
_n_o_t watching, a symbol per a line format. -L uses
/usr/local/lib/funclist, the same format, need to be
prepared in advance, insted of it. Probably -L is useful
for disable to report previously provided functions(ex.
standards, systems, &c).
_c_f_r_e_f reports into stdout unless -f is specified. Then, into
the file that has the same basename as source and .cf suf-
fix. In case that a executable will be compiled from more
than one sourcefile, analyzing all sources at a time makes
better result.
FILE
/usr/local/lib/funclist Table of standard and system func-
tions.
SEE ALSO
cxref(1V), cflow(1V), make(1), cc(1), cpp(1)
BUGS
Looking synbols up using incomplete set of characters
allowed to compose a symbol.
Preprocessor delective is to be ignored.
_c_f_r_e_f is written in ANSI C and able to analyze sourcecodes
only written in ANSI C.
AUTHOR
Ryuji Suzuki
jf7wex@yumyum.sdj.miyagi.prug.or.jp
jf7wex@gatortia.tohoku-inet.or.jp
Sun Release 4.1 Last change: 1