/openbsd/regress/sys/kern/pledge/generic/ |
H A D | tests.out | 5 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 D | ui-file.c | 432 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 D | layers.t | 16 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/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 24 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/ |
H A D | perlio.c | 3345 PerlIOSelf(f, PerlIOStdio)->stdio = stdio; in PerlIOStdio_pushed() 3415 s->stdio = stdio; in PerlIO_importFILE() 3456 s->stdio = stdio; in PerlIOStdio_open() 3552 FILE *stdio = PerlIOSelf(o, PerlIOStdio)->stdio; in PerlIOStdio_dup() local 3570 PerlIOSelf(f, PerlIOStdio)->stdio = stdio; in PerlIOStdio_dup() 3658 FILE * const stdio = PerlIOSelf(f, PerlIOStdio)->stdio; in PerlIOStdio_close() local 3692 if (stdio == stdout || stdio == stderr) in PerlIOStdio_close() 3875 FILE * const stdio = PerlIOSelf(f, PerlIOStdio)->stdio; in PerlIOStdio_seek() local 4049 stdio = PerlIOSelf(f, PerlIOStdio)->stdio; in PerlIOStdio_fill() 4179 s->stdio = stdio; in PerlIO_exportFILE() [all …]
|
/openbsd/gnu/usr.bin/perl/ext/VMS-Stdio/ |
H A D | Stdio.xs | 187 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 D | 0README.txt | 3 stdio functions. For more specific documentation of its 30 Removed old VMs::stdio compatibility interface
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | stdio.h | 16 #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 D | OpenBSD-Pledge.t | 42 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 D | perlapio.pod | 7 #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 D | Makefile.inc | 4 .PATH: ${LIBCSRCDIR}/stdio 15 setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c tempnam.c tmpfile.c \ 28 setvbuf.3 stdio.3 tmpnam.3 ungetc.3 fgetws.3 fputws.3 fwide.3 getwc.3 \
|
/openbsd/gnu/llvm/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>
|
/openbsd/regress/usr.bin/lam/ |
H A D | Makefile | 4 REGRESS_TARGETS = noarg fonly Fback pminus stdio 31 stdio: target
|
/openbsd/distrib/special/libstubs/ |
H A D | Makefile | 36 -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 D | include.c | 8 #define stdio 1 macro
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
H A D | syshdr1.h | 4 #include_next <stdio.h>
|
H A D | syshdr2.h | 5 #include_next <stdio.h>
|
H A D | paste12.c | 8 #include INC(stdio) /* { dg-error "pasting \"<\" and \"stdio\" does not" } */
|
/openbsd/regress/lib/libpthread/stdio/ |
H A D | Makefile | 3 PROG= stdio
|
/openbsd/regress/usr.bin/rcs/ |
H A D | rev2 | 1 #include <stdio.h>
|
H A D | rcsmerge.out | 1 #include <stdio.h>
|
H A D | rev3 | 1 #include <stdio.h>
|
H A D | rcsdiff.out | 3 +#include <stdio.h>
|
/openbsd/regress/usr.bin/file/ |
H A D | t17.in | 1 #include <stdio.h>
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | fixinc.ptx | 84 file=stdio.h 133 if grep stdio $file_to_fix > /dev/null; then
|