Home
last modified time | relevance | path

Searched refs:stdio (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/openbsd/regress/sys/kern/pledge/generic/
H A Dtests.out5 test(test_inet): pledge=("stdio",NULL) status=134 signal=6 coredump=present pledged_syscall=97
7 test(test_inet): pledge=("stdio inet",NULL) status=0 exit=0
9 test(test_kill): pledge=("stdio",NULL) status=2 signal=2
10 test(test_rpath): pledge=("stdio rpath",NULL) status=0 exit=0
11 test(test_wpath): pledge=("stdio wpath",NULL) status=0 exit=0
13 test(test_pledge): pledge=("stdio rpath",NULL) status=0 exit=0
14 test(test_pledge): pledge=("stdio rpath wpath",NULL) status=0 exit=0
15 test(test_pledge): pledge=("stdio",NULL) status=256 exit=1 (errno: "Operation not permitted")
16 test(test_pledge): pledge=("stdio unix",NULL) status=256 exit=1 (errno: "Operation not permitted")
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dui-file.c432 stdio->magic = &stdio_file_magic; in stdio_file_new()
433 stdio->file = file; in stdio_file_new()
434 stdio->close_p = close_p; in stdio_file_new()
448 if (stdio->magic != &stdio_file_magic) in stdio_file_delete()
451 if (stdio->close_p) in stdio_file_delete()
453 fclose (stdio->file); in stdio_file_delete()
455 xfree (stdio); in stdio_file_delete()
462 if (stdio->magic != &stdio_file_magic) in stdio_file_flush()
465 fflush (stdio->file); in stdio_file_flush()
472 if (stdio->magic != &stdio_file_magic) in stdio_file_read()
[all …]
/openbsd/gnu/usr.bin/perl/t/io/
H A Dlayers.t16 if exists $ENV{PERLIO} && $ENV{PERLIO} !~ /^(stdio|perlio|mmap)$/;
118 [ qw(stdio crlf) ],
124 [ qw(stdio crlf) ],
130 [ qw[stdio crlf encoding(cp1047) utf8] ],
136 [ qw[stdio crlf encoding(cp1047) utf8 crlf utf8] ],
142 [ qw(stdio crlf) ],
154 [ qw(stdio utf8) ],
166 [ qw[stdio encoding(utf8) utf8] ],
172 [ qw(stdio crlf) ],
216 [ qw(stdio crlf) ],
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dperlio.c2920 PerlIOSelf(f, PerlIOStdio)->stdio = stdio; in PerlIOStdio_pushed()
2990 s->stdio = stdio; in PerlIO_importFILE()
3031 s->stdio = stdio; in PerlIOStdio_open()
3127 FILE *stdio = PerlIOSelf(o, PerlIOStdio)->stdio; in PerlIOStdio_dup() local
3145 PerlIOSelf(f, PerlIOStdio)->stdio = stdio; in PerlIOStdio_dup()
3233 FILE * const stdio = PerlIOSelf(f, PerlIOStdio)->stdio; in PerlIOStdio_close() local
3267 if (stdio == stdout || stdio == stderr) in PerlIOStdio_close()
3450 FILE * const stdio = PerlIOSelf(f, PerlIOStdio)->stdio; in PerlIOStdio_seek() local
3624 stdio = PerlIOSelf(f, PerlIOStdio)->stdio; in PerlIOStdio_fill()
3754 s->stdio = stdio; in PerlIO_exportFILE()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc24 SYMBOL(BUFSIZ, None, <stdio.h>)
47 SYMBOL(EOF, None, <stdio.h>)
62 SYMBOL(FILE, None, <stdio.h>)
202 SYMBOL(_IOFBF, None, <stdio.h>)
203 SYMBOL(_IOLBF, None, <stdio.h>)
204 SYMBOL(_IONBF, None, <stdio.h>)
450 SYMBOL(feof, None, <stdio.h>)
509 SYMBOL(getc, None, <stdio.h>)
513 SYMBOL(gets, None, <stdio.h>)
688 SYMBOL(putc, None, <stdio.h>)
[all …]
/openbsd/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs187 FILE *stdio = PerlIO_exportFILE(fp,0);
188 if (fflush(stdio)) { ST(0) = &PL_sv_undef; }
190 PerlIO_releaseFILE(fp,stdio);
197 FILE *stdio = PerlIO_exportFILE(fp,0);
201 PerlIO_releaseFILE(fp,stdio);
208 FILE *stdio = PerlIO_exportFILE(fp,0);
210 PerlIO_releaseFILE(fp,stdio);
278 FILE *stdio = PerlIO_exportFILE(fp,0);
281 PerlIO_releaseFILE(fp,stdio);
421 FILE *stdio = PerlIO_exportFILE(fp,0);
[all …]
H A D0README.txt3 stdio functions. For more specific documentation of its
30 Removed old VMs::stdio compatibility interface
/openbsd/gnu/llvm/libcxx/include/
H A Dstdio.h16 #include_next <stdio.h>
107 # if __has_include_next(<stdio.h>)
108 # include_next <stdio.h>
/openbsd/gnu/usr.bin/perl/cpan/OpenBSD-Pledge/t/
H A DOpenBSD-Pledge.t42 OpenBSD::Pledge::_pledge( "stdio $pledge" )
78 [ "bar baz foo stdio" ],
79 [ "baz foo quux qux stdio" ],
81 "Sorted and unique promises, plus stdio";
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlapio.pod7 #define PERLIO_NOT_STDIO 0 /* For co-existence with stdio only */
62 PerlIO *PerlIO_importFILE(FILE *stdio, const char *mode);
65 void PerlIO_releaseFILE(PerlIO *f,FILE *stdio);
126 I<stdio.h>. The perl headers (in particular "perlio.h") will
308 as stdio's C<off_t>.
317 Configure value which may not be same as stdio's C<off_t>.
325 not have the stdio calls then they are implemented in terms of
357 =head2 Co-existence with stdio
359 There is outline support for co-existence of PerlIO with stdio.
373 to #define stdio functions onto PerlIO functions.
[all …]
/openbsd/lib/libc/stdio/
H A DMakefile.inc4 .PATH: ${LIBCSRCDIR}/stdio
15 setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c tempnam.c tmpfile.c \
27 setvbuf.3 stdio.3 tmpnam.3 ungetc.3 fgetws.3 fputws.3 fwide.3 getwc.3 \
/openbsd/gnu/llvm/clang/docs/
H A DFAQ.rst18 #include <stdio.h>
30 hello.c:1:10: fatal error: 'stdio.h' file not found
31 #include <stdio.h>
/openbsd/regress/usr.bin/lam/
H A DMakefile4 REGRESS_TARGETS = noarg fonly Fback pminus stdio
31 stdio: target
/openbsd/distrib/special/libstubs/
H A DMakefile36 -I${LIBCSRCDIR}/arch/${MACHINE_CPU}/gdtoa -I${LIBCSRCDIR}/stdio \
46 .PATH: ${.CURDIR}/../../../lib/libc/stdio
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dinclude.c8 #define stdio 1 macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dsyshdr1.h4 #include_next <stdio.h>
H A Dsyshdr2.h5 #include_next <stdio.h>
H A Dpaste12.c8 #include INC(stdio) /* { dg-error "pasting \"<\" and \"stdio\" does not" } */
/openbsd/regress/lib/libpthread/stdio/
H A DMakefile3 PROG= stdio
/openbsd/regress/usr.bin/rcs/
H A Drev21 #include <stdio.h>
H A Drcsmerge.out1 #include <stdio.h>
H A Drev31 #include <stdio.h>
H A Drcsdiff.out3 +#include <stdio.h>
/openbsd/regress/usr.bin/file/
H A Dt17.in1 #include <stdio.h>
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixinc.ptx84 file=stdio.h
133 if grep stdio $file_to_fix > /dev/null; then

12345678910>>...13