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

/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c2084 size_t tmpsiz; local
2105 tmpsiz = sizeof(struct sigwork_entry) + strlen(ent->pid_cmd_file) + 1;
2106 stmp = malloc(tmpsiz);
2140 size_t tmpsiz; local
2158 tmpsiz = sizeof(struct zipwork_entry) + strlen(zipfname) + 1;
2159 ztmp = malloc(tmpsiz);

Completed in 52 milliseconds