HomeSort by relevance Sort by last modified time
    Searched defs:open_files (Results 1 - 6 of 6) 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
  /external/fio/
thread_options.h 75 unsigned int open_files; member in struct:thread_options
302 uint32_t open_files; member in struct:thread_options_pack
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 245 milliseconds