Home
last modified time | relevance | path

Searched refs:parse_uint64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/mkimg/
H A Dmkimg.c203 parse_uint64(uint64_t *valp, uint64_t min, uint64_t max, const char *arg) in parse_uint64() function
580 error = parse_uint64(&min_capacity, 1, INT64_MAX, optarg); in main()
585 error = parse_uint64(&max_capacity, 1, INT64_MAX, optarg); in main()
659 error = parse_uint64(&min_capacity, 1, INT64_MAX, optarg); in main()
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c734 parse_uint64(struct snmp_value *value, char *val) in parse_uint64() function
773 return (parse_uint64(value, val)); in parse_syntax_val()
895 return (parse_uint64(&(object->val), str + len)); in parse_syntax_strval()
/freebsd/crypto/openssl/test/
H A Devp_test.c2075 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64() function
2105 return parse_uint64(value, &pdata->N); in scrypt_test_parse()
2107 return parse_uint64(value, &pdata->p); in scrypt_test_parse()
2109 return parse_uint64(value, &pdata->r); in scrypt_test_parse()
2111 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()