HomeSort by relevance Sort by last modified time
    Searched refs:_cups_debug_fd (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
debug.c 48 int _cups_debug_fd = -1; variable
105 if (_cups_debug_fd < 0)
162 write(_cups_debug_fd, buffer, (size_t)bytes);
188 if (_cups_debug_fd < 0)
242 write(_cups_debug_fd, buffer, (size_t)bytes);
265 if (_cups_debug_fd != -1)
267 close(_cups_debug_fd);
268 _cups_debug_fd = -1;
284 _cups_debug_fd = -1;
286 _cups_debug_fd = 2
    [all...]
debug-private.h 94 extern int _cups_debug_fd;
http.c     [all...]

Completed in 187 milliseconds