MCPcopy Create free account
hub / github.com/OpenPrinting/cups / _cups_strcpy

Function _cups_strcpy

cups/string.c:581–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 */
580
581void
582_cups_strcpy(char *dst, /* I - Destination string */
583 const char *src) /* I - Source string */
584{
585 while (*src)
586 *dst++ = *src++;
587
588 *dst = '\0';
589}
590
591
592/*

Callers 15

token_cbFunction · 0.85
load_ppdFunction · 0.85
pipe_commandFunction · 0.85
add_printer_filterFunction · 0.85
add_ppd_filterFunction · 0.85
get_deviceFunction · 0.85
cupsdSetDeviceURIFunction · 0.85
cupsdSetPrinterAttrFunction · 0.85
add_printer_filterFunction · 0.85
cupsdStartProcessFunction · 0.85
cupsdStatBufUpdateFunction · 0.85

Calls

no outgoing calls

Tested by 3

add_ppd_filterFunction · 0.68
check_constraintsFunction · 0.68
check_filtersFunction · 0.68