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

  /external/elfutils/src/
strings.c 56 static int read_fd (int fd, const char *fname, off64_t fdlen);
57 static int read_elf (Elf *elf, int fd, const char *fname, off64_t fdlen);
190 off64_t fdlen = (fstat_fail local
192 if (fdlen > (off64_t) min_len_bytes)
200 result |= read_fd (fd, fname, fdlen);
202 result |= read_elf (elf, fd, fname, fdlen);
461 map_file (int fd, off64_t start_off, off64_t fdlen, size_t *map_sizep)
466 (void) fdlen;
481 size_t map_size = MIN ((off64_t) mmap_max, fdlen);
517 read_block_no_mmap (int fd, const char *fname, off64_t from, off64_t fdlen)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 1429 size_t fdlen = -1; local
    [all...]

Completed in 63 milliseconds