Home
last modified time | relevance | path

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

12345678910

/freebsd-12.1/contrib/gdb/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 …]
/freebsd-12.1/contrib/libc++/include/
H A Dstdio.h17 #include_next <stdio.h>
108 #include_next <stdio.h>
H A Dmodule.modulemap64 // <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 DMakefile.inc5 .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 DBIO_s_file.pod28 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 DProcessFreeBSD.cpp420 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 Dpcs.0.stdout2 #include <stdio.h>
H A Dpcs.02 #include <stdio.h>
/freebsd-12.1/cddl/compat/opensolaris/include/
H A Dstdio.h33 #include_next <stdio.h>
/freebsd-12.1/crypto/openssh/
H A Daclocal.m416 #include <stdio.h>
53 #include <stdio.h>
91 #include <stdio.h>
/freebsd-12.1/contrib/ncurses/man/
H A Dmanhtml.externs18 stdio(3)
/freebsd-12.1/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake50 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 DMakefile18 TESTS_SUBDIRS+= stdio
/freebsd-12.1/contrib/libstdc++/include/c/
H A Dstd_cstdio.h39 #include_next <stdio.h>
/freebsd-12.1/contrib/ntp/libntp/
H A DMakefile.in181 $(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
1236stdio.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 Dntp_compiler.m4119 dnl simple stdio read code checking for errors, expecting
130 #include <stdio.h>
/freebsd-12.1/gnu/lib/libssp/
H A DMakefile31 INCS= ssp.h string.h stdio.h unistd.h
/freebsd-12.1/contrib/gcclibs/libssp/
H A DMakefile.am28 nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
H A Dconfigure.ac93 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 Dconfigure.ac48 AC_CHECK_HEADERS_ONCE([stdio.h])
133 #include <stdio.h>
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DBuiltins.def886 // 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 Dstdio.h40 #include_next <stdio.h>
/freebsd-12.1/contrib/libc++/src/support/runtime/
H A Dexception_pointer_unimplemented.ipp11 #include <stdio.h>
/freebsd-12.1/contrib/binutils/gas/
H A Dacinclude.m426 #include <stdio.h>], [
/freebsd-12.1/lib/libsm/
H A DMakefile30 smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \

12345678910