Searched refs:tag_p (Results 1 – 1 of 1) sorted by relevance
78 _dl_debug_vdprintf (int fd, int tag_p, const char *fmt, va_list arg) in _dl_debug_vdprintf() argument90 if (tag_p > 0) in _dl_debug_vdprintf()112 tag_p = -1; in _dl_debug_vdprintf()116 while (*fmt != '\0' && *fmt != '%' && (! tag_p || *fmt != '\n')) in _dl_debug_vdprintf()260 tag_p = 1; in _dl_debug_vdprintf()
Completed in 3 milliseconds