Searched refs:to_size (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/ |
H A D | asan_str_test.cpp | 188 size_t to_size = Ident(30); in TEST() local 195 strcpy(to + to_size - from_size, from); in TEST() 211 size_t to_size = Ident(20); in TEST() local 222 strncpy(to, from, to_size); in TEST() 224 strncpy(to + to_size - 1, from, 1); in TEST() 416 size_t to_size = Ident(100); in TEST() local 439 memset(to, 'z', to_size); in TEST() 440 to[to_size - from_size + 1] = '\0'; in TEST() 451 size_t to_size = Ident(100); in TEST() local 468 memset(to, 'z', to_size); in TEST() [all …]
|
/openbsd/gnu/llvm/libcxx/src/filesystem/ |
H A D | operations.cpp | 602 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() argument 603 if (detail::ftruncate(fd.fd, to_size) == -1) { in posix_ftruncate()
|