Searched refs:ot_type (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/bin/pax/ |
| D | gen_subs.c | 138 (void)fprintf(fp, "%9" OT_FMT " ", (ot_type)sbp->st_size); in ls_list() 318 ot_type 322 ot_type tval = 0; in asc_ot() 362 ot_asc(ot_type val, char *str, int len, int base) in ot_asc() 365 ot_type digit; in ot_asc() 383 if ((val = (val >> 4)) == (ot_type)0) in ot_asc() 389 if ((val = (val >> 3)) == (ot_type)0) in ot_asc() 399 if (val != (ot_type)0) in ot_asc()
|
| D | pax.h | 305 typedef unsigned long long ot_type; typedef 308 typedef unsigned long ot_type; typedef
|
| D | pax.c | 314 (sizeof(ot_type) >= 4) && in sig_cleanup() 315 (sizeof(ot_type) == sizeof(off_t))) ? 80 : -1]; in sig_cleanup()
|
| D | extern.h | 196 ot_type asc_ot(char *, int, int); 197 int ot_asc(ot_type, char *, int, int);
|
| D | ar_io.c | 407 " bytes skipped.\n", argv0, (ot_type)rdcnt); in ar_close() 415 (ot_type)((rdcnt ? rdcnt : wrcnt) / 5120)); in ar_close() 420 flcnt, (ot_type)rdcnt, (ot_type)wrcnt); in ar_close()
|
| D | tar.c | 62 static int ot_oct(ot_type, char *, int, int); 215 ot_oct(ot_type val, char *str, int len, int term) in ot_oct() 252 if (val != (ot_type)0) in ot_oct()
|
| D | options.c | 1660 ot_type num, t; in str_offt()
|
| D | cpio.c | 222 (ot_type)arcn->sb.st_size); in rd_ln_nm()
|