HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 451 - 475 of 2817) sorted by null

<<11121314151617181920>>

  /external/iproute2/ip/
xfrm_monitor.c 48 FILE *fp = (FILE*)arg;
109 FILE *fp = (FILE*)arg;
140 FILE *fp = (FILE*)arg;
177 FILE *fp = (FILE*)arg;
212 FILE *fp = (FILE*)arg
305 char *file = NULL; local
    [all...]
xfrm.h 134 FILE *fp, const char *prefix, const char *title);
135 void xfrm_stats_print(struct xfrm_stats *s, FILE *fp, const char *prefix);
138 FILE *fp, const char *prefix);
140 FILE *fp, const char *prefix);
142 FILE *fp, const char *prefix);
144 struct rtattr *tb[], FILE *fp, const char *prefix,
147 struct rtattr *tb[], FILE *fp, const char *prefix,
  /external/libpng/contrib/pngminus/
pnm2png.c 2 * pnm2png.c --- conversion from PBM/PGM/PPM-file to PNG-file
52 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
53 void get_token(FILE *pnm_file, char *token);
54 png_uint_32 get_data (FILE *pnm_file, int depth);
55 png_uint_32 get_value (FILE *pnm_file, int depth);
63 FILE *fp_rd = stdin;
64 FILE *fp_al = NULL
    [all...]
  /frameworks/base/tools/aidl/
AST.cpp 5 WriteModifiers(FILE* to, int mod, int mask)
37 WriteArgumentList(FILE* to, const vector<Expression*>& arguments)
81 Field::Write(FILE* to)
109 LiteralExpression::Write(FILE* to)
124 StringLiteralExpression::Write(FILE* to)
161 Variable::WriteDeclaration(FILE* to)
172 Variable::Write(FILE* to)
196 FieldVariable::Write(FILE* to)
221 StatementBlock::Write(FILE* to)
253 ExpressionStatement::Write(FILE* to
    [all...]
  /external/llvm/lib/Analysis/
ProfileDataLoader.cpp 5 // This file is distributed under the University of Illinois Open Source
11 // file.
57 /// ReadProfilingData - Load 'NumEntries' items of type 'T' from file 'F'
59 static void ReadProfilingData(const char *ToolName, FILE *F,
68 static unsigned ReadProfilingNumEntries(const char *ToolName, FILE *F,
77 static void ReadProfilingBlock(const char *ToolName, FILE *F,
100 static void ReadProfilingArgBlock(const char *ToolName, FILE *F,
118 /// ProfileDataLoader ctor - Read the specified profiling data file, reporting
119 /// a fatal error if the file is invalid or broken.
123 FILE *F = fopen(Filename.c_str(), "rb")
    [all...]
  /external/openssl/apps/
CA.pl 36 # default openssl.cnf file has setup as per the following
103 $FILE = <STDIN>;
105 chop $FILE;
108 if ($FILE) {
109 cp_pem($FILE,"${CATOP}/private/$CAKEY", "PRIVATE");
110 cp_pem($FILE,"${CATOP}/$CACERT", "CERTIFICATE");
131 print "PKCS #12 file is in newcert.p12\n";
CA.pl.in 36 # default openssl.cnf file has setup as per the following
103 $FILE = <STDIN>;
105 chop $FILE;
108 if ($FILE) {
109 cp_pem($FILE,"${CATOP}/private/$CAKEY", "PRIVATE");
110 cp_pem($FILE,"${CATOP}/$CACERT", "CERTIFICATE");
131 print "PKCS #12 file is in newcert.p12\n";
  /external/quake/quake/src/WinQuake/
sys_null.cpp 28 FILE IO
34 FILE *sys_handles[MAX_HANDLES];
52 int filelength (FILE *f)
67 FILE *f;
86 FILE *f;
122 FILE *f;
  /external/chromium/chrome/browser/chromeos/login/
ownership_service.cc 3 // found in the LICENSE file.
47 BrowserThread::FILE,
91 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
101 BrowserThread::FILE, FROM_HERE,
111 BrowserThread::FILE, FROM_HERE,
126 BrowserThread::FILE, FROM_HERE,
142 BrowserThread::FILE, FROM_HERE,
174 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
180 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
193 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
    [all...]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 34 # file and "nopoll" is commented out.
196 # update the addn-hosts file
197 open(FILE, "+<$recordfile") || die "Couldn't open recordfile \"$recordfile\": $!\n";
198 flock(FILE, 2);
199 while ( <FILE> ) {
212 sysseek(FILE, 0, 0);
213 truncate(FILE, 0);
214 syswrite(FILE, join("", @records));
215 flock(FILE, 8);
216 close(FILE);
    [all...]
  /external/oprofile/libutil/
op_fileio.c 2 * @file op_fileio.c
6 * @remark Read the file COPYING
22 static FILE * op_do_open_file(char const * name, char const * mode, int fatal)
24 FILE * fp;
40 FILE * op_try_open_file(char const * name, char const * mode)
46 FILE * op_open_file(char const * name, char const * mode)
52 void op_close_file(FILE * fp)
59 void op_write_file(FILE * fp, void const * buf, size_t size)
77 void op_write_u8(FILE * fp, u8 val)
83 void op_write_u32(FILE * fp, u32 val
    [all...]
  /external/bison/src/
gram.c 6 This file is part of Bison, the GNU Compiler Compiler.
68 rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out)
85 rule_lhs_print_xml (rule *r, FILE *out, int level)
101 rule_rhs_print (rule *r, FILE *out)
117 rule_rhs_print_xml (rule *r, FILE *out, int level)
137 rule_print (rule *r, FILE *out)
144 ritem_print (FILE *out)
173 grammar_rules_partial_print (FILE *out, const char *title,
199 grammar_rules_print (FILE *out)
205 grammar_rules_print_xml (FILE *out, int level
    [all...]
graphviz.c 5 This file is part of Bison, the GNU Compiler Compiler.
42 start_graph (FILE *fout)
63 output_node (int id, char const *label, FILE *fout)
70 char const *style, FILE *fout)
101 bool enabled, bool first, FILE *fout)
156 output_red (state const *s, reductions const *reds, FILE *fout)
215 finish_graph (FILE *fout)
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 77 extern int fprintf (FILE *fp, const char *format, ...)
82 extern int fprintf (FILE *fp, const char *format, ...)
96 extern int vfprintf (FILE *fp, const char *format, va_list args)
101 extern int vfprintf (FILE *fp, const char *format, va_list args)
294 extern FILE * fopen (const char *filename, const char *mode);
308 extern FILE * freopen (const char *filename, const char *mode, FILE *stream);
323 extern int fseeko (FILE *fp, off_t offset, int whence);
335 extern int rpl_fseek (FILE *fp, long offset, int whence);
359 extern off_t ftello (FILE *fp)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 6 Note - certain prototypes declared in this header file are for
8 FSF. Those prototypes are present in this file for reference
9 purposes only and their presence in this file should not construed
33 systems that do support those functions. In this file we only
53 avoid any multi-threaded locking. Otherwise leave the FILE pointer
56 extern void unlock_stream (FILE *);
64 /* Open and return a FILE pointer. If the OS supports it, ensure that
66 return the FILE pointer unchanged. */
68 extern FILE *fopen_unlocked (const char *, const char *);
69 extern FILE *fdopen_unlocked (int, const char *)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 6 Note - certain prototypes declared in this header file are for
8 FSF. Those prototypes are present in this file for reference
9 purposes only and their presence in this file should not construed
33 systems that do support those functions. In this file we only
53 avoid any multi-threaded locking. Otherwise leave the FILE pointer
56 extern void unlock_stream (FILE *);
64 /* Open and return a FILE pointer. If the OS supports it, ensure that
66 return the FILE pointer unchanged. */
68 extern FILE *fopen_unlocked (const char *, const char *);
69 extern FILE *fdopen_unlocked (int, const char *)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 6 Note - certain prototypes declared in this header file are for
8 FSF. Those prototypes are present in this file for reference
9 purposes only and their presence in this file should not construed
33 systems that do support those functions. In this file we only
53 avoid any multi-threaded locking. Otherwise leave the FILE pointer
56 extern void unlock_stream (FILE *);
64 /* Open and return a FILE pointer. If the OS supports it, ensure that
66 return the FILE pointer unchanged. */
68 extern FILE *fopen_unlocked (const char *, const char *);
69 extern FILE *fdopen_unlocked (int, const char *)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 6 Note - certain prototypes declared in this header file are for
8 FSF. Those prototypes are present in this file for reference
9 purposes only and their presence in this file should not construed
33 systems that do support those functions. In this file we only
53 avoid any multi-threaded locking. Otherwise leave the FILE pointer
56 extern void unlock_stream (FILE *);
64 /* Open and return a FILE pointer. If the OS supports it, ensure that
66 return the FILE pointer unchanged. */
68 extern FILE *fopen_unlocked (const char *, const char *);
69 extern FILE *fdopen_unlocked (int, const char *)
    [all...]
  /external/webkit/Tools/Scripts/
svn-apply 40 # Has mode where it will roll back to svn version numbers in the patch file so svn
54 # When doing a removal, check that old file matches what's being removed.
64 use File::Basename;
65 use File::Spec;
121 # Need to use a typeglob to pass the file handle as a parameter,
125 print "Parsed " . @diffHashRefs . " diffs from patch file(s).\n";
136 for my $file (sort keys %sourceRevisions) {
137 my $version = $sourceRevisions{$file};
138 print "Getting version $version of $file\n";
139 system("svn", "update", "-r", $version, $file) == 0 or die "Failed to run svn update -r $version $file."
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 50 name of the file that had the error */
54 FILE *fp;
61 static void do_ck_fclose P_((FILE *fp));
105 static const char *utils_fp_name P_((FILE *fp));
108 FILE *fp;
127 FILE *fp;
152 FILE *
158 FILE *fp;
164 panic(_("couldn't open file %s: %s"), name, strerror(errno));
174 FILE *
    [all...]
  /external/blktrace/btt/
output.c 54 void output_section_hdr(FILE *ofp, char *hdr)
61 void output_hdr(FILE *ofp, char *hdr)
68 void __output_avg(FILE *ofp, char *hdr, struct avg_info *ap, int do_easy)
94 FILE *ofp;
109 void output_dip_avg(FILE *ofp, char *hdr, ai_dip_t (*func)(struct d_info *))
118 FILE *ofp;
128 FILE *ofp = q2dp->ofp;
138 void output_q2d_histo(FILE *ofp)
186 fprintf((FILE *)arg,
225 void output_dip_merge_ratio(FILE *ofp
    [all...]
q2d.c 69 void q2d_display_header(FILE *fp)
83 void q2d_display_dashes(FILE *fp)
92 void q2d_display(FILE *fp, void *priv)
  /bionic/tests/
stdio_test.cpp 5 * you may not use this file except in compliance with the License.
26 FILE* fp = tmpfile();
51 FILE* fp = tmpfile();
70 // The last read should have set the end-of-file indicator for the stream.
75 // It should set the end-of-file indicator for the stream, though.
86 FILE* fp = tmpfile();
109 FILE* fp = tmpfile();
135 // The last read should have set the end-of-file indicator for the stream.
140 // It should set the end-of-file indicator for the stream, though.
151 FILE* fp = tmpfile()
    [all...]
  /external/iproute2/tc/
tc_monitor.c 40 FILE *fp = (FILE*)arg;
70 char *file = NULL; local
74 if (matches(*argv, "file") == 0) {
76 file = *argv;
88 if (file) {
89 FILE *fp;
90 fp = fopen(file, "r");
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 31 use File::Find;
32 use File::Basename;
33 use File::Path qw(mkpath);
34 use File::Spec::Functions;
36 my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
60 find(\&collectFameworkHeaderPaths, File::Spec->catfile($srcRoot, $framework));
65 my $filePath = $File::Find::name;
66 my $file = $_;
68 open(FILE, "<$file") or die "Could not open $filePath.\n"
    [all...]

Completed in 2830 milliseconds

<<11121314151617181920>>