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

/macosx-10.10/gnutar-453/gnutar/src/
H A Dcreate.c231 to_chars_subst (int negative, int gnu_format, uintmax_t value, size_t valsize,
235 uintmax_t maxval = (gnu_format
245 if (gnu_format)
310 int gnu_format = (archive_format == GNU_FORMAT
320 else if (gnu_format)
358 return to_chars_subst (negative, gnu_format, value, valsize, substitute,
230 to_chars_subst(int negative, int gnu_format, uintmax_t value, size_t valsize, uintmax_t (*substitute) (int *), char *where, size_t size, const char *type) argument
309 int gnu_format = (archive_format == GNU_FORMAT local

Completed in 70 milliseconds