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

/external/elfutils/0.153/src/
H A Dstrings.c56 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) argument
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) argument
579 read_block(int fd, const char *fname, off64_t fdlen, off64_t from, off64_t to) argument
702 read_fd(int fd, const char *fname, off64_t fdlen) argument
709 read_elf(Elf *elf, int fd, const char *fname, off64_t fdlen) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c1501 size_t fdlen = -1; local
1522 fdlen = dlen;
1529 buf = os_malloc(fdlen);
1532 os_memcpy(buf, fdata, fdlen);
1533 buflen = fdlen;
/external/wpa_supplicant_8/src/radius/
H A Dradius.c1501 size_t fdlen = -1; local
1522 fdlen = dlen;
1529 buf = os_malloc(fdlen);
1532 os_memcpy(buf, fdata, fdlen);
1533 buflen = fdlen;
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c1501 size_t fdlen = -1; local
1522 fdlen = dlen;
1529 buf = os_malloc(fdlen);
1532 os_memcpy(buf, fdata, fdlen);
1533 buflen = fdlen;

Completed in 938 milliseconds