Searched
full:fopen (Results
451 -
475 of
974) sorted by null
<<11121314151617181920>>
/external/strace/ |
strace.c | 377 else if ((outf = fopen(outfname, "w")) == NULL) { 378 fprintf(stderr, "%s: can't fopen '%s': %s\n", 703 fp = fopen(name, "w"); 708 perror("fopen"); 1051 status = fopen(proc, "r"); [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
dhdu.c | 282 if ((fp = fopen(fname, "rb")) == NULL || 1224 if ((fp = fopen(fname, "rb")) == NULL) { [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | [all...] |
/bionic/libc/include/ |
stdio.h | 232 FILE *fopen(const char *, const char *);
|
/bionic/libc/stdlib/ |
sha1hash.c | 301 if (!(file = fopen(argv[1], "rb"))) {
|
/bootable/recovery/applypatch/ |
bsdiff.c | 258 if ((pf = fopen(patch_filename, "w")) == NULL)
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmime.c | 535 file = fopen (file_name, "r");
|
xdgmimemagic.c | 801 magic_file = fopen (file_name, "r");
|
/external/bluetooth/glib/glib/ |
grand.c | 176 dev_urandom = fopen("/dev/urandom", "rb");
|
/external/bsdiff/ |
bsdiff.c | 249 if ((pf = fopen(argv[3], "w")) == NULL)
|
/external/dnsmasq/src/ |
lease.c | 63 leasestream = daemon->lease_stream = fopen(daemon->lease_file, "a+");
|
/external/e2fsprogs/debugfs/ |
logdump.c | 172 out_file = fopen(out_fn, "w");
|
/external/e2fsprogs/ext2ed/ |
main.c | 71 FILE *device_handle=NULL; /* This is passed to the fopen / fread ... commands */
|
/external/e2fsprogs/tests/progs/ |
test_rel.c | 674 f = fopen(cmd_file, "r");
|
/external/icu4c/common/ |
umapfile.c | 267 file=fopen(path, "rb");
|
/external/icu4c/common/unicode/ |
udata.h | 205 * files into memory, or fopen()/fread() files.
|
/external/icu4c/test/thaitest/ |
thaitest.cpp | 313 f = fopen(fileName, "rb");
|
/external/iproute2/misc/ |
nstat.c | 564 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
|
rtacct.c | 581 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
|
/external/libffi/src/ |
closures.c | 122 f = fopen ("/proc/mounts", "r");
|
/external/qemu/ |
loader.c | 135 f = fopen(filename, "rb");
|
/external/qemu/slirp/ |
debug.c | 35 dfd = fopen(file,"w");
|
/external/qemu/slirp-android/ |
debug.c | 36 dfd = fopen(file,"w");
|
/external/quake/quake/src/QW/client/ |
sys_win.c | 105 f = fopen(path, "rb");
|
/external/quake/quake/src/WinQuake/ |
host_cmd.cpp | 525 f = fopen (name, "w"); 600 f = fopen (name, "r"); 728 f = fopen (name, "w"); 784 f = fopen (name, "r"); [all...] |
Completed in 170 milliseconds
<<11121314151617181920>>