Searched refs:_cups_debug_fd (Results 1 – 3 of 3) sorted by relevance
45 int _cups_debug_fd = -1; variable101 if (_cups_debug_fd < 0) in _cups_debug_printf()158 write(_cups_debug_fd, buffer, (size_t)bytes); in _cups_debug_printf()184 if (_cups_debug_fd < 0) in _cups_debug_puts()238 write(_cups_debug_fd, buffer, (size_t)bytes); in _cups_debug_puts()261 if (_cups_debug_fd != -1) in _cups_debug_set()263 close(_cups_debug_fd); in _cups_debug_set()264 _cups_debug_fd = -1; in _cups_debug_set()280 _cups_debug_fd = -1; in _cups_debug_set()282 _cups_debug_fd = 2; in _cups_debug_set()[all …]
74 extern int _cups_debug_fd _CUPS_INTERNAL;
4027 if (_cups_debug_fd < 0 || _cups_debug_level < 6) in http_debug_hex()