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

/freebsd-10-stable/usr.bin/rctl/
H A Drctl.c229 str2int64(const char *str, int64_t *value) function
262 str2int64(amount, &num) != 0) {
401 if (str2int64(amount, &num) != 0 ||
/freebsd-10-stable/sys/kern/
H A Dkern_rctl.c629 str2int64(const char *str, int64_t *value) function
1003 error = str2int64(amountstr, &rule->rr_amount);

Completed in 114 milliseconds