OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trimat
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/newsyslog/
newsyslog.c
106
time_t
trimat
; /* Specific trim time */
member in struct:conf_entry
336
log->
trimat
= (time_t)-1;
348
log->
trimat
= parse_iso8601(q + 1);
349
if (log->
trimat
== (time_t)-1) {
354
if ((log->
trimat
= parse_dwm(q + 1)) == (time_t)-1) {
499
* Note: if `maxage' or `
trimat
' is used as a trim condition, we
501
* the active log file. WRT `
trimat
', we will trim up to one hour
512
} else if (log->
trimat
!= (time_t)-1 && now >= log->
trimat
&&
514
difftime(now, log->
trimat
) < 60 * 60)
[
all
...]
newsyslog.c
106
time_t
trimat
; /* Specific trim time */
member in struct:conf_entry
336
log->
trimat
= (time_t)-1;
348
log->
trimat
= parse_iso8601(q + 1);
349
if (log->
trimat
== (time_t)-1) {
354
if ((log->
trimat
= parse_dwm(q + 1)) == (time_t)-1) {
499
* Note: if `maxage' or `
trimat
' is used as a trim condition, we
501
* the active log file. WRT `
trimat
', we will trim up to one hour
512
} else if (log->
trimat
!= (time_t)-1 && now >= log->
trimat
&&
514
difftime(now, log->
trimat
) < 60 * 60)
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025