Searched refs:tmpsiz (Results 1 – 1 of 1) sorted by relevance
2295 size_t tmpsiz; in save_sigwork() local2316 tmpsiz = sizeof(struct sigwork_entry) + strlen(ent->pid_cmd_file) + 1; in save_sigwork()2317 stmp = malloc(tmpsiz); in save_sigwork()2351 size_t tmpsiz; in save_zipwork() local2369 tmpsiz = sizeof(struct zipwork_entry) + strlen(zipfname) + 1; in save_zipwork()2370 ztmp = malloc(tmpsiz); in save_zipwork()2590 size_t tmpsiz; in age_old_log() local2600 tmpsiz = MAXPATHLEN + sizeof(".0") + suffix_maxlen + 1; in age_old_log()2601 tmp = alloca(tmpsiz); in age_old_log()2608 strlcpy(tmp, archdirname, tmpsiz); in age_old_log()[all …]