| HD | rctl.c | 119 const char *subject, *subject_id, *resource, *action, *amount, *per; in expand_amount() local 134 per = copy; in expand_amount() 161 if (per == NULL) { in expand_amount() 166 subject, subject_id, resource, action, (uintmax_t)num, per); in expand_amount() 314 const char *subject, *subject_id, *resource, *action, *amount, *per; in humanize_amount() local 327 per = copy; in humanize_amount() 344 if (per == NULL) { in humanize_amount() 349 subject, subject_id, resource, action, buf, per); in humanize_amount()
|