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

/freebsd-11.0-release/usr.bin/rctl/
H A Drctl.c294 str2int64(const char *str, int64_t *value) function
328 str2int64(amount, &num) != 0) {
478 if (str2int64(amount, &num) != 0 ||
/freebsd-11.0-release/sys/kern/
H A Dkern_rctl.c854 str2int64(const char *str, int64_t *value) function
1232 error = str2int64(amountstr, &rule->rr_amount);

Completed in 40 milliseconds