Home
last modified time | relevance | path

Searched refs:dst_fd (Results 1 – 25 of 148) sorted by last modified time

123456

/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/
H A Ddocker_util.py235 with open_binary_file(dst, 'wb') as dst_fd:
237 options=['-i'], stdout=dst_fd, capture=True)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/
H A Ddocker_util.py233 with open_binary_file(dst, 'wb') as dst_fd:
235 options=['-i'], stdout=dst_fd, capture=True)
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/
H A Ddocker_util.py226 with open(dst, 'wb') as dst_fd:
228 options=['-i'], stdout=dst_fd, capture=True)
/dports/sysutils/myrescue/myrescue-0.9.4/src/
H A Dmyrescue.c73 int copy_block( int src_fd, int dst_fd, in copy_block() argument
89 if (lseek(dst_fd, filepos, SEEK_SET) < 0) { in copy_block()
106 dst_count = write(dst_fd, buffer, block_size); in copy_block()
120 int try_block ( int src_fd, int dst_fd, in try_block() argument
126 if ( copy_block ( src_fd, dst_fd, in try_block()
194 if ( try_block ( src_fd, dst_fd, in do_copy()
255 if ( try_block ( src_fd, dst_fd, in do_jump_run()
359 int dst_fd ; in main() local
489 if ( dst_fd < 0 ) { in main()
525 do_copy ( src_fd, dst_fd, bitmap_fd, in main()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/
H A Ddata_extract_all.c12 int dst_fd; in data_extract_all() local
153 dst_fd = xopen3(dst_nameN, in data_extract_all()
157 bb_copyfd_exact_size(archive_handle->src_fd, dst_fd, file_header->size); in data_extract_all()
158 close(dst_fd); in data_extract_all()
H A Dopen_transformer.c48 nwrote = full_write(xstate->dst_fd, buf, bufsize); in transformer_write()
125 xstate.dst_fd = fd_pipe.wr; in fork_transformer()
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dunzip.c300 static void unzip_extract(zip_header_t *zip_header, int dst_fd) in unzip_extract() argument
306 bb_copyfd_exact_size(zip_fd, dst_fd, size); in unzip_extract()
313 xstate.dst_fd = dst_fd; in unzip_extract()
354 int dst_fd = -1; in unzip_main() local
426 dst_fd = STDOUT_FILENO; in unzip_main()
695 } else if (dst_fd == STDOUT_FILENO) { in unzip_main()
755 dst_fd = xopen3(dst_fn, O_WRONLY | O_CREAT | O_TRUNC, file_mode); in unzip_main()
757 dst_fd = xopen(dst_fn, O_WRONLY | O_CREAT | O_TRUNC); in unzip_main()
763 unzip_extract(&zip_header, dst_fd); in unzip_main()
764 if (dst_fd != STDOUT_FILENO) { in unzip_main()
[all …]
H A Dbbunzip.c132 xstate.dst_fd = STDOUT_FILENO; in bbunpack()
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dcopy_file.c264 int dst_fd; in copy_file() local
303 dst_fd = open(dest, O_WRONLY|O_CREAT|O_EXCL, new_mode); in copy_file()
308 dst_fd = open(dest, O_WRONLY|O_CREAT|O_TRUNC, new_mode); in copy_file()
310 if (dst_fd == -1) { in copy_file()
317 dst_fd = open3_or_warn(dest, O_WRONLY|O_CREAT|O_EXCL, new_mode); in copy_file()
318 if (dst_fd < 0) { in copy_file()
343 if (bb_copyfd_eof(src_fd, dst_fd) == -1) in copy_file()
346 if (close(dst_fd) < 0) { in copy_file()
H A Dcopyfd.c30 static off_t bb_full_fd_action(int src_fd, int dst_fd, off_t size) in bb_full_fd_action() argument
64 rd = sendfile(dst_fd, src_fd, NULL, in bb_full_fd_action()
100 if (dst_fd >= 0 && !sendfile_sz) { in bb_full_fd_action()
101 ssize_t wr = full_write(dst_fd, buffer, rd); in bb_full_fd_action()
107 dst_fd = -1; in bb_full_fd_action()
/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dpxyconn.c1149 child_ctx->dst_fd = bufferevent_getfd(child_ctx->dst.bev); in pxy_listener_acceptcb_child()
1150 ctx->child_dst_fd = child_ctx->dst_fd; in pxy_listener_acceptcb_child()
1151 ctx->thr->max_fd = max(ctx->thr->max_fd, child_ctx->dst_fd); in pxy_listener_acceptcb_child()
1561 ctx->dst_fd = bufferevent_getfd(ctx->dst.bev); in pxy_bev_eventcb_postexec_logging_and_stats()
1562 ctx->thr->max_fd = max(ctx->thr->max_fd, ctx->dst_fd); in pxy_bev_eventcb_postexec_logging_and_stats()
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Df2fs.h76 uint32_t dst_fd; /* destination fd */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Df2fs.h76 uint32_t dst_fd; /* destination fd */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Df2fs.h76 uint32_t dst_fd; /* destination fd */ member
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dproto_sockpair.c285 int sv[2], fd, dst_fd = -1; in sockpair_connect_server() local
288 dst_fd = ((struct sockaddr_in *)conn->dst)->sin_addr.s_addr; in sockpair_connect_server()
346 if (send_fd_uxst(dst_fd, sv[0]) == -1) { in sockpair_connect_server()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Df2fs.h76 __u32 dst_fd; /* destination fd */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Df2fs.h76 __u32 dst_fd; /* destination fd */ member
/dports/biology/py-bx-python/bx-python-0.8.13/src/bunzip/
H A Dmicro-bunzip.c658 extern int uncompressStream(int src_fd, int dst_fd) in uncompressStream() argument
673 if(i!=write(dst_fd,outbuf,i)) { in uncompressStream()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dtrace-events205 …int64_t bytes, int flags, int64_t ret) "bs %p src_fd %d offset %"PRIu64" dst_fd %d offset %"PRIu64…
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dproto_sockpair.c247 int sv[2], fd, dst_fd = -1; in sockpair_connect_server() local
250 dst_fd = ((struct sockaddr_in *)&conn->addr.to)->sin_addr.s_addr; in sockpair_connect_server()
308 if (send_fd_uxst(dst_fd, sv[0]) == -1) { in sockpair_connect_server()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dproto_sockpair.c241 int sv[2], fd, dst_fd = -1; in sockpair_connect_server() local
244 dst_fd = ((struct sockaddr_in *)conn->dst)->sin_addr.s_addr; in sockpair_connect_server()
302 if (send_fd_uxst(dst_fd, sv[0]) == -1) { in sockpair_connect_server()
/dports/lang/ruby26/ruby-2.6.9/
H A Dio.c10700 int dst_fd; member
10826 ret = nogvl_wait_for_single_fd(stp->dst_fd, RB_WAITFD_OUT); in nogvl_copy_stream_wait_write()
10868 ret = fstat(stp->dst_fd, &sb); in nogvl_copy_file_range()
10943 int flags = fcntl(stp->dst_fd, F_GETFL); in nogvl_copy_file_range()
11028 ret = fstat(stp->dst_fd, &sb); in nogvl_copy_stream_sendfile()
11177 ss = write(stp->dst_fd, buf+off, len); in nogvl_copy_stream_write()
11360 int src_fd, dst_fd; in copy_stream_body() local
11401 dst_fd = -1; in copy_stream_body()
11424 dst_fd = dst_fptr->fd; in copy_stream_body()
11426 stp->dst_fd = dst_fd; in copy_stream_body()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dproto_sockpair.c272 int sv[2], fd, dst_fd = -1; in sockpair_connect_server() local
275 dst_fd = ((struct sockaddr_in *)conn->dst)->sin_addr.s_addr; in sockpair_connect_server()
333 if (send_fd_uxst(dst_fd, sv[0]) == -1) { in sockpair_connect_server()
/dports/net/py-smbprotocol/smbprotocol-1.8.3/smbclient/
H A D_os.py177 with open_file(norm_dst, mode='wb', share_access='r', buffering=0, **kwargs) as dst_fd:
180 with SMBFileTransaction(dst_fd) as transaction_dst:
H A Dshutil.py207 …src_open(src, mode='rb', **src_kwargs) as src_fd, dst_open(dst, mode='wb', **dst_kwargs) as dst_fd:
208 copyfileobj(src_fd, dst_fd, MAX_PAYLOAD_SIZE)

123456