Searched defs:logfile (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Drotatelogs.c85 /* Structure to contain relevant logfile state: fd, pool and
87 struct logfile { struct
94 struct logfile current; /* current logfile. */
112 "Usage: %s [-v] [-l] [-L linkname] [-p prog] [-f] [-D] [-t] [-e] [-c] [-n number] <logfile> "
114 "Usage: %s [-v] [-l] [-L linkname] [-p prog] [-f] [-D] [-t] [-e] [-n number] <logfile> "
132 "<logfile>.nnnn where nnnn is the system time at which the log\n"
135 "cron scripts with it). If <logfile> contains strftime conversion\n"
147 " -t Truncate logfile instead of rotating, tail friendly.\n"
155 "where <curfile> is the filename of the newly opened logfile, an
191 close_logfile(rotate_config_t *config, struct logfile *logfile) argument
[all...]

Completed in 10 milliseconds