Lines Matching defs:fn
27 * TransferLog fn Logs transfers to fn in standard log format, unless
30 * CustomLog fn format
31 * Log to file fn with format given by the format
1310 static const char *add_custom_log(cmd_parms *cmd, void *dummy, const char *fn,
1344 cls->fname = fn;
1358 static const char *add_global_log(cmd_parms *cmd, void *dummy, const char *fn,
1373 ret = add_custom_log(cmd, dummy, fn, fmt, envclause);
1386 const char *fn)
1388 return add_custom_log(cmd, dummy, fn, NULL, NULL);