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

/macosx-10.10/gnutar-453/gnutar/src/
H A Dcommon.h476 #define UINTMAX_TO_CHARS(val, where) uintmax_to_chars (val, where, sizeof (where))
488 bool uintmax_to_chars (uintmax_t v, char *buf, size_t size);
H A Dcreate.c478 uintmax_to_chars (uintmax_t v, char *p, size_t s)
986 uintmax_to_chars ((uintmax_t) sum, header->header.chksum, 7);
477 uintmax_to_chars (uintmax_t v, char *p, size_t s) function

Completed in 165 milliseconds