Searched
full:fopen (Results
376 -
400 of
974) sorted by null
<<11121314151617181920>>
/external/ipsec-tools/src/racoon/ |
prsa_par.y | 333 fp = fopen(fname, "r");
|
session.c | 165 fp = fopen(pid_file, "w");
|
/external/iptables/ |
ip6tables-restore.c | 155 in = fopen(argv[optind], "r");
|
iptables-restore.c | 158 in = fopen(argv[optind], "r");
|
iptables-save.c | 243 procfile = fopen("/proc/net/ip_tables_names", "r");
|
/external/jpeg/ |
ckconfig.c | 297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
|
/external/libpcap/ |
nametoaddr.c | 437 fp = fopen(PCAP_ETHERS_FILE, "r");
|
savefile.c | 960 fp = fopen(fname, "r"); 962 fp = fopen(fname, "rb"); [all...] |
/external/libpng/ |
pngtest.c | 725 if ((fpin = fopen(inname, "rb")) == NULL) 737 if ((fpout = fopen(outname, "wb")) == NULL) [all...] |
/external/libxml2/ |
xmllint.c | [all...] |
/external/openssl/crypto/err/ |
err_str.c | 157 {ERR_PACK(0,SYS_F_FOPEN,0), "fopen"},
|
/external/openssl/crypto/evp/ |
evp_test.c | 336 f=fopen(szTestFile,"r");
|
/external/ppp/pppd/plugins/radius/ |
buildreq.c | 100 if ((sf = fopen(seqfile, "a+")) == NULL)
|
dict.c | 54 if ((dictfd = fopen (filename, "r")) == (FILE *) NULL)
|
/external/qemu/ |
usb-linux.c | 1072 f = fopen(line, "r"); 1160 f = fopen(filename, "r"); [all...] |
/external/quake/quake/src/WinQuake/ |
cl_demo.cpp | 247 cls.demofile = fopen (name, "wb");
|
gl_mesh.cpp | 340 f = fopen (fullpath, "wb");
|
/external/sonivox/arm-fm-22k/bin/ |
arm-fm-22k | |
/external/srec/portable/src/ |
PANSIFileImpl.c | 126 impl->value = fopen(impl->Interface.filename, mode);
|
/external/srec/tools/dictTest/ |
dictTest.c | 287 if ((fout = fopen(outfilename,"w")) == NULL)
|
/external/stlport/doc/ |
README.msvc | 179 origin like fopen() or abs(). Also, it defines additional overloads for
|
/external/stlport/stlport/stl/config/ |
host.h | 260 * (fopen/flose/fread/fwrite) under fstream buffers or unistd calls
|
/external/webkit/WebCore/bridge/ |
testbindings.cpp | 347 FILE *f = fopen(file, "r");
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/ |
Atari.patches | 459 X if ( (skelfile = fopen( skelname, "r" )) == NULL ) 464 X if ( (temp_action_file = fopen( action_file_name, "w" )) == NULL ) 467 X if ( (skelfile = fopen( skelname, "r" )) == NULL ) 474 X if ( (temp_action_file = fopen( action_file_name, "w" )) == NULL )
|
/frameworks/base/libs/rs/ |
rsFileA3D.cpp | 374 FILE *f = fopen("/sdcard/test.a3d", "rb");
|
Completed in 240 milliseconds
<<11121314151617181920>>