Searched refs:fdlen (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | strings.c | 52 static int read_fd (int fd, const char *fname, off_t fdlen); 53 static int read_elf (Elf *elf, int fd, const char *fname, off_t fdlen); 192 off_t fdlen = (fstat_fail in main() local 194 if (fdlen > (off_t) min_len_bytes) in main() 202 result |= read_fd (fd, fname, fdlen); in main() 204 result |= read_elf (elf, fd, fname, fdlen); in main() 455 map_file (int fd, off_t start_off, off_t fdlen, size_t *map_sizep) in map_file() argument 468 size_t map_size = MIN ((off_t) mmap_max, fdlen); in map_file() 503 read_block_no_mmap (int fd, const char *fname, off_t from, off_t fdlen) in read_block_no_mmap() argument 511 while (fdlen > 0) in read_block_no_mmap() [all …]
|
/external/wpa_supplicant_8/src/radius/ |
D | radius.c | 1572 size_t fdlen = -1; in radius_msg_get_tunnel_password() local 1593 fdlen = dlen; in radius_msg_get_tunnel_password() 1600 buf = os_memdup(fdata, fdlen); in radius_msg_get_tunnel_password() 1603 buflen = fdlen; in radius_msg_get_tunnel_password()
|