Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/stdio/
H A Dtempnam.cpp35 size_t const destination_length = source_length - quote_count + 1; in strip_quotes() local
36 __crt_unique_heap_ptr<Character> destination(_calloc_crt_t(Character, destination_length)); in strip_quotes()