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

/freebsd-11-stable/bin/pax/
H A Doptions.c70 static off_t str_offt(char *);
211 if ((wrblksz = (int)str_offt(optarg)) <= 0) {
392 if ((wrlimit = str_offt(optarg)) <= 0) {
617 if ((wrblksz = (int)str_offt(optarg)) <= 0) {
1415 * str_offt()
1430 str_offt(char *val) function
1481 num *= str_offt(expr + 1);

Completed in 116 milliseconds