Searched refs:to_size (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | file_descriptor.h | 254 inline bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { 255 if (detail::ftruncate(fd.fd, to_size) == -1) { in posix_lstat() 261 posix_ftruncate(const FileDescriptor & fd,off_t to_size,error_code & ec) posix_ftruncate() argument
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_string.c | 2035 int to_size, from_size; in iconv_strncat_in_locale() local 2038 to_size = 2; in iconv_strncat_in_locale() 2040 to_size = 1; in iconv_strncat_in_locale() 2046 if (archive_string_ensure(as, as->length + length*2+to_size) == NULL) in iconv_strncat_in_locale() 2053 avail = as->buffer_length - as->length - to_size; in iconv_strncat_in_locale() 2076 (remaining * to_size) + rbytes; in iconv_strncat_in_locale() 2082 - as->length - to_size; in iconv_strncat_in_locale() 2108 avail = as->buffer_length - as->length - to_size; in iconv_strncat_in_locale() 2113 if (to_size == 2) in iconv_strncat_in_locale()
|
/freebsd/lib/libbluetooth/ |
H A D | hci.c | 800 size_t to_size = sizeof(to); in bt_get_default_hci_command_timeout() local 803 &to, &to_size, NULL, 0) < 0) in bt_get_default_hci_command_timeout()
|