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

/netbsd-current/bin/pax/
H A Doptions.c97 static off_t str_offt(char *);
309 if ((wrblksz = (int)str_offt(optarg)) <= 0) {
512 if ((wrlimit = str_offt(optarg)) <= 0) {
911 if ((wrblksz = (int)str_offt(optarg)) <= 0) {
1684 if ((blksz = (int)str_offt(optarg)) <= 0) {
2024 * str_offt()
2039 str_offt(char *val) function
2085 num *= str_offt(expr + 1);

Completed in 93 milliseconds