Searched refs:amountstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_rctl.c1139 *amountstr, *perstr; local
1151 amountstr = strsep(&rulestr, "/");
1229 if (amountstr == NULL || amountstr[0] == '\0')
1232 error = str2int64(amountstr, &rule->rr_amount);

Completed in 50 milliseconds