Home | History | Annotate | Download | only in cups

Lines Matching refs:bufsize

487 	     int        bufsize)	/* I - Size of filename buffer */
497 DEBUG_printf(("cupsFileFind(filename=\"%s\", path=\"%s\", executable=%d, buffer=%p, bufsize=%d)", filename, path, executable, (void *)buffer, bufsize));
499 if (!filename || !buffer || bufsize < 2)
510 strlcpy(buffer, filename, (size_t)bufsize);
521 bufend = buffer + bufsize - 1;