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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vdprintf.c 46 int *fdp = cookie; local
47 return (write(*fdp, buf, n));
  /external/elfutils/0.153/libdwfl/
open.c 143 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok)
147 Elf *elf = elf_begin (*fdp, ELF_C_READ_MMAP_PRIVATE, NULL);
150 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd);
157 error = __libdw_image_header (*fdp, &offset,
179 error = what_kind (*fdp, &elf, &kind, &close_fd);
197 close (*fdp);
198 *fdp = -1;
libdwflP.h 407 /* Open Elf handle on *FDP. This handles decompression and checks
409 Returns DWFL_E_NOERROR and sets *ELFP on success, resets *FDP to -1 if
410 it's no longer used. Resets *FDP on failure too iff CLOSE_ON_FAIL. */
411 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp,
  /external/dhcpcd/
bpf.c 55 int *fdp = NULL; local
113 fdp = &iface->arp_fd;
117 fdp = &iface->raw_fd;
123 if (fdp) {
124 if (*fdp != -1)
125 close(*fdp);
126 *fdp = fd;
  /external/qemu/audio/
ossaudio.c 121 static void oss_anal_close (int *fdp)
125 qemu_set_fd_handler (*fdp, NULL, NULL, NULL);
126 err = close (*fdp);
128 oss_logerr (errno, "Failed to close file(fd=%d)\n", *fdp);
130 *fdp = -1;
  /external/qemu/target-i386/
hax-interface.h 39 uint32 fdp; member in struct:fx_layout::__anon13822::__anon13823
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 265 FileDescriptorProto fdp; local
266 file_->CopyTo(&fdp);
267 fdp.SerializeToString(&file_descriptor_serialized_);
    [all...]
  /external/elfutils/0.153/src/
elfcmp.c 50 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
726 open_file (const char *fname, int *fdp, Ebl **eblp)
741 *fdp = fd;
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 250 FileDescriptorProto fdp; local
251 file_->CopyTo(&fdp);
252 fdp.SerializeToString(&file_descriptor_serialized_);
    [all...]
  /external/blktrace/
blktrace.c 1027 int cpu, *fdp; local
1029 for (cpu = 0, fdp = cl_fds; cpu < ncpus; cpu++, fdp++) {
1030 if (*fdp >= 0) {
1031 net_send_drops(*fdp);
1032 net_close_connection(fdp);
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/llvm/
configure 747 FDP
    [all...]

Completed in 862 milliseconds