Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Doptions.c63 static off_t str_offt(char *);
205 if ((wrblksz = (int)str_offt(optarg)) <= 0) { in pax_options()
386 if ((wrlimit = str_offt(optarg)) <= 0) { in pax_options()
611 if ((wrblksz = (int)str_offt(optarg)) <= 0) { in tar_options()
1424 str_offt(char *val) in str_offt() function
1470 num *= str_offt(expr + 1); in str_offt()