Home
last modified time | relevance | path

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

/external/newfs_msdos/
Dnewfs_msdos.c53 static off_t argtooff(const char *, const char *);
90 o.offset = argtooff(optarg, "offset"); in main()
102 o.create_size = argtooff(optarg, "create size"); in main()
215 argtooff(const char *arg, const char *msg) in argtooff() function