Home
last modified time | relevance | path

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

/freebsd-14.2/bin/dd/
H A Dargs.c76 static uintmax_t get_num(const char *);
192 res = get_num(arg); in f_bs()
203 res = get_num(arg); in f_cbs()
214 res = get_num(arg); in f_count()
227 files_cnt = get_num(arg); in f_files()
248 res = get_num(arg); in f_ibs()
302 res = get_num(arg); in f_obs()
335 speed = get_num(arg); in f_speed()
495 get_num(const char *val) in get_num() function
524 mult = get_num(expr + 1); in get_num()