Rev 8864 | Rev 9336 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8864 | Rev 8900 | ||
---|---|---|---|
Line 86... | Line 86... | ||
86 | if(*pp!=c) return NULL; |
86 | if(*pp!=c) return NULL; |
87 | return pp; |
87 | return pp; |
88 | } |
88 | } |
89 | 89 | ||
90 | /* Read/write to a file with variable parms to print filename */ |
90 | /* Read/write to a file with variable parms to print filename */ |
- | 91 | /* same in Misc/ccsum.c and wlogdaccessfile */ |
|
- | 92 | static |
|
91 | void accessfile(char *content, char *type, char *s,...) |
93 | void accessfile(char *content, char *type, char *s,...) |
92 | { |
94 | { |
93 | va_list vp; |
95 | va_list vp; |
94 | char buf[MAX_LINELEN+1]; |
96 | char buf[MAX_LINELEN+1]; |
95 | FILE *f; |
97 | FILE *f; |