Searched refs:in_fd (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dserver.h71 int chain_open( int in_fd, tCC** pp_args, pid_t* p_child );
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dserver.h71 int chain_open( int in_fd, tCC** pp_args, pid_t* p_child );
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec.c149 int in_fd[2] = {-1, -1}; local
158 ret = pipe(in_fd);
165 close(in_fd[0]);
166 close(in_fd[1]);
185 close(in_fd[1]);
193 in_fd[0] = open(_PATH_DEVNULL, O_RDONLY);
200 if(in_fd[0] != STDIN_FILENO) {
201 dup2(in_fd[0], STDIN_FILENO);
202 close(in_fd[0]);
219 close(in_fd[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dcris.exp118 set in_fd [open $srcdir/$subdir/$tmpl.s r]
122 while { [gets $in_fd line] >= 0 } {
142 close $in_fd
147 set in_fd [open $srcdir/$subdir/$dname.d r]
151 while { [gets $in_fd line] >= 0 } {
193 close $in_fd
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c805 int in_fd; local
810 in_fd = req->flags;
847 nread = pread(in_fd, buf, buflen, offset);
849 nread = read(in_fd, buf, buflen);
969 static ssize_t uv__fs_try_copy_file_range(int in_fd, off_t* off, argument
979 r = uv__fs_copy_file_range(in_fd, off, out_fd, NULL, len, 0);
989 if (uv__is_buggy_cephfs(in_fd))
1005 * EXDEV - it will not work when in_fd and out_fd are not on the same
1019 int in_fd; local
1022 in_fd
2109 uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file out_fd, uv_file in_fd, int64_t off, size_t len, uv_fs_cb cb) argument
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dlinux_syscall_hooks.h783 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \
784 __sanitizer_syscall_pre_impl_sendfile((long)(out_fd), (long)(in_fd), \
786 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \
787 __sanitizer_syscall_post_impl_sendfile(res, (long)(out_fd), (long)(in_fd), \
789 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \
790 __sanitizer_syscall_pre_impl_sendfile64((long)(out_fd), (long)(in_fd), \
792 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \
793 __sanitizer_syscall_post_impl_sendfile64(res, (long)(out_fd), (long)(in_fd), \
2444 void __sanitizer_syscall_pre_impl_sendfile(long out_fd, long in_fd, long offset,
2446 void __sanitizer_syscall_post_impl_sendfile(long res, long out_fd, long in_fd,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h781 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \
782 __sanitizer_syscall_pre_impl_sendfile((long)(out_fd), (long)(in_fd), \
784 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \
785 __sanitizer_syscall_post_impl_sendfile(res, (long)(out_fd), (long)(in_fd), \
787 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \
788 __sanitizer_syscall_pre_impl_sendfile64((long)(out_fd), (long)(in_fd), \
790 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \
791 __sanitizer_syscall_post_impl_sendfile64(res, (long)(out_fd), (long)(in_fd), \
2442 void __sanitizer_syscall_pre_impl_sendfile(long out_fd, long in_fd, long offset,
2444 void __sanitizer_syscall_post_impl_sendfile(long res, long out_fd, long in_fd,
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h782 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \
783 __sanitizer_syscall_pre_impl_sendfile((long)(out_fd), (long)(in_fd), \
785 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \
786 __sanitizer_syscall_post_impl_sendfile(res, (long)(out_fd), (long)(in_fd), \
788 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \
789 __sanitizer_syscall_pre_impl_sendfile64((long)(out_fd), (long)(in_fd), \
791 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \
792 __sanitizer_syscall_post_impl_sendfile64(res, (long)(out_fd), (long)(in_fd), \
2452 void __sanitizer_syscall_pre_impl_sendfile(long out_fd, long in_fd, long offset,
2454 void __sanitizer_syscall_post_impl_sendfile(long res, long out_fd, long in_fd,
[all...]
/netbsd-current/usr.bin/vndcompress/
H A Dvndcompress.c762 compress_block(int in_fd, int out_fd, uint32_t blkno, uint32_t blocksize, argument
770 const ssize_t n_read = read_block(in_fd, uncompbuf, readsize);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dclientloop.c2727 const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd,
2747 if (ioctl(in_fd, TIOCGWINSZ, &ws) == -1)
2726 client_session2_setup(struct ssh *ssh, int id, int want_tty, int want_subsystem, const char *term, struct termios *tiop, int in_fd, struct sshbuf *cmd, char **env) argument
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1468 uv_file in_fd,

Completed in 193 milliseconds