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

/freebsd-13-stable/usr.bin/rctl/
H A Drctl.c295 str2int64(const char *str, int64_t *value) function
329 str2int64(amount, &num) != 0) {
480 if (str2int64(amount, &num) != 0 ||
/freebsd-13-stable/sys/kern/
H A Dkern_rctl.c865 str2int64(const char *str, int64_t *value) function
1243 error = str2int64(amountstr, &rule->rr_amount);

Completed in 54 milliseconds