OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fil
(Results
1 - 3
of
3
) sorted by null
/external/iptables/extensions/
libipt_realm.c
50
FILE *
fil
;
local
55
fil
= fopen(rfnm, "r");
56
if (!
fil
) {
61
while (fgets(buf, sizeof(buf),
fil
)) {
115
fclose(
fil
);
/cts/tools/dasm/src/java_cup/
Main.java
366
File
fil
;
local
386
fil
= new File(out_name);
389
new BufferedOutputStream(new FileOutputStream(
fil
), 4096));
397
fil
= new File(out_name);
400
new BufferedOutputStream(new FileOutputStream(
fil
), 4096));
/external/libxml2/
xmlIO.c
1017
FILE *
fil
;
local
1022
fil
= (FILE *) context;
1023
if ((
fil
== stdout) || (
fil
== stderr)) {
1024
ret = fflush(
fil
);
1029
if (
fil
== stdin)
[
all
...]
Completed in 349 milliseconds