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

<<31323334353637383940>>

  /external/e2fsprogs/lib/blkid/
save.c 8 * This file may be redistributed under the terms of the
29 static int save_dev(blkid_dev dev, FILE *file)
40 fprintf(file,
44 fprintf(file, " PRI=\"%d\"", dev->bid_pri);
47 fprintf(file, " %s=\"%s\"", tag->bit_name,tag->bit_val);
49 fprintf(file, ">%s</device>\n", dev->bid_name);
55 * Write out the cache struct to the cache file on disk.
63 FILE *file = NULL local
    [all...]
  /external/iproute2/include/
utils.h 143 int print_timestamp(FILE *fp);
148 extern ssize_t getcmdline(char **line, size_t *len, FILE *in);
  /external/iproute2/tc/
em_cmp.c 28 static void cmp_print_usage(FILE *fd)
144 static int cmp_print_eopt(FILE *fd, struct tcf_ematch_hdr *hdr, void *data,
em_nbyte.c 28 static void nbyte_print_usage(FILE *fd)
107 static int nbyte_print_eopt(FILE *fd, struct tcf_ematch_hdr *hdr, void *data,
em_u32.c 27 static void u32_print_usage(FILE *fd)
152 static int u32_print_eopt(FILE *fd, struct tcf_ematch_hdr *hdr, void *data,
q_red.c 146 static int red_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
179 static int red_print_xstats(struct qdisc_util *qu, FILE *f, struct rtattr *xstats)
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 34 /* This file contains a generator for FreeS/WAN-style ipsec.secrets RSA keys. */
119 gen_rsa_key(FILE *fp, size_t bits, unsigned long exp)
158 FILE *fp = stdout;
188 fprintf(stderr, "%s: file exists! Please use a different name.\n", fname);
  /external/libpcap/
pcap1.h 77 * The first record in the file contains saved values for some
96 * magic number for your new capture file format, and, when
99 * use that magic number for save files with the changed file
103 * the old file header as well as files with the new file header
108 * be able to read your new capture file format.
171 * Each packet in the dump file is prepended with this generic header.
251 FILE *pcap_file(pcap_t *);
258 FILE *pcap_dump_file(pcap_dumper_t *);
282 /* Include file with the wpcap-specific extensions *
    [all...]
  /external/libxml2/include/libxml/
catalog.h 101 FILE *out);
121 xmlCatalogDump (FILE *out);
relaxng.h 158 xmlRelaxNGDump (FILE *output,
161 xmlRelaxNGDumpTree (FILE * output,
  /external/libxml2/
xmlmemory.c 152 * @file: the file name or NULL
161 xmlMallocLoc(size_t size, const char * file, int line)
185 p->mh_file = file;
221 * @file: the file name or NULL
230 xmlMallocAtomicLoc(size_t size, const char * file, int line)
254 p->mh_file = file;
305 * @file: the file name or NUL
    [all...]
  /external/linux-tools-perf/util/
thread.c 58 static size_t thread__fprintf(struct thread *self, FILE *fp)
128 size_t perf_session__fprintf(struct perf_session *self, FILE *fp)
  /external/openssh/
auth.h 174 FILE *auth_openkeyfile(const char *, struct passwd *, int);
175 FILE *auth_openprincipals(const char *, struct passwd *, int);
  /external/openssl/crypto/bio/
b_dump.c 165 int BIO_dump_fp(FILE *fp, const char *s, int len)
169 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent)
  /external/openssl/crypto/des/
des.c 95 int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp);
96 void uufwriteEnd(FILE *fp);
97 int uufread(unsigned char *out,int size,unsigned int num,FILE *fp);
115 FILE *DES_IN,*DES_OUT,*CKSUM_OUT;
274 fputs("input and output file are the same\n",stderr);
289 perror("opening input file");
301 perror("opening output file");
306 /* This should set the file to binary mode. */
326 "des <options> [input-file [output-file]]",
    [all...]
  /external/openssl/include/openssl/
ts.h 291 TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a);
292 int i2d_TS_REQ_fp(FILE *fp, TS_REQ *a);
304 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a);
305 int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a);
316 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a);
317 int i2d_TS_RESP_fp(FILE *fp, TS_RESP *a);
335 TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a);
336 int i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a);
729 X509 *TS_CONF_load_cert(const char *file);
730 STACK_OF(X509) *TS_CONF_load_certs(const char *file);
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 2 * @file opd_parse_proc.c
6 * @remark Read the file COPYING
89 * Read the /proc/<pid>/maps file and add all
94 FILE * fp;
169 FILE * fp;
  /external/protobuf/src/google/protobuf/testing/
file.cc 32 // emulates google3/file/base/file.cc
34 #include <google/protobuf/testing/file.h>
40 #include <windows.h> // Find*File(). :(
61 bool File::Exists(const string& name) {
65 bool File::ReadFileToString(const string& name, string* output) {
67 FILE* file = fopen(name.c_str(), "rb"); local
68 if (file == NULL) return false;
71 size_t n = fread(buffer, 1, sizeof(buffer), file);
86 FILE* file = fopen(name.c_str(), "wb"); local
    [all...]
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 7 * you may not use this file except in compliance with the License. *
298 FILE *fpInputSamples; // input raw PCM file
299 FILE *fpOutputSamples; // output raw PCM file
304 int nSampleGet; // number of samples to read from input speech file
305 int nSampleRead; // number of samples read from input speech file
316 fprintf(stderr, "Usage: pcm44pcm11 <input PCM file> <output PCM file>\n\n");
320 // Open input sample file
    [all...]
  /external/tinyxml/
tinyxml.cpp 766 void TiXmlElement::Print( FILE* cfile, int depth ) const
975 FILE* file = fopen( value.c_str (), "rb" ); local
977 if ( file )
979 // Get the file size, so we can pre-allocate the string. HUGE speed impact.
981 fseek( file, 0, SEEK_END );
982 length = ftell( file );
983 fseek( file, 0, SEEK_SET );
988 fclose( file );
992 // If we have a file, assume it is all one big XML file, and read it in
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.cpp 89 void writeLength(FILE* file, int indentLevel, const char* str, SkLength length)
93 writeIndent(file, indentLevel);
94 fprintf(file, "%s = { type = %d; value = %.2f; };\n", str, length.type, length.value);
97 void FixedPositioning::dumpLayer(FILE* file, int indentLevel) const
99 writeLength(file, indentLevel + 1, "fixedLeft", m_fixedLeft);
100 writeLength(file, indentLevel + 1, "fixedTop", m_fixedTop);
101 writeLength(file, indentLevel + 1, "fixedRight", m_fixedRight);
102 writeLength(file, indentLevel + 1, "fixedBottom", m_fixedBottom)
    [all...]
  /external/webrtc/src/system_wrappers/source/
cpu_linux.cc 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.
113 FILE* fp = fopen("/proc/stat", "r");
173 FILE* fp = fopen("/proc/stat", "r");
  /external/webrtc/test/testsupport/
fileutils.cc 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.
38 // The file we're looking for to identify the project root dir.
50 // Check for our file that verifies the root dir.
52 FILE* file = NULL; local
57 file = fopen(root_filename.c_str(), "r");
58 if (file != NULL) {
59 fclose(file);
    [all...]
  /external/webrtc/test/testsupport/metrics/
video_metrics.cc 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.
92 FILE* ref_fp = fopen(ref_filename, "rb");
94 // cannot open reference file
95 fprintf(stderr, "Cannot open file %s\n", ref_filename);
98 FILE* test_fp = fopen(test_filename, "rb");
100 // cannot open test file
101 fprintf(stderr, "Cannot open file %s\n", test_filename);
140 "(reference file: %s test file: %s)\n", ref_filename
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 5 ** you may not use this file except in compliance with the License.
17 File: AAC_E_SAMPLES.h
39 "-if input file name \n"
40 "-of output file name \n"
124 int ReadFile2Buf(FILE* infile,unsigned char* dest,int readSize)
135 FILE *infile, *outfile;
166 /* open input file */
169 printf("Open input file fail...");
173 /* open output file */
178 printf("Open output file fail...")
    [all...]

Completed in 1627 milliseconds

<<31323334353637383940>>