HomeSort by relevance Sort by last modified time
    Searched refs:open_file (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 52 struct open_file struct
56 struct open_file *link;
60 static struct open_file *open_files = NULL;
110 struct open_file *p;
131 struct open_file *p;
142 p = MALLOC(1, struct open_file);
297 struct open_file r;
298 struct open_file *prev;
299 struct open_file *cur;
  /external/elfutils/src/
elfcmp.c 49 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
157 Elf *elf1 = open_file (fname1, &fd1, &ebl1);
162 Elf *elf2 = open_file (fname2, &fd2, &ebl2);
569 open_file (const char *fname, int *fdp, Ebl **eblp) function
unstrip.c 1925 open_file (const char *file, bool writable) function
    [all...]
  /external/libpng/
example.c 82 #ifdef open_file /* prototype 1 */
  /external/qemu/block/
vvfat.c 1159 static int open_file(BDRVVVFATState* s,mapping_t* mapping) function
    [all...]

Completed in 1128 milliseconds