HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 176 - 200 of 2179) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/netperf/
netserver.c 180 if ((where = fopen(FileName, "w")) == NULL) {
232 where = fopen ("/dev/null", "w");
578 rd_null_fp = fopen ("/dev/null", "r");
608 wr_null_fp = fopen ("/dev/null", "w");
922 if ((where = fopen(FileName, "w")) == NULL) {
934 fopen calls will get mapped to the correct std handles. */
937 if ((where = fopen(FileName, "w")) == NULL) {
938 perror("netserver: fopen of debug file as new stdout failed!");
944 if ((where = fopen(FileName, "w")) == NULL) {
945 fprintf(stdout, "fopen of debug file as new stderr failed!\n")
    [all...]
  /external/stlport/test/unit/
fstream_test.cpp 294 should give the same effect as fopen( "test_file.txt", "a" ).
295 Problem is fopen( "test_file.txt", "a" ) has a bit different behaviour
297 After fopen( "test_file.txt", "a" ) in this context ftell( f ) == 9 for
304 The code below is intended to demonstrate ambiguity (dependance from fopen implementation).
308 //In Windows, stlport and fopen use kernel32.CreateFile for open.
312 //On UNIX flavours, stlport and fopen use unix's open
316 //stlport uses fopen here. This case may fail this test, since the file position after
317 //fopen is implementation-dependent
324 { // for reference, to test fopen/ftell behaviour in append mode:
330 FILE* f = fopen( "test_file.txt", "a" )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 312 should give the same effect as fopen( "test_file.txt", "a" ).
313 Problem is fopen( "test_file.txt", "a" ) has a bit different behaviour
315 After fopen( "test_file.txt", "a" ) in this context ftell( f ) == 9 for
322 The code below is intended to demonstrate ambiguity (dependance from fopen implementation).
326 //In Windows, stlport and fopen use kernel32.CreateFile for open.
330 //On UNIX flavours, stlport and fopen use unix's open
334 //stlport uses fopen here. This case may fail this test, since the file position after
335 //fopen is implementation-dependent
342 { // for reference, to test fopen/ftell behaviour in append mode:
348 FILE* f = fopen( "test_file.txt", "a" )
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 312 should give the same effect as fopen( "test_file.txt", "a" ).
313 Problem is fopen( "test_file.txt", "a" ) has a bit different behaviour
315 After fopen( "test_file.txt", "a" ) in this context ftell( f ) == 9 for
322 The code below is intended to demonstrate ambiguity (dependance from fopen implementation).
326 //In Windows, stlport and fopen use kernel32.CreateFile for open.
330 //On UNIX flavours, stlport and fopen use unix's open
334 //stlport uses fopen here. This case may fail this test, since the file position after
335 //fopen is implementation-dependent
342 { // for reference, to test fopen/ftell behaviour in append mode:
348 FILE* f = fopen( "test_file.txt", "a" )
    [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 112 sf = fopen(buf, "rte");
257 f = fopen(proc, "rte");
291 f = fopen(proc, "rte");
325 f = fopen(proc, "rte");
363 f = fopen("/proc/net/dev", "rte");
395 f = fopen("/proc/net/packet", "rte");
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 95 nameFile = fopen(filename, "r");
121 if(NULL == (fp = fopen(input, "rt")) ){
287 if((fp = fopen(key_path, "rt")) == NULL)
341 nameFile = fopen(filename, "r");
360 nameFile = fopen(filename, "r");
373 nameFile = fopen(secondaryFileName, "r");
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
index.html 49 <input type="radio" id="radiofopen" name="group" checked="checked">fopen
57 <div class="function" id="fopen">
69 <button>fopen</button>
  /external/chromium_org/third_party/icu/source/test/intltest/
ucaconf.cpp 125 testFile = fopen(buffer, "rb");
130 testFile = fopen(buffer, "rb");
135 testFile = fopen(buffer, "rb");
  /external/chromium_org/v8/src/
v8utils.cc 156 FILE* file = OS::FOpen(filename, "rb");
218 FILE* f = OS::FOpen(filename, "ab");
235 FILE* f = OS::FOpen(filename, "wb");
  /external/dropbear/
cli-kex.c 134 tty = fopen(_PATH_TTY, "r");
182 hostsfile = fopen(filename, "a+");
192 hostsfile = fopen(filename, "r");
  /external/icu4c/test/intltest/
ucaconf.cpp 124 testFile = fopen(buffer, "rb");
129 testFile = fopen(buffer, "rb");
134 testFile = fopen(buffer, "rb");
  /external/iproute2/ip/
ipmaddr.c 88 FILE *fp = fopen("/proc/net/dev_mcast", "r");
126 FILE *fp = fopen("/proc/net/igmp", "r");
164 FILE *fp = fopen("/proc/net/igmp6", "r");
  /external/wpa_supplicant_8/src/utils/
os_internal.c 93 FILE *f = fopen(pid_file, "w");
116 f = fopen("/dev/urandom", "rb");
207 f = fopen(name, "rb");
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 151 sysfsfp = fopen(filename, "r");
167 sysfsfp = fopen(filename, "w");
183 sysfsfp = fopen(filename, "w");
  /system/core/toolbox/
vmstat.c 162 f = fopen("/proc/meminfo", "r");
180 f = fopen("/proc/stat", "r");
203 f = fopen("/proc/vmstat", "r");
  /system/extras/tests/bionic/libc/other/
test_zlib.c 220 FILE* f = fopen(argv[1], "rb");
235 out = fopen( tempfile, "wb" );
253 f = fopen( tempfile, "rb" );
  /bionic/libc/bionic/
utmp.c 61 if ((ut = fopen(utfile, "r")) == NULL)
  /bionic/libstdc++/include/
cstdio 53 using ::fopen;
  /development/ide/xcode/ports/
skia_mac.cp 15 FILE* f = ::fopen("/whereami.txt", "w");
  /external/bison/m4/
exponentf.m4 39 FILE *fp = fopen ("conftest.out", "w");
getdelim.m4 32 FILE *in = fopen ("./conftest.data", "r");
getline.m4 39 FILE *in = fopen ("./conftest.data", "r");
  /external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc 44 FILE* infile = fopen(infilename, "r");
  /external/chromium_org/chrome/browser/nacl_host/test/
mock_nacl_gdb.cc 34 FILE* irt_file = fopen(irt_file_name, "r");
  /external/chromium_org/native_client_sdk/src/libraries/xray/
parsesymbols.c 54 f = fopen(mapfile, "rt");

Completed in 1110 milliseconds

1 2 3 4 5 6 78 91011>>