Home
last modified time | relevance | path

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

/freebsd/bin/dd/
H A Dargs.c71 static off_t get_off_t(const char *);
315 out.offset = get_off_t(arg); in f_seek()
322 in.offset = get_off_t(arg); in f_skip()
538 get_off_t(const char *val) in get_off_t() function
567 mult = (intmax_t)get_off_t(expr + 1); in get_off_t()