Searched refs:reent_ptr (Results 1 – 2 of 2) sorted by relevance
8 _strdup_r (struct _reent *reent_ptr, in _strdup_r() argument12 char *copy = _malloc_r (reent_ptr, len); in _strdup_r()
8 _strndup_r (struct _reent *reent_ptr, in _strndup_r() argument21 copy = _malloc_r (reent_ptr, len + 1); in _strndup_r()