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

/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c1740 size_t tmpsiz; local
1761 tmpsiz = sizeof(struct sigwork_entry) + strlen(ent->pid_file) + 1;
1762 stmp = malloc(tmpsiz);
1787 size_t tmpsiz; local
1805 tmpsiz = sizeof(struct zipwork_entry) + strlen(zipfname) + 1;
1806 ztmp = malloc(tmpsiz);

Completed in 67 milliseconds