Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/archival/libarchive/
Dget_header_ar.c34 char raw[60]; in get_header_ar() member
39 if (read(archive_handle->src_fd, ar.raw, 60) != 60) { in get_header_ar()
47 if (ar.raw[0] == '\n') { in get_header_ar()
49 memmove(ar.raw, &ar.raw[1], 59); in get_header_ar()
50 ar.raw[59] = xread_char(archive_handle->src_fd); in get_header_ar()
Ddecompress_gunzip.c1143 unsigned char raw[8]; in check_header_gzip() member
1165 memcpy(header.raw, &bytebuffer[bytebuffer_offset], 8); in check_header_gzip()
/busybox-1.35.0/libbb/
Dprintable.c38 goto raw; in visible()
54 raw: in visible()
/busybox-1.35.0/archival/
Dunzip.c100 uint8_t raw[ZIP_HEADER_LEN]; member
131 uint8_t raw[CDF_HEADER_LEN]; member
175 uint8_t raw[CDE_LEN]; member
265 memcpy(cde.raw, p + 1, CDE_LEN); in find_cdf_offset()
318 xread(zip_fd, cdf->raw, CDF_HEADER_LEN); in read_next_cdf()
765 xread(zip_fd, zip.raw, ZIP_HEADER_LEN); in unzip_main()
783 xread(zip_fd, zip.raw, ZIP_HEADER_LEN); in unzip_main()
/busybox-1.35.0/networking/
Dftpd.c543 char *raw, *comma; in handle_port() local
552 raw = G.ftp_arg; in handle_port()
555 if (!raw in handle_port()
565 comma = strrchr(raw, ','); in handle_port()
573 comma = strrchr(raw, ','); in handle_port()
583 replace_char(raw, ',', '.'); in handle_port()
592 if (!inet_aton(raw, &port_ipv4_sin_addr)) in handle_port()
600 G.port_addr = xdotted2sockaddr(raw, port); in handle_port()
/busybox-1.35.0/networking/libiproute/
Diproute.c564 if (get_time_rtt(&rtt, *argv, &raw)) in iproute_modify()
567 (raw) ? rtt : rtt * 8); in iproute_modify()
572 if (get_time_rtt(&rto_min, *argv, &raw)) in iproute_modify()
646 if (get_time_rtt(&win, *argv, &raw)) in iproute_modify()
649 (raw) ? win : win * 4); in iproute_modify()