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

  /external/libcups/cups/
tempfile.c 184 else if ((file = cupsFileOpenFd(fd, "w")) == NULL)
file.h 86 extern cups_file_t *cupsFileOpenFd(int fd, const char *mode) _CUPS_API_1_2;
file.c 1129 if ((fp = cupsFileOpenFd(fd, mode)) == NULL)
1145 * 'cupsFileOpenFd()' - Open a CUPS file using a file descriptor.
1158 cupsFileOpenFd(int fd, /* I - File descriptor */
1164 DEBUG_printf(("cupsFileOpenFd(fd=%d, mode=\"%s\")", fd, mode));
    [all...]
testfile.c 58 cups_file_t *fdfile; /* File opened with cupsFileOpenFd() */
98 if ((fdfile = cupsFileOpenFd(fds[0], "r")) == NULL)
ppd.c     [all...]

Completed in 1333 milliseconds