Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
581
void
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
parse_monitor_printer_state
Function · 0.85
token_cb
Function · 0.85
load_ppd
Function · 0.85
pipe_command
Function · 0.85
add_printer_filter
Function · 0.85
add_ppd_filter
Function · 0.85
get_device
Function · 0.85
cupsdSetDeviceURI
Function · 0.85
cupsdSetPrinterAttr
Function · 0.85
add_printer_filter
Function · 0.85
cupsdStartProcess
Function · 0.85
cupsdStatBufUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
3
add_ppd_filter
Function · 0.68
check_constraints
Function · 0.68
check_filters
Function · 0.68