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

/freebsd-9.3-release/sys/dev/cxgbe/
H A Dosdep.h145 char c, *r, *trim_at; local
149 r = trim_at = s;
153 trim_at = s;
155 *trim_at = 0;
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c168 struct ptime_data *trim_at; /* Specific time to do trimming */ member in struct:conf_entry
213 int dbg_at_times; /* -D Show details of 'trim_at' code */
401 tempwork->trim_at = NULL;
402 if (src_entry->trim_at != NULL)
403 tempwork->trim_at = ptime_init(src_entry->trim_at);
421 tempwork->trim_at = NULL;
456 if (ent->trim_at != NULL) {
457 ptime_free(ent->trim_at);
458 ent->trim_at
[all...]

Completed in 65 milliseconds