Lines Matching refs:tofree
114 char *copy, *expanded, *tofree; in expand_amount() local
117 tofree = copy = strdup(rule); in expand_amount()
134 free(tofree); in expand_amount()
151 free(tofree); in expand_amount()
165 free(tofree); in expand_amount()
169 free(tofree); in expand_amount()
179 char *copy, *expanded, *resolved, *tofree; in expand_rule() local
182 tofree = copy = strdup(rule); in expand_rule()
216 free(tofree); in expand_rule()
224 free(tofree); in expand_rule()
234 free(tofree); in expand_rule()
238 free(tofree); in expand_rule()
309 char *copy, *humanized, buf[6], *tofree; in humanize_amount() local
312 tofree = copy = strdup(rule); in humanize_amount()
325 free(tofree); in humanize_amount()
349 free(tofree); in humanize_amount()
462 char *copy, *humanized, buf[6], *tofree; in humanize_usage_amount() local
465 tofree = copy = strdup(usage); in humanize_usage_amount()
478 free(tofree); in humanize_usage_amount()
486 free(tofree); in humanize_usage_amount()