Home
last modified time | relevance | path

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

/freebsd/sbin/newfs_msdos/
H A Dnewfs_msdos.c48 static off_t argtooff(const char *, const char *);
85 o.offset = argtooff(optarg, "offset"); in main()
97 o.create_size = argtooff(optarg, "create size"); in main()
209 argtooff(const char *arg, const char *msg) in argtooff() function