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

<<41424344454647484950>>

  /external/iproute2/tc/
f_basic.c 109 static int basic_print_opt(struct filter_util *qu, FILE *f,
  /external/iptables/iptables/
ip6tables-save.c 41 FILE *procfile = NULL;
iptables-save.c 39 FILE *procfile = NULL;
  /external/jpeg/
rdppm.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 read input images in PPM/PGM format.
16 * at the start of the file; start_input may need work if the
18 * the file is indeed PPM format).
55 #define ReadOK(file,buffer,len) (JFREAD(file,buffer,len) == ((size_t) (len)))
84 pbm_getc (FILE * infile)
101 read_pbm_integer (j_compress_ptr cinfo, FILE * infile)
102 /* Read an unsigned decimal integer from the PPM file */
    [all...]
  /external/libvpx/vp8/common/
debugmodes.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.
22 FILE *mvs = fopen("mvs.stt", "a");
  /external/linux-tools-perf/util/
cgroup.c 14 FILE *fp;
debugfs.c 47 FILE *fp;
util.c 35 FILE *from_fp = fopen(from, "r"), *to_fp;
  /external/llvm/runtime/libprofile/
GCDAProfiling.c 1 /*===- GCDAProfiling.c - Support library for GCDA file emission -----------===*\
5 |* This file is distributed under the University of Illinois Open Source
10 |* This file implements the call back routines for the gcov profiling
14 |* We emit files in a corrupt version of GCOV's "gcda" file format. These files
18 |* TODO: gcov is multi-process safe by having each exit open the existing file
36 * --- GCOV file format I/O primitives ---
39 static FILE *output_file = NULL;
106 /* A file in this case is a translation unit. Each .o file built with line
107 * profiling enabled will emit to a different file. Only one file may b
    [all...]
  /external/openssh/
key.h 101 int key_write(const Key *, FILE *);
  /external/openssl/crypto/pkcs12/
p12_decr.c 136 FILE *op;
  /external/oprofile/libop/
op_cpu_type.c 2 * @file op_cpu_type.c
6 * @remark Read the file COPYING
129 FILE * fp;
136 fprintf(stderr, "Unable to open cpu_type file for reading\n");
  /external/ppp/pppd/plugins/radius/
radrealms.c 31 { "realms-config-file", o_string, &radrealms_config },
45 FILE *fd;
  /external/qemu/distrib/jpeg-6b/
rdppm.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 read input images in PPM/PGM format.
16 * at the start of the file; start_input may need work if the
18 * the file is indeed PPM format).
55 #define ReadOK(file,buffer,len) (JFREAD(file,buffer,len) == ((size_t) (len)))
84 pbm_getc (FILE * infile)
101 read_pbm_integer (j_compress_ptr cinfo, FILE * infile)
102 /* Read an unsigned decimal integer from the PPM file */
    [all...]
  /external/qemu/
migration-exec.c 12 * the COPYING file in the top-level directory.
70 FILE *f;
82 DPRINTF("Unable to retrieve file descriptor for popen'd handle\n");
87 DPRINTF("Unable to set nonblocking mode on file descriptor\n");
145 DPRINTF("Unable to apply qemu wrapper to popen file\n");
qemu-config.c 50 .name = "file",
306 .name = "file",
391 .name = "x509-key-file",
397 .name = "x509-cert-file",
400 .name = "x509-cacert-file",
403 .name = "x509-dh-key-file",
557 FILE *fp;
583 void qemu_config_write(FILE *fp)
589 fprintf(fp, "# qemu config file\n\n");
596 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname
    [all...]
  /external/quake/quake/src/QW/client/
cvar.c 241 void Cvar_WriteVariables (FILE *f)
  /external/quake/quake/src/QW/server/
sys_win.c 36 FILE *f;
  /external/quake/quake/src/WinQuake/
cvar.cpp 216 void Cvar_WriteVariables (FILE *f)
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 7 * you may not use this file except in compliance with the License. *
46 static FILE *audio_data;
  /external/stlport/stlport/stl/
_cstdio.h 53 using _STLP_VENDOR_CSTD::FILE;
  /external/webkit/Source/JavaScriptCore/API/tests/
minidom.c 106 FILE* f = fopen(fileName, "r");
108 fprintf(stderr, "Could not open file: %s\n", fileName);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
main.cpp 4 // found in the LICENSE file.
22 FILE *debug = fopen("debug.txt", "rt");
  /external/webkit/Source/WebKit/android/wds/
Command.cpp 60 FILE* f = fopen(DOM_TREE_LOG_FILE, "r");
  /external/webkit/Tools/android/flex-2.5.4a/
scan.l 112 line_directive_out( (FILE *) 0, 1 );
123 line_directive_out( (FILE *) 0, 1 );
666 /* set_input_file - open the given file (if NULL, stdin) for scanning */
668 void set_input_file( file )
669 char *file;
671 if ( file && strcmp( file, "-" ) )
673 infilename = copy_string( file );
677 lerrsf( _( "can't open %s" ), file );

Completed in 3409 milliseconds

<<41424344454647484950>>