Home
last modified time | relevance | path

Searched refs:dst_fd (Results 101 – 125 of 148) sorted by relevance

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/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Df2fs.h76 uint32_t dst_fd; /* destination fd */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Df2fs.h76 uint32_t dst_fd; /* destination fd */ member
/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/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Df2fs.h76 uint32_t dst_fd; /* destination fd */ member
/dports/archivers/zchunk/zchunk-1.1.16/src/lib/
H A Dzck.c387 bool PUBLIC zck_init_write (zckCtx *zck, int dst_fd) { in zck_init_write() argument
407 zck->fd = dst_fd; in zck_init_write()
/dports/security/sslproxy/SSLproxy-0.9.2/tests/testproxy/lp/
H A Dpxyconn.h136 evutil_socket_t dst_fd; member
H A Dpxyconn.c452 ctx->dst_fd = bufferevent_getfd(ctx->dst.bev); in pxy_bev_eventcb_postexec_logging_and_stats()
453 ctx->thr->max_fd = MAX(ctx->thr->max_fd, ctx->dst_fd); in pxy_bev_eventcb_postexec_logging_and_stats()
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dbzcat.c643 static char *bunzipStream(int src_fd, int dst_fd) in bunzipStream() argument
650 i = write_bunzip_data(bd,bd->bwdata, dst_fd, 0, 0); in bunzipStream()
656 flush_bunzip_outbuf(bd, dst_fd); in bunzipStream()
/dports/devel/libgit2/libgit2-1.3.0/tests/index/
H A Dtests.c32 git_file dst_fd; in copy_file() local
36 dst_fd = git_futils_creat_withpath(dst, 0777, 0666); /* -V536 */ in copy_file()
37 if (dst_fd < 0) in copy_file()
40 cl_git_pass(p_write(dst_fd, source_buf.ptr, source_buf.size)); in copy_file()
44 p_close(dst_fd); in copy_file()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/
H A Dtest_image.py61 self.dst_fd, self.dst_path = tempfile.mkstemp()
63 os.close(self.dst_fd)
507 dst_fd, dst_path = tempfile.mkstemp()
508 os.close(dst_fd)
/dports/net/py-smbprotocol/smbprotocol-1.8.3/smbclient/
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)
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:
/dports/mail/mailutils/mailutils-3.13/libproto/maildir/
H A Dmaildir.c1398 int src_fd = -1, dst_fd = -1; in maildir_msg_finish_delivery() local
1431 rc = maildir_subdir_open (md, msg->subdir, NULL, &dst_fd); in maildir_msg_finish_delivery()
1435 if (unlinkat (dst_fd, newname, 0) && errno != ENOENT) in maildir_msg_finish_delivery()
1443 else if (linkat (src_fd, msg->file_name, dst_fd, newname, 0) == 0) in maildir_msg_finish_delivery()
1467 close (dst_fd); in maildir_msg_finish_delivery()
/dports/comms/sms_client/sms_client-3.0.2/src/server/
H A Dsmsd.c177 int copy_data(int dst_fd, int src_fd, long dlen);
1100 int copy_data(int dst_fd, int src_fd, long dlen) in copy_data() argument
1139 sent = write(dst_fd, ptr, len); in copy_data()
/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/editors/the/THE-3.3RC4/
H A Dexecute.c5819 short execute_restore(dst_vd, preserved_view_details, dst_fd, preserved_file_details,rebuild_screen) in execute_restore()
5823 FILE_DETAILS *dst_fd;
5915 dst_fd->autosave = (*preserved_file_details)->autosave;
5916 dst_fd->backup = (*preserved_file_details)->backup;
5917 dst_fd->eolout = (*preserved_file_details)->eolout;
5918 dst_fd->tabsout_on = (*preserved_file_details)->tabsout_on;
5919 dst_fd->tabsout_num = (*preserved_file_details)->tabsout_num;
5920 dst_fd->trailing = (*preserved_file_details)->trailing;
5923 dst_fd->colouring = (*preserved_file_details)->colouring;
5924 dst_fd->autocolour = (*preserved_file_details)->autocolour;
[all …]
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dbbunzip.c132 xstate.dst_fd = STDOUT_FILENO; in bbunpack()
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dbb_archive.h222 int dst_fd; member
/dports/archivers/zchunk/zchunk-1.1.16/test/abi/stable/
H A Dzck.h77 bool zck_init_write (zckCtx *zck, int dst_fd)
/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()
H A Dprotopassthrough.c108 ctx->dst_fd = 0; in protopassthrough_engage()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dcopy.c694 char const *dst_path, int dst_fd, struct cp_options const *x) in copy_attr() argument
706 if (0 <= src_fd && 0 <= dst_fd) in copy_attr()
707 ret = attr_copy_fd (src_path, src_fd, dst_path, dst_fd, in copy_attr()
723 int dst_fd _GL_UNUSED, in copy_attr()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dcopy.c660 char const *dst_path, int dst_fd, struct cp_options const *x) in copy_attr() argument
672 if (0 <= src_fd && 0 <= dst_fd) in copy_attr()
673 ret = attr_copy_fd (src_path, src_fd, dst_path, dst_fd, in copy_attr()
689 int dst_fd _GL_UNUSED, in copy_attr()

123456