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.c206 parse_uint64(uint64_t *valp, uint64_t min, uint64_t max, const char *arg) in parse_uint64() function
583 error = parse_uint64(&min_capacity, 1, INT64_MAX, optarg); in main()
588 error = parse_uint64(&max_capacity, 1, INT64_MAX, optarg); in main()
675 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.c3114 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64() function
3144 return parse_uint64(value, &pdata->N); in scrypt_test_parse()
3146 return parse_uint64(value, &pdata->p); in scrypt_test_parse()
3148 return parse_uint64(value, &pdata->r); in scrypt_test_parse()
3150 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()