HomeSort by relevance Sort by last modified time
    Searched refs:fopen (Results 1 - 25 of 2098) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/
fopen.fail.cpp 15 // fopen is not available on systems without a global filesystem namespace.
16 std::fopen("", "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/
fopen.fail.cpp 15 // fopen is not available on systems without a global filesystem namespace.
16 std::fopen("", "");
  /external/compiler-rt/test/sanitizer_common/TestCases/
fopen_nullptr.c 1 // Check that fopen(NULL, "r") is ok.
6 int main() { f = fopen(fn, "r"); }
  /external/clang/test/Analysis/
simple-stream-checks.c 6 FILE *F = fopen("myfile.txt", "w");
8 fputs ("fopen example", F);
18 FILE *F = fopen("myfile.txt", "w");
20 fputs ("fopen example", F);
30 FILE *F = fopen("myfile.txt", "w");
32 fputs ("fopen example", F);
40 FILE *F = fopen("myfile.txt", "w");
47 FILE *F = fopen("myfile.txt", "w");
51 FILE *F = fopen("myfile.txt", "w");
56 FILE *F = fopen("myfile.txt", "w")
    [all...]
stream.c 8 extern FILE *fopen(const char *path, const char *mode);
17 FILE *p = fopen("foo", "r");
24 FILE *p = fopen("foo", "r");
30 FILE *p = fopen("foo", "r");
36 FILE *p = fopen("foo", "r");
42 FILE *p = fopen("foo", "r");
51 FILE *p = fopen("foo", "r");
63 FILE *p = fopen("foo.c", "r");
70 FILE *p = fopen("foo.c", "r");
cxx-method-names.cpp 9 void fopen(); // stream checker
19 E.fopen();
  /external/compiler-rt/test/asan/TestCases/Posix/
freopen.cc 10 FILE *fp = fopen("/dev/null", "w");
  /external/compiler-rt/test/tsan/Linux/
user_fopen.cc 9 extern "C" FILE *fopen(const char *file, const char *mode) { function
12 printf("user fopen\n");
24 FILE *f = fopen("/dev/zero", "r");
32 // CHECK: user fopen
  /external/strace/
largefile_wrappers.h 40 # define fopen_for_output fopen
49 # define fopen_for_output fopen
  /external/autotest/client/profilers/powertop/src/
misctips.c 38 file = fopen("/proc/sys/vm/laptop_mode", "w");
56 file = fopen("/proc/acpi/ac_adapter/AC/state", "r");
69 file = fopen("/proc/sys/vm/laptop_mode", "r");
88 file = fopen("/proc/sys/kernel/nmi_watchdog", "w");
99 file = fopen("/proc/sys/kernel/nmi_watchdog", "r");
120 file = fopen("/sys/devices/system/clocksource/clocksource0/available_clocksource", "r");
145 file = fopen("/sys/module/snd_ac97_codec/parameters/power_save", "w");
152 file = fopen("/dev/dsp", "w");
163 file = fopen("/sys/module/snd_ac97_codec/parameters/power_save", "r");
189 file = fopen("/proc/mounts","r")
    [all...]
usb.c 50 file = fopen(filename, "w");
56 file = fopen(filename, "w");
84 file = fopen(filename, "r");
99 file = fopen(filename, "r");
  /external/valgrind/none/tests/
threadederrno.c 13 FILE* f = fopen("bogus2", "r");
22 FILE* f = fopen("bogus3", "r");
36 f = fopen("bogus", "r");
  /bionic/libc/bionic/
pututline.c 39 if (!(f = fopen(_PATH_UTMP, "w+e")))
58 if (!(f = fopen(_PATH_UTMP, "w+e")))
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 11 FILE *fopen(const char * restrict, const char * restrict) __asm("_" "fopen" );
  /external/swiftshader/src/Common/
Debug.cpp 24 FILE *file = fopen("debug.txt", "a");
  /external/webrtc/webrtc/modules/audio_processing/vad/
pitch_based_vad_unittest.cc 26 FILE* spectral_peak_file = fopen(spectral_peak_file_name.c_str(), "rb");
31 FILE* pitch_gain_file = fopen(pitch_gain_file_name.c_str(), "rb");
36 FILE* pitch_lag_file = fopen(pitch_lag_file_name.c_str(), "rb");
41 FILE* voicing_prob_file = fopen(voicing_prob_file_name.c_str(), "rb");
  /external/ltp/testcases/kernel/fs/stream/
stream05.c 76 if ((stream = fopen(tempfile, "a+")) == NULL) {
77 tst_brkm(TFAIL, NULL, "fopen(%s) a+ failed: %s",
84 if ((stream = fopen(tempfile, "r+")) == NULL) {
85 tst_brkm(TFAIL, NULL, "fopen(%s) r+ failed: %s",
135 if ((stream = fopen(tempfile, "r+")) == NULL) {
136 tst_brkm(TFAIL, NULL, "fopen(%s) r+ failed: %s",
179 /* test fopen "b" flags -- should be allowed but ignored */
182 if ((stream = fopen(tempfile, "rb")) == NULL) {
183 tst_brkm(TFAIL, NULL, "fopen(%s) rb failed: %s",
189 if ((stream = fopen(tempfile, "wb")) == NULL)
    [all...]
  /bionic/tests/
stdio_ext_test.cpp 36 FILE* fp = fopen("/proc/version", "r");
56 FILE* fp = fopen("/proc/version", "r");
69 FILE* fp = fopen("/dev/null", "w");
103 FILE* fp = fopen("/dev/null", "w");
122 fp = fopen("/dev/null", "r");
128 fp = fopen("/dev/null", "w");
134 fp = fopen("/dev/null", "a");
141 fp = fopen("/dev/null", read_write_mode);
152 fp = fopen("/dev/zero", "a");
161 fp = fopen("/dev/zero", "w")
    [all...]
  /art/test/023-many-interfaces/
iface-gen.c 20 fp = fopen(nameBuf, "w");
33 fp = fopen("func-decl", "w");
  /art/test/303-verification-stress/
classes-gen.c 21 fp = fopen(nameBuf, "w");
39 fp = fopen("src/MainTest.java", "w");
  /external/curl/docs/examples/
ftpgetresp.c 49 ftpfile = fopen(FTPBODY, "wb"); /* b is binary, needed on win32 */
52 respfile = fopen(FTPHEADERS, "wb"); /* b is binary, needed on win32 */
sepheaders.c 61 headerfile = fopen(headerfilename, "wb");
68 bodyfile = fopen(bodyfilename, "wb");
  /external/ltp/testcases/open_posix_testsuite/include/
affinity.h 47 f = fopen("/sys/devices/system/cpu/online", "r");
62 f = fopen("/proc/cpuinfo", "r");
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
issue13423.go 11 _ = C.fopen() // ERROR HERE
  /prebuilts/go/darwin-x86/misc/swig/stdio/
file.swig 22 FILE *fopen(const char *name, const char *mode);

Completed in 616 milliseconds

1 2 3 4 5 6 7 8 91011>>