Searched refs:unexpanded_rule (Results 1 – 1 of 1) sorted by relevance
| /src/usr.bin/rctl/ |
| H A D | rctl.c | 51 parse_user(const char *s, id_t *uidp, const char *unexpanded_rule) in parse_user() argument 64 unexpanded_rule, s); in parse_user() 71 "after numerical id", unexpanded_rule); in parse_user() 79 parse_group(const char *s, id_t *gidp, const char *unexpanded_rule) in parse_group() argument 92 unexpanded_rule, s); in parse_group() 99 "after numerical id", unexpanded_rule); in parse_group() 110 expand_amount(const char *rule, const char *unexpanded_rule) in expand_amount() argument 150 unexpanded_rule, amount); in expand_amount() 395 add_rule(const char *rule, const char *unexpanded_rule) in add_rule() argument 403 warn("failed to add rule '%s'", unexpanded_rule); in add_rule() [all …]
|