Searched refs:trim_at (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/cxgbe/
H A Dosdep.h144 char c, *r, *trim_at; local
148 r = trim_at = s;
152 trim_at = s;
154 *trim_at = 0;
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c183 struct ptime_data *trim_at; /* Specific time to do trimming */ member in struct:conf_entry
230 int dbg_at_times; /* -D Show details of 'trim_at' code */
434 tempwork->trim_at = NULL;
435 if (src_entry->trim_at != NULL)
436 tempwork->trim_at = ptime_init(src_entry->trim_at);
454 tempwork->trim_at = NULL;
489 if (ent->trim_at != NULL) {
490 ptime_free(ent->trim_at);
491 ent->trim_at
[all...]

Completed in 116 milliseconds