Home
last modified time | relevance | path

Searched refs:our_strlcpy (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_bsddb.c530 unsigned int our_strlcpy(char* dest, const char* src, unsigned int n) in our_strlcpy() function
552 our_strlcpy(_db_errmsg, msg, sizeof(_db_errmsg)); in _db_errorCallback()
707 bytes_left = our_strlcpy(errTxt, db_strerror(err), sizeof(errTxt)); in makeDBError()