Searched refs:parse_uint64 (Results 1 – 3 of 3) sorted by relevance
| /src/usr.bin/mkimg/ |
| H A D | mkimg.c | 213 parse_uint64(uint64_t *valp, uint64_t min, uint64_t max, const char *arg) in parse_uint64() function 590 error = parse_uint64(&min_capacity, 1, INT64_MAX, optarg); in main() 595 error = parse_uint64(&max_capacity, 1, INT64_MAX, optarg); in main() 685 error = parse_uint64(&min_capacity, 1, INT64_MAX, optarg); in main()
|
| /src/usr.sbin/bsnmpd/tools/bsnmptools/ |
| H A D | bsnmpget.c | 734 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()
|
| /src/crypto/openssl/test/ |
| H A D | evp_test.c | 3120 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64() function 3150 return parse_uint64(value, &pdata->N); in scrypt_test_parse() 3152 return parse_uint64(value, &pdata->p); in scrypt_test_parse() 3154 return parse_uint64(value, &pdata->r); in scrypt_test_parse() 3156 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()
|