HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 126 - 150 of 1601) sorted by null

1 2 3 4 56 7 8 91011>>

  /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 125 testFile = fopen(buffer, "rb");
130 testFile = fopen(buffer, "rb");
135 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");
161 FILE *fp = fopen("/proc/net/igmp6", "r");
  /external/quake/quake/src/WinQuake/
sys_wind.cpp 76 f = fopen(path, "rb");
95 f = fopen(path, "wb");
128 f = fopen(path, "rb");
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_internal.c 81 FILE *f = fopen(pid_file, "w");
104 f = fopen("/dev/urandom", "rb");
195 f = fopen(name, "rb");
  /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");
  /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/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc 44 FILE* infile = fopen(infilename, "r");
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 31 extern FILE *fopen(const char * restrict, const char * restrict);
  /external/dhcpcd/
platform-linux.c 84 fp = fopen("/proc/cpuinfo", "r");
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_file.c 56 in = fopen(fname, "rb");
  /external/e2fsprogs/intl/
log.c 79 last_logfile = fopen (logfilename, "a");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
consoleLogs.php 10 $fileHandle = fopen("../../dlconfig.txt", "r");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
testResults.php.template 11 $fileHandle = fopen("../../dlconfig.txt", "r");
  /external/elfutils/libcpu/
i386_gendis.c 61 i386_in = fopen (infname, "r");
  /external/expat/tests/benchmark/
benchmark.c 55 fd = fopen (argv[j + 1], "r");
  /external/freetype/include/freetype/config/
ftstdlib.h 105 #define ft_fopen fopen
  /external/icu4c/tools/gentest/
genres32.c 61 out = fopen(file, "w");
  /external/ppp/pppd/plugins/radius/
clientid.c 42 if ((mapfd = fopen(filename,"r")) == NULL)
radattr.c 76 fp = fopen(fname, "w");
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 51 conn->debugFile = fopen(optarg, "w");

Completed in 3242 milliseconds

1 2 3 4 56 7 8 91011>>