Rev 8879 | Rev 11124 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8879 | Rev 8899 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | int cl, cnt; |
42 | int cl, cnt; |
43 | } cls[MAX_CLASSES]; |
43 | } cls[MAX_CLASSES]; |
44 | int clscnt; |
44 | int clscnt; |
45 | 45 | ||
46 | /* Read/write to a file with variable parms to print filename */ |
46 | /* Read/write to a file with variable parms to print filename */ |
- | 47 | /* same in Interfaces/common.c and wlogdaccessfile */ |
|
- | 48 | static |
|
47 | void accessfile(char *content, char *type, char *s,...) |
49 | void accessfile(char *content, char *type, char *s,...) |
48 | { |
50 | { |
49 | va_list vp; |
51 | va_list vp; |
50 | char buf[MAX_LINELEN+1]; |
52 | char buf[MAX_LINELEN+1]; |
51 | FILE *f; |
53 | FILE *f; |
Line 87... | Line 89... | ||
87 | } |
89 | } |
88 | mkdir(s,-1); |
90 | mkdir(s,-1); |
89 | } |
91 | } |
90 | } |
92 | } |
91 | 93 | ||
- | 94 | static |
|
92 | void oneline(char *p) |
95 | void oneline(char *p) |
93 | { |
96 | { |
94 | char tbuf[8], sbuf[8], ubuf[256], cbuf[64]; |
97 | char tbuf[8], sbuf[8], ubuf[256], cbuf[64]; |
95 | char *p1, *p2; |
98 | char *p1, *p2; |
96 | int i,t,cl; |
99 | int i,t,cl; |