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); 193 off_t fdlen = (fstat_fail in main() local 195 if (fdlen > (off_t) min_len_bytes) in main() 203 result |= read_fd (fd, fname, fdlen); in main() 205 result |= read_elf (elf, fd, fname, fdlen); in main() 470 map_file (int fd, off_t start_off, off_t fdlen, size_t *map_sizep) in map_file() argument 483 size_t map_size = MIN ((off_t) mmap_max, fdlen); in map_file() 518 read_block_no_mmap (int fd, const char *fname, off_t from, off_t fdlen) in read_block_no_mmap() argument 526 while (fdlen > 0) in read_block_no_mmap() [all …]
|
/external/wpa_supplicant_8/src/radius/ |
D | radius.c | 1558 size_t fdlen = -1; in radius_msg_get_tunnel_password() local 1579 fdlen = dlen; in radius_msg_get_tunnel_password() 1586 buf = os_malloc(fdlen); in radius_msg_get_tunnel_password() 1589 os_memcpy(buf, fdata, fdlen); in radius_msg_get_tunnel_password() 1590 buflen = fdlen; in radius_msg_get_tunnel_password()
|