Searched refs:_cups_debug_fd (Results 1 – 3 of 3) sorted by relevance
48 int _cups_debug_fd = -1; variable105 if (_cups_debug_fd < 0) in _cups_debug_printf()162 write(_cups_debug_fd, buffer, (size_t)bytes); in _cups_debug_printf()188 if (_cups_debug_fd < 0) in _cups_debug_puts()242 write(_cups_debug_fd, buffer, (size_t)bytes); in _cups_debug_puts()265 if (_cups_debug_fd != -1) in _cups_debug_set()267 close(_cups_debug_fd); in _cups_debug_set()268 _cups_debug_fd = -1; in _cups_debug_set()284 _cups_debug_fd = -1; in _cups_debug_set()286 _cups_debug_fd = 2; in _cups_debug_set()[all …]
84 extern int _cups_debug_fd;
4070 if (_cups_debug_fd < 0 || _cups_debug_level < 6) in http_debug_hex()