Searched refs:_cups_strcpy (Results 1 - 9 of 9) sorted by relevance

/external/libcups/cups/
H A Dppd-attr.c259 _cups_strcpy(buffer + 2, buffer + 18);
269 _cups_strcpy(buffer + 2, buffer + 15);
277 _cups_strcpy(buffer + 8, buffer + 21);
300 _cups_strcpy(buffer + 4, buffer + 8);
H A Dstring-private.h156 extern void _cups_strcpy(char *dst, const char *src);
H A Dppd.c1329 _cups_strcpy(name, name + 1); /* Eliminate leading asterisk */
1469 _cups_strcpy(name, name + 1);
1618 _cups_strcpy(keyword, keyword + 1);
1780 _cups_strcpy(constraint->option1, constraint->option1 + 1);
1788 _cups_strcpy(constraint->option2, constraint->choice1 + 1);
1814 * The following _cups_strcpy's are safe, as optionN and
1819 _cups_strcpy(constraint->option1, constraint->option1 + 1);
1835 _cups_strcpy(constraint->choice2, constraint->option2);
1836 _cups_strcpy(constraint->option2, constraint->choice1 + 1);
1842 _cups_strcpy(constrain
[all...]
H A Ddest-localization.c547 _cups_strcpy(bufptr + 1, bufptr + 4);
555 _cups_strcpy(bufptr, bufptr + 1);
H A Dstring.c582 * '_cups_strcpy()' - Copy a string allowing for overlapping strings.
586 _cups_strcpy(char *dst, /* I - Destination string */ function
H A Dfile.c727 _cups_strcpy(ptr - 1, ptr);
751 _cups_strcpy(buf, ptr);
H A Dtls-sspi.c201 _cups_strcpy(cert_name, ptr + 2);
376 _cups_strcpy(cert_name, ptr + 2);
H A Dppd-conflicts.c916 _cups_strcpy(option, option + 6);
/external/libcups/filter/
H A Dcommandtops.c329 _cups_strcpy(buffer, bufptr);

Completed in 490 milliseconds