HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 601 - 625 of 2555) sorted by null

<<21222324252627282930>>

  /external/openssl/apps/
CA.sh 30 # default openssl.cnf file has setup as per the following
117 read FILE
120 if [ "$FILE" ]; then
121 cp_pem $FILE ${CATOP}/private/$CAKEY PRIVATE
122 cp_pem $FILE ${CATOP}/$CACERT CERTIFICATE
  /external/openssl/crypto/rand/
randfile.c 96 static FILE *(*const vms_fopen)(const char *, const char *, ...) =
97 (FILE *(*)(const char *, const char *, ...))fopen;
106 int RAND_load_file(const char *file, long bytes)
109 * if bytes == -1, read complete file. */
116 FILE *in;
118 if (file == NULL) return(0);
129 if (stat(file,&sb) < 0) return(0);
135 in=vms_fopen(file,"rb",VMS_OPEN_ATTRS);
137 in=fopen(file,"rb");
142 /* this file is a device. we don't want read an infinite numbe
    [all...]
  /external/openssl/crypto/rsa/
rsa_prn.c 65 int RSA_print_fp(FILE *fp, const RSA *x, int off)
  /external/openssl/crypto/x509v3/
v3prin.c 70 FILE *inf;
  /external/ppp/pppd/include/
pcap-int.h 45 FILE *rfile;
  /external/ppp/pppd/plugins/radius/
radattr.c 64 * file contains "name value" pairs.
69 FILE *fp;
90 dbglog("RADATTR plugin wrote %d line(s) to file %s.", cnt, fname);
110 dbglog("RADATTR plugin removed file %s.", fname);
  /external/qemu/android/utils/
lineinput.c 25 FILE* file; member in struct:LineInput::__anon10519
50 /* Create a LineInput object that reads from a FILE* object */
52 lineInput_newFromStdFile( FILE* file )
56 input->std.file = file;
76 static int _lineInput_getLineFromStdFile( LineInput* input, FILE* file );
107 ret = _lineInput_getLineFromStdFile(input, input->std.file);
    [all...]
  /external/quake/quake/src/QW/client/
cvar.h 29 file when the game is quit:
96 void Cvar_WriteVariables (FILE *f);
  /external/quake/quake/src/WinQuake/
cvar.h 29 file when the game is quit:
96 void Cvar_WriteVariables (FILE *f);
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.h 3 * File:
7 * Writes output to a .WAV file
9 * DO NOT MODIFY THIS FILE!
14 * you may not use this file except in compliance with the License.
37 /* .WAV file format chunk */
47 /* .WAV file header */
61 FILE *file; member in struct:__anon12384
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.h 3 * File:
7 * Writes output to a .WAV file
9 * DO NOT MODIFY THIS FILE!
14 * you may not use this file except in compliance with the License.
37 /* .WAV file format chunk */
47 /* .WAV file header */
61 FILE *file; member in struct:__anon12434
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.h 3 * File:
7 * Writes output to a .WAV file
9 * DO NOT MODIFY THIS FILE!
14 * you may not use this file except in compliance with the License.
37 /* .WAV file format chunk */
47 /* .WAV file header */
61 FILE *file; member in struct:__anon12485
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
MMap.h 4 // found in the LICENSE file.
51 int fSize; // size of file to map in
52 FILE *fp;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
tokens.h 85 void DumpTokenStream(FILE *, TokenStream *, yystypepp * yylvalpp);
  /external/webkit/Source/WebCore/platform/efl/
SharedBufferEfl.cpp 42 FILE* file; local
49 if (!(file = fopen(filePath.utf8().data(), "rb")))
52 if (fstat(fileno(file), &fileStat)) {
53 fclose(file);
60 fclose(file);
64 fread(result->m_buffer.data(), 1, fileStat.st_size, file);
65 fclose(file);
  /external/webkit/Tools/Scripts/
svn-unapply 52 # Use version numbers in the patch file and do a 3-way merge.
53 # When reversing an addition, check that the file matches what's being removed.
65 use File::Basename;
66 use File::Spec;
67 use File::Temp qw(tempfile);
100 # Need to use a typeglob to pass the file handle as a parameter,
104 print "Parsed " . @diffHashRefs . " diffs from patch file(s).\n";
128 my $file = shift;
129 open(FILE, $file) or die "Can't open '$file': $!"
    [all...]
  /external/zlib/examples/
zpipe.c 23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
25 # define SET_BINARY_MODE(file)
30 /* Compress from file source to file dest until EOF on source.
36 int def(FILE *source, FILE *dest, int level)
52 /* compress until end of file */
77 /* done when last data in file processed */
86 /* Decompress from file source to file dest until stream ends or EOF
    [all...]
  /frameworks/av/cmds/stagefright/
WaveWriter.h 5 * you may not use this file except in compliance with the License.
65 FILE *mFile;
  /frameworks/av/media/libstagefright/httplive/
LiveDataSource.h 5 * you may not use this file except in compliance with the License.
55 FILE *mBackupFile;
  /frameworks/base/cmds/screenshot/
screenshot.c 18 void take_screenshot(FILE *fb_in, FILE *fb_out) {
107 FILE *png = NULL;
108 FILE *fb_in = NULL;
159 fprintf(stderr, "error: writing file %s: %s\n",
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java 5 * you may not use this file except in compliance with the License.
27 import java.io.File;
51 private static final int FILE = 3;
59 sURLMatcher.addURI("*", "file", FILE);
124 case FILE:
144 case FILE:
145 File file = getContext().getFileStreamPath(DATA_FILE); local
146 return ParcelFileDescriptor.open(file, ParcelFileDescriptor.MODE_READ_ONLY)
    [all...]
  /frameworks/compile/linkloader/lib/
ELFSymbol.cpp 5 * you may not use this file except in compliance with the License.
32 CASE(FILE)
  /frameworks/wilhelm/tools/mphtogen/
mphtogen.c 5 * you may not use this file except in compliance with the License.
27 FILE *fp = fopen(filename, "w");
29 fputs("// This file is automagically generated by mphtogen, do not edit\n", fp);
  /gdk/samples/quake/jni/
cvar.h 29 file when the game is quit:
96 void Cvar_WriteVariables (FILE *f);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic-core.h 8 This file is part of GCC.
21 along with GCC; see the file COPYING3. If not see
87 extern void fnotice (FILE *, const char *, ...)

Completed in 1977 milliseconds

<<21222324252627282930>>