HomeSort by relevance Sort by last modified time
    Searched defs:fdlen (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/src/
strings.c 48 static int read_fd (int fd, const char *fname, off64_t fdlen);
49 static int read_elf (Elf *elf, int fd, const char *fname, off64_t fdlen);
189 off64_t fdlen = (fstat_fail local
191 if (fdlen > (off64_t) min_len_bytes)
199 result |= read_fd (fd, fname, fdlen);
201 result |= read_elf (elf, fd, fname, fdlen);
466 map_file (int fd, off64_t start_off, off64_t fdlen, size_t *map_sizep)
479 size_t map_size = MIN ((off64_t) mmap_max, fdlen);
514 read_block_no_mmap (int fd, const char *fname, off64_t from, off64_t fdlen)
522 while (fdlen > 0
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 1522 size_t fdlen = -1; local
    [all...]

Completed in 75 milliseconds