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

<<61626364656667686970>>

  /external/libselinux/src/
label_android_property.c 140 FILE *fp;
158 /* Open the specification file. */
170 * Two passes of the specification file. First is to get the size.
  /external/libsepol/src/
genbools.c 69 FILE *boolf;
genusers.c 37 FILE *fp;
  /external/libvpx/
args.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
112 void arg_show_usage(FILE *fp, const struct arg_def *const *defs)
  /external/libvpx/nestegg/test/
test.c 5 * accompanying file LICENSE for details.
77 FILE * fp;
  /external/libvpx/vp8/encoder/
ratectrl.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
389 FILE *f;
    [all...]
  /external/libxml2/include/libxml/
tree.h 671 xmlBufferDump (FILE *file,
    [all...]
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This verifier derives an edge profile file from current path profile
51 EdgeProfileFilename("path-profile-verifier-file",
54 cl::desc("Edge profile file generated by -path-profile-verifier"),
173 // Open a handle to the file
174 FILE* edgeFile = fopen(filename.c_str(),"wb");
177 errs() << "error: unable to open file '" << filename << "' for output.\n";
199 // write each edge to the file
  /external/mesa3d/src/glsl/
glsl_parser.cpp     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 47 This part of the file implements PNG codec on base of libpng library,
271 FILE* f = 0;
331 /* End of file. */
  /external/openssh/
auth-rsa.c 7 * based on RSA authentication. This file also contains functions to check
13 * incompatible with the protocol description in the RFC file, it must be
61 * The .ssh/authorized_keys file contains public keys, one per line, in the
164 rsa_key_allowed_in_file(struct passwd *pw, char *file,
170 FILE *f;
174 debug("trying public RSA key file %s", file);
175 if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL)
184 while (read_keyfile_line(f, file, line, sizeof(line), &linenum) != -1) {
216 file, linenum)
273 char *file; local
    [all...]
dh.c 127 FILE *f;
  /external/openssl/crypto/asn1/
t_req.c 74 int X509_REQ_print_fp(FILE *fp, X509_REQ *x)
  /external/openssl/crypto/bn/
bn_print.c 320 int BN_print_fp(FILE *fp, const BIGNUM *a)
  /external/openssl/crypto/objects/
obj_dat.pl 45 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]";
46 open (OUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
173 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
objects.pl 3 open (NUMIN,"$ARGV[1]") || die "Can't open number file $ARGV[1]";
26 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]";
113 open (NUMOUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
120 open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]";
124 /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
  /external/openssl/crypto/pem/
pem_lib.c 167 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
314 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp,
569 int PEM_write(FILE *fp, char *name, char *header, unsigned char *data,
649 int PEM_read(FILE *fp, char **name, char **header, unsigned char **data,
  /external/openssl/crypto/x509v3/
v3_prn.c 225 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent)
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 2 * @file daemon/liblegacy/opd_kernel.c
6 * @remark Read the file COPYING
135 * Parse the file /proc/ksyms to read in mapping information for
137 * to this file which allows determination of the module image
143 * Currently the image file "objectfile" is stored, and details of
153 FILE * fp;
343 * successful, the sample is output to the relevant file.
346 * wrong in the file, as it is not a file offset, but the offset
  /external/oprofile/daemon/
opd_anon.c 2 * @file opd_anon.c
14 * @remark Read the file COPYING
133 FILE * fp = NULL;
149 * Ignore all mappings starting with "/" (file or shared memory object)
  /external/ppp/pppd/plugins/pppoatm/
ans.c 198 FILE *file; local
209 if (!(file = fopen(E164_CC_FILE,"r")))
212 while (fgets(buffer,MAX_LINE,file)) {
221 fclose(file);
  /external/ppp/pppd/plugins/radius/
radiusclient.h 11 * See the file COPYRIGHT for the respective terms and conditions.
12 * If the file is missing contact me at lf@elemental.net
395 VALUE_PAIR *rc_avpair_readin __P((FILE *));
  /external/qemu/android/avd/
util.c 77 /* Return the path to the AVD's root configuration .ini file. it is located in
80 * This file contains the path to the AVD's content directory, which
120 /* Look for the root .ini file */
152 APANIC("Could not open AVD config file: %s", temp);
170 * file. This is a text file that contains definitions of the format:
179 FILE* file; local
184 file = fopen(propFile, "rb");
185 if (file == NULL)
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file contains a very simple stand-alone application that displays
9 * the text in COM (comment) markers in a JFIF file.
57 * These macros are used to read the input file.
61 static FILE * infile; /* input JPEG file */
79 ERREXIT("Premature EOF in JPEG file");
92 ERREXIT("Premature EOF in JPEG file");
95 ERREXIT("Premature EOF in JPEG file");
    [all...]
wrtarga.c 5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file contains routines to write output images in Targa format.
163 * Startup: write the file header.
171 FILE *outfile;
207 * Finish up at the end of the file.
213 /* Make sure we wrote the output file OK */

Completed in 1476 milliseconds

<<61626364656667686970>>