Searched refs:_strlcpy (Results 1 - 1 of 1) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | raster.c | 34 * '_strlcpy()' - Safely copy two strings. 38 _strlcpy(char *dst, /* O - Destination string */ in _strlcpy() function 209 _strlcpy(h->MediaClass, val, sizeof(h->MediaClass)); in cupsRasterParseIPPOptions() 215 _strlcpy(h->MediaColor, val, sizeof(h->MediaColor)); in cupsRasterParseIPPOptions() 222 _strlcpy(h->MediaType, val, sizeof(h->MediaType)); in cupsRasterParseIPPOptions() 232 _strlcpy(h->OutputType, "Automatic", in cupsRasterParseIPPOptions() 235 _strlcpy(h->OutputType, "Graphics", sizeof(h->OutputType)); in cupsRasterParseIPPOptions() 237 _strlcpy(h->OutputType, "Photo", sizeof(h->OutputType)); in cupsRasterParseIPPOptions() 239 _strlcpy(h->OutputType, "Text", sizeof(h->OutputType)); in cupsRasterParseIPPOptions() 242 _strlcpy( in cupsRasterParseIPPOptions() [all...] |
Completed in 1 milliseconds