Lines Matching refs:_cups_debug_fd
48 int _cups_debug_fd = -1; variable
105 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()
294 _cups_debug_fd = open(buffer + 1, O_WRONLY | O_APPEND | O_CREAT, 0644); in _cups_debug_set()
296 _cups_debug_fd = open(buffer, O_WRONLY | O_TRUNC | O_CREAT, 0644); in _cups_debug_set()