Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_print.c38 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars);
399 size_t max_chars = in TIFFPrintDirectory() local
402 _TIFFprintAsciiBounded(fd, cp, max_chars); in TIFFPrintDirectory()
688 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars) in _TIFFprintAsciiBounded() argument
690 for (; max_chars > 0 && *cp != '\0'; cp++, max_chars--) { in _TIFFprintAsciiBounded()