Home
last modified time | relevance | path

Searched refs:ot_type (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/bin/pax/
Dgen_subs.c138 (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()
Dpax.h305 typedef unsigned long long ot_type; typedef
308 typedef unsigned long ot_type; typedef
Dpax.c314 (sizeof(ot_type) >= 4) && in sig_cleanup()
315 (sizeof(ot_type) == sizeof(off_t))) ? 80 : -1]; in sig_cleanup()
Dextern.h196 ot_type asc_ot(char *, int, int);
197 int ot_asc(ot_type, char *, int, int);
Dar_io.c407 " 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()
Dtar.c62 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()
Doptions.c1660 ot_type num, t; in str_offt()
Dcpio.c222 (ot_type)arcn->sb.st_size); in rd_ln_nm()