Searched defs:fdlen (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/src/src/
H A Dstrings.c48 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) argument
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) argument
522 while (fdlen >
576 read_block(int fd, const char *fname, off64_t fdlen, off64_t from, off64_t to) argument
699 read_fd(int fd, const char *fname, off64_t fdlen) argument
706 read_elf(Elf *elf, int fd, const char *fname, off64_t fdlen) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c1522 size_t fdlen = -1; local
1543 fdlen = dlen;
1550 buf = os_malloc(fdlen);
1553 os_memcpy(buf, fdata, fdlen);
1554 buflen = fdlen;
/external/wpa_supplicant_8/src/radius/
H A Dradius.c1522 size_t fdlen = -1; local
1543 fdlen = dlen;
1550 buf = os_malloc(fdlen);
1553 os_memcpy(buf, fdata, fdlen);
1554 buflen = fdlen;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c1522 size_t fdlen = -1; local
1543 fdlen = dlen;
1550 buf = os_malloc(fdlen);
1553 os_memcpy(buf, fdata, fdlen);
1554 buflen = fdlen;

Completed in 341 milliseconds