HomeSort by: relevance | last modified time | path
    Searched defs:str_offt (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/pax/
options.c 97 static off_t str_offt(char *);
309 if ((wrblksz = (int)str_offt(optarg)) <= 0) {
508 if ((wrlimit = str_offt(optarg)) <= 0) {
900 if ((wrblksz = (int)str_offt(optarg)) <= 0) {
1670 if ((blksz = (int)str_offt(optarg)) <= 0) {
2006 * str_offt()
2021 str_offt(char *val) function in typeref:typename:off_t
2067 num *= str_offt(expr + 1);

Completed in 12 milliseconds