Searched
full:stdio (Results
326 -
350 of
10625) sorted by null
<<11121314151617181920>>
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
dl6amain.c | 1 #include <stdio.h>
|
dl6bmain.c | 1 #include <stdio.h>
|
dl6cmain.c | 1 #include <stdio.h>
|
dl6dmain.c | 1 #include <stdio.h>
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/ |
vers4.c | 7 #include <stdio.h>
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/ |
size-4a.c | 1 #include <stdio.h>
|
/external/bison/lib/ |
stdio--.h | 1 /* Like stdio.h, but redefine some names to avoid glitches. 20 #include <stdio.h> 21 #include "stdio-safer.h"
|
fopen.c | 19 /* If the user's config.h happens to include <stdio.h>, let it include only 20 the system's <stdio.h> here, so that orig_fopen doesn't recurse to 26 #include <stdio.h> 36 /* Write "stdio.h" here, not <stdio.h>, otherwise OSF/1 5.1 DTK cc eliminates 37 this include because of the preliminary #include <stdio.h> above. */ 38 #include "stdio.h"
|
stdio-impl.h | 17 /* Many stdio implementations have the same logic and therefore can share 18 the same implementation of stdio extension API, except that some fields 22 /* BSD stdio derived implementations. */ 34 /* See <http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/priv_stdio.h?rev=HEAD&content-type=text/x-cvsweb-markup>. */ 51 /* See <http://www.dragonflybsd.org/cvsweb/src/include/stdio.h?rev=HEAD&content-type=text/x-cvsweb-markup>. */ 61 /* See <http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/stdio/fileext.h?rev=HEAD&content-type=text/x-cvsweb-markup> 62 and <http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdio/fileext.h?rev=HEAD&content-type=text/x-cvsweb-markup> */
|
/external/bison/m4/ |
iswblank.m4 | 15 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 17 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included 20 #include <stdio.h>
|
mbsinit.m4 | 19 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 21 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be 24 #include <stdio.h>
|
mbstate_t.m4 | 23 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 25 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be 28 #include <stdio.h>
|
mbswidth.m4 | 22 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 24 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included 27 #include <stdio.h>
|
wint_t.m4 | 17 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 19 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included 22 #include <stdio.h>
|
stdio_h.m4 | 10 gl_NEXT_HEADERS([stdio.h]) 13 dnl <stdio.h> likely needs them. 23 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-read.c" 32 AC_LIBOBJ([stdio-read]) 37 dnl <stdio.h> likely needs them. 48 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" 57 AC_LIBOBJ([stdio-write]) 60 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" 69 AC_LIBOBJ([stdio-write]) 76 gl_WARN_ON_USE_PREPARE([[#include <stdio.h [all...] |
mbrtowc.m4 | 19 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 21 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be 24 #include <stdio.h> 131 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 133 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be 136 #include <stdio.h> 188 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 190 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be 193 #include <stdio.h> 248 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included befor [all...] |
wcwidth.m4 | 24 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 26 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included 29 #include <stdio.h> 51 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before 53 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included 56 #include <stdio.h>
|
/ndk/sources/android/support/ |
Android.mk | 25 src/stdio/stdio_impl.c \ 26 src/stdio/strtod.c \ 27 src/stdio/vfprintf.c \ 28 src/stdio/vfwprintf.c \ 115 src/musl-stdio/printf.c \ 116 src/musl-stdio/snprintf.c \ 117 src/musl-stdio/sprintf.c \ 118 src/musl-stdio/vprintf.c \ 119 src/musl-stdio/vsprintf.c \ 120 src/musl-stdio/swprintf.c [all...] |
/ndk/sources/android/support/tests/ |
stdio_unittest.cc | 1 #include <stdio.h> 6 TEST(stdio,snprintf) { 25 TEST(stdio,swprintf) {
|
/prebuilts/go/darwin-x86/misc/cgo/stdio/ |
chain.go | 14 "../stdio" 29 stdio.Stdout.WriteString(strconv.Itoa(v) + "\n") 45 stdio.Stdout.WriteString(strconv.Itoa(x) + "\n")
|
/prebuilts/go/linux-x86/misc/cgo/stdio/ |
chain.go | 14 "../stdio" 29 stdio.Stdout.WriteString(strconv.Itoa(v) + "\n") 45 stdio.Stdout.WriteString(strconv.Itoa(x) + "\n")
|
/external/clang/test/CodeGen/ |
debug-prefix-map.c | 6 #include "Inputs/stdio.h" 21 // CHECK-NO-MAIN-FILE-NAME: !DIFile(filename: "/var/empty{{[/\\]}}Inputs/stdio.h" 25 // CHECK-EVIL: !DIFile(filename: "/var=empty{{[/\\]}}Inputs/stdio.h" 29 // CHECK: !DIFile(filename: "/var/empty{{[/\\]}}Inputs/stdio.h" 33 // CHECK-COMPILATION-DIR: !DIFile(filename: "/var/empty{{[/\\]}}Inputs/stdio.h", directory: "/var/empty")
|
/development/perftests/panorama/feature_mos/src/mosaic_renderer/ |
SurfaceTextureRenderer.h | 9 #include <stdio.h>
|
/device/google/dragon/audio/hal/dsp/tests/ |
dsp_test_util.c | 8 #include <stdio.h>
|
/external/compiler-rt/lib/asan/tests/ |
asan_exceptions_test.cc | 2 #include <stdio.h>
|
Completed in 3208 milliseconds
<<11121314151617181920>>