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;
  /system/extras/tests/framebuffer/
mdp_test.c 31 static int open_file(char *name, int *fd, int *len, int *fmt) function
235 if (open_file(optarg, &file_fd, &file_len, &src_fmt) < 0) {
  /external/bluetooth/hcidump/src/
hcidump.c 453 static int open_file(char *file, int mode, unsigned long flags) function
1030 pppdump_fd = open_file(pppdump_file, PPPDUMP, flags);
1033 audio_fd = open_file(audio_file, AUDIO, flags);
1045 read_dump(open_file(dump_file, mode, flags));
1051 open_file(dump_file, mode, flags), flags);
  /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 296 milliseconds