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

/freebsd-10.0-release/sys/kern/
H A Dkern_rctl.c881 *amountstr, *perstr; local
891 amountstr = strsep(&rulestr, "/");
969 if (amountstr == NULL || amountstr[0] == '\0')
972 error = str2int64(amountstr, &rule->rr_amount);

Completed in 76 milliseconds