Searched refs:tmpsiz (Results 1 – 1 of 1) sorted by relevance
2268 size_t tmpsiz; in save_sigwork() local2289 tmpsiz = sizeof(struct sigwork_entry) + strlen(ent->pid_cmd_file) + 1; in save_sigwork()2290 stmp = malloc(tmpsiz); in save_sigwork()2324 size_t tmpsiz; in save_zipwork() local2342 tmpsiz = sizeof(struct zipwork_entry) + strlen(zipfname) + 1; in save_zipwork()2343 ztmp = malloc(tmpsiz); in save_zipwork()2563 size_t tmpsiz; in age_old_log() local2573 tmpsiz = MAXPATHLEN + sizeof(".0") + suffix_maxlen + 1; in age_old_log()2574 tmp = alloca(tmpsiz); in age_old_log()2581 strlcpy(tmp, archdirname, tmpsiz); in age_old_log()[all …]