/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/ |
H A D | tr-macros.h | 143 #define TR_STATIC_ASSERT static_assert macro 145 #define TR_STATIC_ASSERT _Static_assert macro 147 #define TR_STATIC_ASSERT(x, msg) \ macro
|
H A D | file-posix.c | 576 TR_STATIC_ASSERT(TR_SEEK_SET == SEEK_SET, "values should match"); in tr_sys_file_seek() 577 TR_STATIC_ASSERT(TR_SEEK_CUR == SEEK_CUR, "values should match"); in tr_sys_file_seek() 578 TR_STATIC_ASSERT(TR_SEEK_END == SEEK_END, "values should match"); in tr_sys_file_seek() 586 TR_STATIC_ASSERT(sizeof(*new_offset) >= sizeof(my_new_offset), ""); in tr_sys_file_seek() 615 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read() 647 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read_at() 691 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write() 723 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write_at()
|
H A D | subprocess-posix.c | 91 TR_STATIC_ASSERT(sizeof(child_errno) == sizeof(errno), ""); in tr_spawn_async_in_parent()
|
H A D | file-win32.c | 942 TR_STATIC_ASSERT(TR_SEEK_SET == FILE_BEGIN, "values should match"); in tr_sys_file_seek() 943 TR_STATIC_ASSERT(TR_SEEK_CUR == FILE_CURRENT, "values should match"); in tr_sys_file_seek() 944 TR_STATIC_ASSERT(TR_SEEK_END == FILE_END, "values should match"); in tr_sys_file_seek() 1324 TR_STATIC_ASSERT(TR_BAD_SYS_DIR == NULL, "values should match"); in tr_sys_dir_open()
|
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/ |
H A D | tr-macros.h | 143 #define TR_STATIC_ASSERT static_assert macro 145 #define TR_STATIC_ASSERT _Static_assert macro 147 #define TR_STATIC_ASSERT(x, msg) \ macro
|
H A D | file-posix.c | 576 TR_STATIC_ASSERT(TR_SEEK_SET == SEEK_SET, "values should match"); in tr_sys_file_seek() 577 TR_STATIC_ASSERT(TR_SEEK_CUR == SEEK_CUR, "values should match"); in tr_sys_file_seek() 578 TR_STATIC_ASSERT(TR_SEEK_END == SEEK_END, "values should match"); in tr_sys_file_seek() 586 TR_STATIC_ASSERT(sizeof(*new_offset) >= sizeof(my_new_offset), ""); in tr_sys_file_seek() 615 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read() 647 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read_at() 691 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write() 723 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write_at()
|
H A D | subprocess-posix.c | 91 TR_STATIC_ASSERT(sizeof(child_errno) == sizeof(errno), ""); in tr_spawn_async_in_parent()
|
H A D | file-win32.c | 942 TR_STATIC_ASSERT(TR_SEEK_SET == FILE_BEGIN, "values should match"); in tr_sys_file_seek() 943 TR_STATIC_ASSERT(TR_SEEK_CUR == FILE_CURRENT, "values should match"); in tr_sys_file_seek() 944 TR_STATIC_ASSERT(TR_SEEK_END == FILE_END, "values should match"); in tr_sys_file_seek() 1324 TR_STATIC_ASSERT(TR_BAD_SYS_DIR == NULL, "values should match"); in tr_sys_dir_open()
|
H A D | tr-lpd.c | 467 TR_STATIC_ASSERT(sizeof(lpd_torStaticType->info.hashString[0]) == sizeof(char), ""); in lpd_consistencyCheck()
|
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/ |
H A D | tr-macros.h | 143 #define TR_STATIC_ASSERT static_assert macro 145 #define TR_STATIC_ASSERT _Static_assert macro 147 #define TR_STATIC_ASSERT(x, msg) \ macro
|
H A D | file-posix.c | 576 TR_STATIC_ASSERT(TR_SEEK_SET == SEEK_SET, "values should match"); in tr_sys_file_seek() 577 TR_STATIC_ASSERT(TR_SEEK_CUR == SEEK_CUR, "values should match"); in tr_sys_file_seek() 578 TR_STATIC_ASSERT(TR_SEEK_END == SEEK_END, "values should match"); in tr_sys_file_seek() 586 TR_STATIC_ASSERT(sizeof(*new_offset) >= sizeof(my_new_offset), ""); in tr_sys_file_seek() 615 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read() 647 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read_at() 691 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write() 723 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write_at()
|
H A D | subprocess-posix.c | 91 TR_STATIC_ASSERT(sizeof(child_errno) == sizeof(errno), ""); in tr_spawn_async_in_parent()
|
H A D | file-win32.c | 942 TR_STATIC_ASSERT(TR_SEEK_SET == FILE_BEGIN, "values should match"); in tr_sys_file_seek() 943 TR_STATIC_ASSERT(TR_SEEK_CUR == FILE_CURRENT, "values should match"); in tr_sys_file_seek() 944 TR_STATIC_ASSERT(TR_SEEK_END == FILE_END, "values should match"); in tr_sys_file_seek() 1324 TR_STATIC_ASSERT(TR_BAD_SYS_DIR == NULL, "values should match"); in tr_sys_dir_open()
|
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/ |
H A D | tr-macros.h | 143 #define TR_STATIC_ASSERT static_assert macro 145 #define TR_STATIC_ASSERT _Static_assert macro 147 #define TR_STATIC_ASSERT(x, msg) \ macro
|
H A D | file-posix.c | 576 TR_STATIC_ASSERT(TR_SEEK_SET == SEEK_SET, "values should match"); in tr_sys_file_seek() 577 TR_STATIC_ASSERT(TR_SEEK_CUR == SEEK_CUR, "values should match"); in tr_sys_file_seek() 578 TR_STATIC_ASSERT(TR_SEEK_END == SEEK_END, "values should match"); in tr_sys_file_seek() 586 TR_STATIC_ASSERT(sizeof(*new_offset) >= sizeof(my_new_offset), ""); in tr_sys_file_seek() 615 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read() 647 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read_at() 691 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write() 723 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write_at()
|
H A D | subprocess-posix.c | 91 TR_STATIC_ASSERT(sizeof(child_errno) == sizeof(errno), ""); in tr_spawn_async_in_parent()
|
H A D | file-win32.c | 942 TR_STATIC_ASSERT(TR_SEEK_SET == FILE_BEGIN, "values should match"); in tr_sys_file_seek() 943 TR_STATIC_ASSERT(TR_SEEK_CUR == FILE_CURRENT, "values should match"); in tr_sys_file_seek() 944 TR_STATIC_ASSERT(TR_SEEK_END == FILE_END, "values should match"); in tr_sys_file_seek() 1324 TR_STATIC_ASSERT(TR_BAD_SYS_DIR == NULL, "values should match"); in tr_sys_dir_open()
|
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/ |
H A D | tr-macros.h | 143 #define TR_STATIC_ASSERT static_assert macro 145 #define TR_STATIC_ASSERT _Static_assert macro 147 #define TR_STATIC_ASSERT(x, msg) \ macro
|
H A D | file-posix.c | 576 TR_STATIC_ASSERT(TR_SEEK_SET == SEEK_SET, "values should match"); in tr_sys_file_seek() 577 TR_STATIC_ASSERT(TR_SEEK_CUR == SEEK_CUR, "values should match"); in tr_sys_file_seek() 578 TR_STATIC_ASSERT(TR_SEEK_END == SEEK_END, "values should match"); in tr_sys_file_seek() 586 TR_STATIC_ASSERT(sizeof(*new_offset) >= sizeof(my_new_offset), ""); in tr_sys_file_seek() 615 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read() 647 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read_at() 691 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write() 723 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write_at()
|
H A D | subprocess-posix.c | 91 TR_STATIC_ASSERT(sizeof(child_errno) == sizeof(errno), ""); in tr_spawn_async_in_parent()
|
H A D | file-win32.c | 942 TR_STATIC_ASSERT(TR_SEEK_SET == FILE_BEGIN, "values should match"); in tr_sys_file_seek() 943 TR_STATIC_ASSERT(TR_SEEK_CUR == FILE_CURRENT, "values should match"); in tr_sys_file_seek() 944 TR_STATIC_ASSERT(TR_SEEK_END == FILE_END, "values should match"); in tr_sys_file_seek() 1324 TR_STATIC_ASSERT(TR_BAD_SYS_DIR == NULL, "values should match"); in tr_sys_dir_open()
|
/dports/www/transmission-web/transmission-3.00/libtransmission/ |
H A D | tr-macros.h | 143 #define TR_STATIC_ASSERT static_assert macro 145 #define TR_STATIC_ASSERT _Static_assert macro 147 #define TR_STATIC_ASSERT(x, msg) \ macro
|
H A D | file-posix.c | 576 TR_STATIC_ASSERT(TR_SEEK_SET == SEEK_SET, "values should match"); in tr_sys_file_seek() 577 TR_STATIC_ASSERT(TR_SEEK_CUR == SEEK_CUR, "values should match"); in tr_sys_file_seek() 578 TR_STATIC_ASSERT(TR_SEEK_END == SEEK_END, "values should match"); in tr_sys_file_seek() 586 TR_STATIC_ASSERT(sizeof(*new_offset) >= sizeof(my_new_offset), ""); in tr_sys_file_seek() 615 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read() 647 TR_STATIC_ASSERT(sizeof(*bytes_read) >= sizeof(my_bytes_read), ""); in tr_sys_file_read_at() 691 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write() 723 TR_STATIC_ASSERT(sizeof(*bytes_written) >= sizeof(my_bytes_written), ""); in tr_sys_file_write_at()
|
H A D | subprocess-posix.c | 91 TR_STATIC_ASSERT(sizeof(child_errno) == sizeof(errno), ""); in tr_spawn_async_in_parent()
|
H A D | file-win32.c | 942 TR_STATIC_ASSERT(TR_SEEK_SET == FILE_BEGIN, "values should match"); in tr_sys_file_seek() 943 TR_STATIC_ASSERT(TR_SEEK_CUR == FILE_CURRENT, "values should match"); in tr_sys_file_seek() 944 TR_STATIC_ASSERT(TR_SEEK_END == FILE_END, "values should match"); in tr_sys_file_seek() 1324 TR_STATIC_ASSERT(TR_BAD_SYS_DIR == NULL, "values should match"); in tr_sys_dir_open()
|