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

/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c316 struct conf_entry *tempwork; local
321 tempwork = malloc(sizeof(struct conf_entry));
322 if (tempwork == NULL)
326 tempwork->log = strdup(fname);
328 asprintf(&tempwork->log, "%s%s", destdir, fname);
329 if (tempwork->log == NULL)
333 tempwork->pid_file = NULL;
335 tempwork->pid_file = strdup(src_entry->pid_file);
336 tempwork->r_reason = NULL;
337 tempwork
[all...]

Completed in 84 milliseconds