| /freebsd-12.1/contrib/gdb/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 …]
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | stdio.h | 17 #include_next <stdio.h> 108 #include_next <stdio.h>
|
| H A D | module.modulemap | 64 // <stdio.h>'s __need_* macros require textual inclusion. 65 textual header "stdio.h" 67 export Darwin.C.stdio
|
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | Makefile.inc | 5 .PATH: ${LIBC_SRCTOP}/stdio 22 setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c swprintf.c swscanf.c \ 35 SYM_MAPS+= ${LIBC_SRCTOP}/stdio/Symbol.map 43 stdio.3 tmpnam.3 \
|
| /freebsd-12.1/crypto/openssl/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.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 420 int stdio = fcntl(terminal, F_DUPFD_CLOEXEC, 0); in DoLaunch() local 421 if (stdio == -1) { in DoLaunch() 427 int stdio = fcntl(terminal, F_DUPFD, 0); in DoLaunch() 428 if (stdio == -1) { in DoLaunch() 432 stdio = fcntl(terminal, F_SETFD, FD_CLOEXEC); in DoLaunch() 433 if (stdio == -1) { in DoLaunch() 438 SetSTDIOFileDescriptor(stdio); in DoLaunch()
|
| /freebsd-12.1/usr.bin/indent/tests/ |
| H A D | pcs.0.stdout | 2 #include <stdio.h>
|
| H A D | pcs.0 | 2 #include <stdio.h>
|
| /freebsd-12.1/cddl/compat/opensolaris/include/ |
| H A D | stdio.h | 33 #include_next <stdio.h>
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | aclocal.m4 | 16 #include <stdio.h> 53 #include <stdio.h> 91 #include <stdio.h>
|
| /freebsd-12.1/contrib/ncurses/man/ |
| H A D | manhtml.externs | 18 stdio(3)
|
| /freebsd-12.1/contrib/libpcap/cmake/Modules/ |
| H A D | FindFseeko.cmake | 50 check_symbol_exists(fseeko stdio.h fseeko_native) 64 check_symbol_exists(fseeko stdio.h fseeko_need_largefile_source)
|
| /freebsd-12.1/lib/libc/tests/ |
| H A D | Makefile | 18 TESTS_SUBDIRS+= stdio
|
| /freebsd-12.1/contrib/libstdc++/include/c/ |
| H A D | std_cstdio.h | 39 #include_next <stdio.h>
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | Makefile.in | 181 $(srcdir)/../lib/isc/unix/stdio.c \ 200 result.$(OBJEXT) stdio.$(OBJEXT) stdtime.$(OBJEXT) \ 267 $(srcdir)/../lib/isc/unix/stdio.c \ 635 $(srcdir)/../lib/isc/unix/stdio.c \ 869 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdio.Po@am__quote@ 1235 stdio.o: $(srcdir)/../lib/isc/unix/stdio.c 1236 … stdio.o -MD -MP -MF $(DEPDIR)/stdio.Tpo -c -o stdio.o `test -f '$(srcdir)/../lib/isc/unix/stdio.c… 1237 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/stdio.Tpo $(DEPDIR)/stdio.Po 1242 stdio.obj: $(srcdir)/../lib/isc/unix/stdio.c 1243 …_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stdio.obj -MD -MP -MF $(DEPDIR)/stdio.Tpo -c -o … [all …]
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_compiler.m4 | 119 dnl simple stdio read code checking for errors, expecting 130 #include <stdio.h>
|
| /freebsd-12.1/gnu/lib/libssp/ |
| H A D | Makefile | 31 INCS= ssp.h string.h stdio.h unistd.h
|
| /freebsd-12.1/contrib/gcclibs/libssp/ |
| H A D | Makefile.am | 28 nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
|
| H A D | configure.ac | 93 AC_CHECK_HEADERS(alloca.h paths.h syslog.h string.h unistd.h fcntl.h stdio.h limits.h) 108 #include <stdio.h>
|
| /freebsd-12.1/contrib/libucl/ |
| H A D | configure.ac | 48 AC_CHECK_HEADERS_ONCE([stdio.h]) 133 #include <stdio.h>
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Builtins.def | 886 // C99 stdio.h 888 LIBBUILTIN(printf, "icC*.", "fp:0:", "stdio.h", ALL_LANGUAGES) 889 LIBBUILTIN(fprintf, "iP*cC*.", "fp:1:", "stdio.h", ALL_LANGUAGES) 890 LIBBUILTIN(snprintf, "ic*zcC*.", "fp:2:", "stdio.h", ALL_LANGUAGES) 891 LIBBUILTIN(sprintf, "ic*cC*.", "fp:1:", "stdio.h", ALL_LANGUAGES) 892 LIBBUILTIN(vprintf, "icC*a", "fP:0:", "stdio.h", ALL_LANGUAGES) 893 LIBBUILTIN(vfprintf, "iP*cC*a", "fP:1:", "stdio.h", ALL_LANGUAGES) 894 LIBBUILTIN(vsnprintf, "ic*zcC*a", "fP:2:", "stdio.h", ALL_LANGUAGES) 895 LIBBUILTIN(vsprintf, "ic*cC*a", "fP:1:", "stdio.h", ALL_LANGUAGES) 896 LIBBUILTIN(scanf, "icC*R.", "fs:0:", "stdio.h", ALL_LANGUAGES) [all …]
|
| /freebsd-12.1/contrib/gcclibs/libssp/ssp/ |
| H A D | stdio.h | 40 #include_next <stdio.h>
|
| /freebsd-12.1/contrib/libc++/src/support/runtime/ |
| H A D | exception_pointer_unimplemented.ipp | 11 #include <stdio.h>
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | acinclude.m4 | 26 #include <stdio.h>], [
|
| /freebsd-12.1/lib/libsm/ |
| H A D | Makefile | 30 smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \
|