OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:open_files
(Results
1 - 13
of
13
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/sed/
utils.c
60
static struct open_file *
open_files
= NULL;
variable in typeref:struct:open_file
85
while (
open_files
)
87
if (
open_files
->temp)
89
fclose (
open_files
->fp);
91
unlink (
open_files
->name);
93
fprintf (stderr, _("cannot remove %s: %s"),
open_files
->name, strerror (errno));
96
open_files
=
open_files
->link;
104
/* Internal routine to get a filename from
open_files
*/
112
for (p=
open_files
; p; p=p->link
[
all
...]
/cts/tools/dasm/src/java_cup/
Main.java
152
open_files
();
method
364
protected static void
open_files
()
method in class:Main
/cts/tools/dasm/etc/
java_cup.jar
java_cup.jar.old
java_cup-new.jar
/ndk/sources/host-tools/sed-4.2.1/
ChangeLog
573
* lib/utils.c (utils_id_s): Renamed to
open_files
.
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib32/
libbfd.a
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib32/
libbfd.a
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib32/
libbfd.a
[
all
...]
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib32/
libbfd.a
[
all
...]
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib32/
libbfd.a
[
all
...]
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib32/
libbfd.a
[
all
...]
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib32/
libbfd.a
[
all
...]
Completed in 1371 milliseconds