HomeSort by relevance Sort by last modified time
    Searched refs:_cups_strlcpy (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
string-private.h 173 extern size_t _cups_strlcpy(char *, const char *, size_t);
174 # define strlcpy _cups_strlcpy
string.c 727 * '_cups_strlcpy()' - Safely copy two strings.
731 _cups_strlcpy(char *dst, /* O - Destination string */ function

Completed in 69 milliseconds