Lines Matching defs:src_entry
303 struct conf_entry *src_entry);
404 init_entry(const char *fname, struct conf_entry *src_entry)
422 if (src_entry != NULL) {
424 if (src_entry->pid_cmd_file)
425 tempwork->pid_cmd_file = strdup(src_entry->pid_cmd_file);
430 tempwork->uid = src_entry->uid;
431 tempwork->gid = src_entry->gid;
432 tempwork->numlogs = src_entry->numlogs;
433 tempwork->trsize = src_entry->trsize;
434 tempwork->hours = src_entry->hours;
436 if (src_entry->trim_at != NULL)
437 tempwork->trim_at = ptime_init(src_entry->trim_at);
438 tempwork->permissions = src_entry->permissions;
439 tempwork->flags = src_entry->flags;
440 tempwork->compress = src_entry->compress;
441 tempwork->sig = src_entry->sig;
442 tempwork->def_cfg = src_entry->def_cfg;