| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-spawn.c | 283 uv_stdio_container_t stdio[2]; in TEST_IMPL() local 288 options.stdio = stdio; in TEST_IMPL() 289 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL() 290 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL() 291 options.stdio[1].data.stream = (uv_stream_t*) &out; in TEST_IMPL() 317 uv_stdio_container_t stdio[2]; in TEST_IMPL() local 332 options.stdio = stdio; in TEST_IMPL() 333 options.stdio[0].flags = UV_IGNORE; in TEST_IMPL() 334 options.stdio[1].flags = UV_INHERIT_FD; in TEST_IMPL() 335 options.stdio[1].data.fd = file; in TEST_IMPL() [all …]
|
| H A D | benchmark-spawn.c | 104 uv_stdio_container_t stdio[2]; in spawn() local 119 options.stdio = stdio; in spawn() 121 options.stdio[0].flags = UV_IGNORE; in spawn() 122 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in spawn() 123 options.stdio[1].data.stream = (uv_stream_t*)&out; in spawn()
|
| H A D | test-stdio-over-pipes.c | 122 uv_stdio_container_t stdio[3]; in test_stdio_over_pipes() local 131 options.stdio = stdio; in test_stdio_over_pipes() 132 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | in test_stdio_over_pipes() 134 options.stdio[0].data.stream = (uv_stream_t*) ∈ in test_stdio_over_pipes() 135 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE | in test_stdio_over_pipes() 137 options.stdio[1].data.stream = (uv_stream_t*) &out; in test_stdio_over_pipes() 138 options.stdio[2].flags = UV_INHERIT_FD; in test_stdio_over_pipes() 139 options.stdio[2].data.fd = 2; in test_stdio_over_pipes()
|
| H A D | test-ipc.c | 288 uv_stdio_container_t stdio[3]; in spawn_helper() local 307 options.stdio = stdio; in spawn_helper() 308 options.stdio_count = ARRAY_SIZE(stdio); in spawn_helper() 310 stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE; in spawn_helper() 311 stdio[0].data.stream = (uv_stream_t*) channel; in spawn_helper() 312 stdio[1].flags = UV_INHERIT_FD; in spawn_helper() 313 stdio[1].data.fd = 1; in spawn_helper() 314 stdio[2].flags = UV_INHERIT_FD; in spawn_helper() 315 stdio[2].data.fd = 2; in spawn_helper()
|
| /netbsd-src/lib/libc/compat/stdio/ |
| H A D | Makefile.inc | 3 .PATH: ${COMPATDIR}/arch/${MACHINE_ARCH}/stdio ${COMPATDIR}/stdio 6 CPPFLAGS.compat_fgetpos.c+= -I${COMPATDIR}/../stdio 7 CPPFLAGS.compat_fsetpos.c+= -I${COMPATDIR}/../stdio
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | resolv.m4 | 24 #include <stdio.h> 42 #include <stdio.h> 60 #include <stdio.h> 87 #include <stdio.h> 104 [#include <stdio.h>
|
| H A D | broken-snprintf.m4 | 7 #include <stdio.h> 20 AC_NEED_PROTO([#include <stdio.h>],snprintf) 28 #include <stdio.h> 61 AC_NEED_PROTO([#include <stdio.h>],vsnprintf)
|
| H A D | broken-glob.m4 | 9 #include <stdio.h> 26 AC_NEED_PROTO([#include <stdio.h>
|
| H A D | db.m4 | 63 #include <stdio.h> 92 #include <stdio.h> 116 #include <stdio.h> 165 #include <stdio.h> 192 #include <stdio.h>
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | process.d | 101 import core.stdc.stdio; in version() 110 import std.stdio; 804 File stdin = std.stdio.stdin, 805 File stdout = std.stdio.stdout, 806 File stderr = std.stdio.stderr, 834 std.stdio.stdin, 835 std.stdio.stdout, 836 std.stdio.stderr, 844 File stdin = std.stdio.stdin, 845 File stdout = std.stdio.stdout, [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | process.d | 95 import core.stdc.stdio; in version() 103 import std.stdio; 285 File stdin = std.stdio.stdin, 286 File stdout = std.stdio.stdout, 287 File stderr = std.stdio.stderr, 306 std.stdio.stdin, 307 std.stdio.stdout, 308 std.stdio.stderr, 316 File stdin = std.stdio.stdin, 317 File stdout = std.stdio.stdout, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/ |
| H A D | stdio.d | 8 module core.sys.linux.stdio; 10 public import core.sys.posix.stdio; 13 import core.stdc.stdio : FILE; 44 import core.stdc.stdio : FILE, fflush, fileno, fprintf, fgetc, EOF, fclose;
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/boards/ |
| H A D | README | 58 native-stdio-gdbserver.exp 59 Test gdbserver using stdio connection. 64 remote-stdio-gdbserver.exp 65 Run gdbserver on remote target, using stdio connection. 86 stdio-gdbserver-base.exp
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
| H A D | wcwidth.m4 | 23 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 25 BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before 27 # include <stdio.h>
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/ |
| H A D | wcwidth.m4 | 23 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 25 BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before 27 # include <stdio.h>
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | stdio.h | 16 #include_next <stdio.h> 107 #include_next <stdio.h>
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | FAQ.rst | 18 #include <stdio.h> 30 hello.c:1:10: fatal error: 'stdio.h' file not found 31 #include <stdio.h>
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | process.rst | 32 uv_stdio_container_t* stdio; 93 Container for each stdio handle or fd passed to a child process. 107 Flags specifying how a stdio should be transmitted to the child process. 202 .. c:member:: uv_stdio_container_t* uv_process_options_t.stdio 204 The `stdio` field points to an array of :c:type:`uv_stdio_container_t` 206 the child process. The convention is that stdio[0] points to stdin, 225 Flags specifying how the stdio container should be passed to the child.
|
| /netbsd-src/lib/libc/ |
| H A D | shlib_version | 25 # - libc/stdio: make _file an int, hide struct FILE, stdin, stdout, stderr impls 26 # - libc/stdio: make fileno() not a macro 27 # - libc/stdio: make stdio macro users depend on some library symbol
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| H A D | Makefile.in | 33 net.@O@ os.@O@ resource.@O@ socket.@O@ stdio.@O@ stdtime.@O@ \ 40 net.c os.c resource.c socket.c stdio.c stdtime.c \
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | c.at | 126 AC_CHECK_HEADERS(stdio.h autoconf_io.h, [], [], [-])]]) 143 AT_CHECK([[echo '#include <stdio.h>' | /lib/cpp || exit 77]], 162 AC_CHECK_HEADERS(stdio.h autoconf_io.h, [], [], [-])]]) 183 AT_CHECK([[echo '#include <stdio.h>' | /lib/cpp || exit 77]], 207 AC_CHECK_HEADERS(stdio.h autoconf_io.h, [], [], [-])]]) 355 #include <stdio.h>
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblber/ |
| H A D | Makefile.in | 21 UNIX_SRCS = stdio.c 22 UNIX_OBJS = stdio.lo
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/ |
| H A D | stdio.diff | 11 -/* $NetBSD: stdio.diff,v 1.1.1.1 2016/02/09 20:28:45 plunky Exp $ */ 13 +/* $NetBSD: stdio.diff,v 1.1.1.1 2016/02/09 20:28:45 plunky Exp $ */ 246 -/* $NetBSD: stdio.diff,v 1.1.1.1 2016/02/09 20:28:45 plunky Exp $ */ 248 +/* $NetBSD: stdio.diff,v 1.1.1.1 2016/02/09 20:28:45 plunky Exp $ */ 272 -/* $NetBSD: stdio.diff,v 1.1.1.1 2016/02/09 20:28:45 plunky Exp $ */ 274 +/* $NetBSD: stdio.diff,v 1.1.1.1 2016/02/09 20:28:45 plunky Exp $ */
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | func_bad_hasmntopt.m4 | 10 /* some systems need <stdio.h> before <mntent.h> is included */ 12 # include <stdio.h>
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | BIO_s_file.pod | 28 is a wrapper round the stdio FILE structure and it is a 49 of B<mode> is the same as the stdio function fopen(). The BIO_CLOSE 76 Because the file BIO calls the underlying stdio functions any quirks 77 in stdio behaviour will be mirrored by the corresponding BIO.
|