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

/freebsd-9.3-release/bin/pax/
H A Doptions.c70 static off_t str_offt(char *);
210 if ((wrblksz = (int)str_offt(optarg)) <= 0) {
391 if ((wrlimit = str_offt(optarg)) <= 0) {
610 if ((wrblksz = (int)str_offt(optarg)) <= 0) {
1406 * str_offt()
1421 str_offt(char *val) function
1472 num *= str_offt(expr + 1);

Completed in 56 milliseconds