Searched refs:_TIFFprintAsciiBounded (Results 1 – 1 of 1) sorted by relevance
36 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars);400 _TIFFprintAsciiBounded(fd, cp, max_chars); in TIFFPrintDirectory()680 _TIFFprintAsciiBounded( fd, cp, strlen(cp)); in _TIFFprintAscii()684 _TIFFprintAsciiBounded(FILE* fd, const char* cp, size_t max_chars) in _TIFFprintAsciiBounded() function