Home | History | Annotate | Download | only in cups

Lines Matching full:namesize

2171     size_t          namesize,		/* I - Size of filename buffer */
2191 snprintf(name, namesize, "%s/cupsd.conf", cg->cups_serverroot);
2227 if ((fd = cupsTempFd(name, (int)namesize)) < 0)