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

/freebsd-9.3-release/usr.bin/rctl/
H A Drctl.c228 str2int64(const char *str, int64_t *value) function
261 str2int64(amount, &num) != 0) {
370 if (str2int64(amount, &num) != 0 ||
/freebsd-9.3-release/sys/kern/
H A Dkern_rctl.c616 str2int64(const char *str, int64_t *value) function
972 error = str2int64(amountstr, &rule->rr_amount);

Completed in 101 milliseconds