/external/libpcap/ |
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/libusb/examples/ |
dpfp.c | 230 fd = fopen(filename, "w");
|
dpfp_threaded.c | 259 fd = fopen(filename, "w");
|
/external/libvorbis/examples/ |
encoder_example.c | 71 binary mode, eg, fopen("file.wav","wb"); */
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp-qt.php | 100 'va_start', 'va_arg', 'va_end', 'offsetof', 'sizeof', 'fopen', 'freopen',
|
klonecpp.php | 79 'va_start', 'va_arg', 'va_end', 'offsetof', 'sizeof', 'fopen', 'freopen',
|
objc.php | 115 'fputc', 'fprintf', 'fopen', 'fmod', 'floor', 'fgets', 'fgetpos',
|
php-brief.php | 84 'ereg', 'ereg_replace', 'eregi', 'eregi_replace', 'split', 'spliti', 'join', 'sql_regcase', 'dl', 'pclose', 'popen', 'readfile', 'rewind', 'rmdir', 'umask', 'fclose', 'feof', 'fgetc', 'fgets', 'fgetss', 'fread', 'fopen', 'fpassthru', 'ftruncate', 'fstat', 'fseek', 'ftell', 'fflush', 'fwrite', 'fputs', 'mkdir', 'rename', 'copy', 'tempnam', 'tmpfile', 'file', 'file_get_contents', 'stream_select', 'stream_context_create', 'stream_context_set_params', 'stream_context_set_option', 'stream_context_get_options', 'stream_filter_prepend', 'stream_filter_append', 'fgetcsv', 'flock', 'get_meta_tags', 'stream_set_write_buffer', 'set_file_buffer', 'set_socket_blocking', 'stream_set_blocking', 'socket_set_blocking', 'stream_get_meta_data', 'stream_register_wrapper', 'stream_wrapper_register', 'stream_set_timeout', 'socket_set_timeout', 'socket_get_status', 'realpath', 'fnmatch', 'fsockopen', 'pfsockopen', 'pack', 'unpack', 'get_browser', 'crypt', 'opendir', 'closedir', 'chdir', 'getcwd', 'rewinddir', 'readdir', 'dir', 'glob', 'fileatime', 'filectime', 'filegroup', 'fileinode', 'filemtime', 'fileowner', 'fileperms', 'filesize', 'filetype', 'file_exists', 'is_writable', 'is_writeable', 'is_readable', 'is_executable', 'is_file', 'is_dir', 'is_link', 'stat', 'lstat', 'chown',
|
sas.php | 79 'FOPEN','FOPTNAME','FOPTNUM','FPOINT','FPOS','FPUT','FREAD',
|
/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 435 f = fopen("kf_boost.stt", "a"); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 96 FILE *fp = fopen("tx_count.bin", "wb"); 136 FILE *fp = fopen("switchable_interp.bin", "wb"); [all...] |
/external/libxml2/ |
xmllint.c | [all...] |
/external/linux-tools-perf/util/ |
config.c | 360 FILE *f = fopen(filename, "r");
|
/external/llvm/lib/Support/Unix/ |
Process.inc | 347 if (FILE *RandomSource = ::fopen("/dev/urandom", "r")) {
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_main.c | 380 fp = fopen(argv[++i], "wt");
|
/external/mesa3d/src/gallium/tests/graw/ |
vs-test.c | 191 if ((f = fopen(filename, "r")) == NULL) {
|
/external/opencv/otherlibs/highgui/ |
loadsave.cpp | 206 f = fopen( buffer, "rb" );
|
/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/android/avd/ |
util.c | 196 file = fopen(propFile, "rb");
|
/external/qemu/distrib/jpeg-6b/ |
ckconfig.c | 297 if ((outfile = fopen("jconfig.h", "w")) == NULL) {
|
/external/qemu/ |
usb-linux.c | 1073 f = fopen(line, "r"); 1161 f = fopen(filename, "r"); [all...] |
/external/sonivox/arm-fm-22k/bin/ |
arm-fm-22k | |