Home
last modified time | relevance | path

Searched refs:ULL_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c233 char *digp, dbuf[ULL_MAX_SIZE + 1]; in put_value()
235 dbuf[ULL_MAX_SIZE] = '\0'; in put_value()
236 digp = ulltostr((u_longlong_t)val, &dbuf[ULL_MAX_SIZE]); in put_value()
237 len = &dbuf[ULL_MAX_SIZE] - digp; in put_value()
336 MIN_HOLES_HDRSIZE + ninfo * (ULL_MAX_SIZE * 2)); in get_holes_info()
H A Dcpio.h107 #define ULL_MAX_SIZE 20 macro
314 #define MIN_HOLES_HDRSIZE (UL_MAX_SIZE + 1 + ULL_MAX_SIZE + 1)