Home
last modified time | relevance | path

Searched refs:OFF_FMT (Results 1 – 25 of 26) sorted by relevance

12

/busybox-1.35.0/miscutils/
Dflashcp.c46 printf("\r%s: %"OFF_FMT"u/%"OFF_FMT"u (%u%%) ", in progress()
151 bb_perror_msg_and_die("write error at 0x%"OFF_FMT"x on %s, " in flashcp_main()
158 bb_error_msg_and_die("verification mismatch at 0x%"OFF_FMT"x", done); in flashcp_main()
Dstrings.c66 radix_fmt = xasprintf("%%7"OFF_FMT"%s ", radix); in strings_main()
Dhexedit.c82 ofs_pos = sprintf(hex, "%08"OFF_FMT"x ", offset); in format_line()
85 ofs_pos = sprintf(hex, "%04"OFF_FMT"x ", offset); in format_line()
87 ofs_pos = sprintf(hex, "%08"OFF_FMT"x ", offset); in format_line()
/busybox-1.35.0/archival/libarchive/
Dheader_verbose_list.c32 printf("%s %s/%s %9"OFF_FMT"u %4u-%02u-%02u %02u:%02u:%02u %s", in header_verbose_list()
49 printf("%s %u/%u %9"OFF_FMT"u %4u-%02u-%02u %02u:%02u:%02u %s", in header_verbose_list()
/busybox-1.35.0/coreutils/
Dcksum.c97 printf((*argv ? "%u %"OFF_FMT"u %s\n" : "%u %"OFF_FMT"u\n"), in cksum_main()
Ddd.c167 fprintf(stderr, "%"OFF_FMT"u+%"OFF_FMT"u records in\n" in dd_output_status()
168 "%"OFF_FMT"u+%"OFF_FMT"u records out\n", in dd_output_status()
Dls.c503 column += printf("%6"OFF_FMT"u ", (off_t) (dn->dn_blocks >> 1)); in display_single()
551 column += printf("%9"OFF_FMT"u ", dn->dn_size); in display_single()
1027 printf("total %"OFF_FMT"u\n", calculate_blocks(subdnp)); in scan_and_display_dirs_recur()
Dod_bloaty.c215 char address_fmt[sizeof("%0n"OFF_FMT"xc")];
230 strcpy(G.address_fmt, "%0n"OFF_FMT"xc"); \
/busybox-1.35.0/editors/
Dcmp.c35 static const char fmt_differ[] ALIGN1 = "%s %s differ: char %"OFF_FMT"u, line %u\n";
37 static const char fmt_l_opt[] ALIGN1 = "%.0s%.0s%"OFF_FMT"u %3o %3o\n";
/busybox-1.35.0/archival/
Dar.c92 fdprintf(handle->src_fd, "%-16.16s%-12lu%-6u%-6u%-8o%-10"OFF_FMT"u`\n", in output_ar_header()
207 printf("%s %u/%u%7"OFF_FMT"u %s %s\n", &mode[1], in header_verbose_list_ar()
Dcpio.c578 fprintf(stderr, "%"OFF_FMT"u blocks\n", archive_handle->cpio__blocks); in cpio_main()
Dunzip.c246 dbg("Looking for cdf_offset starting from 0x%"OFF_FMT"x", end); in find_cdf_offset()
280 dbg("Possible cdf_offset:0x%x at 0x%"OFF_FMT"x", in find_cdf_offset()
Dtar.c243 width = sprintf(tempBuffer, "%0*"OFF_FMT"o", len, value); in putOctal()
401 "of size %"OFF_FMT"u, aborting", in writeTarHeader()
/busybox-1.35.0/util-linux/
Dmkswap.c135 printf("Setting up swapspace version 1, size = %"OFF_FMT"u bytes\n", len); in mkswap_main()
Dmore.c144 len += printf("(%u%% of %"OFF_FMT"u bytes)", in more_main()
Dhexdump_xxd.c274 printf("_len = %"OFF_FMT"u;\n", dumper->address); in xxd_main()
Dmkfs_vfat.c454 "total sectors:%"OFF_FMT"u, clusters:%u, sectors/cluster:%u\n" in mkfs_vfat_main()
/busybox-1.35.0/printutils/
Dlpr.c266 fdprintf(fd, "\x3" "%"OFF_FMT"u d%s\n", st.st_size, remote_filename); in lpqr_main()
/busybox-1.35.0/libbb/
Dloop.c59 dev = xasprintf("%"OFF_FMT"u %s", (off_t) loopinfo.lo_offset, in query_loop()
Dxfuncs_printf.c282 bb_perror_msg_and_die("lseek(%"OFF_FMT"u, %d)", offset, whence); in xlseek()
/busybox-1.35.0/networking/
Dftpgetput.c227 sprintf(buf, "REST %"OFF_FMT"u", beg_range); in ftp_receive()
Dftpd.c655 " Opening BINARY connection for %s (%"OFF_FMT"u bytes)", in handle_retr()
863 char buf[(sizeof("NNN %"OFF_FMT"u\r\n") + sizeof(off_t) * 3) in handle_size_or_mdtm()
875 sprintf(buf, STR(FTP_STATFILE_OK)" %"OFF_FMT"u\r\n", statbuf.st_size); in handle_size_or_mdtm()
Dhttpd.c1188 "Content-Range: bytes %"OFF_FMT"u-%"OFF_FMT"u/%"OFF_FMT"u\r\n", in send_headers()
1242 "Content-Length: %"OFF_FMT"u\r\n", in send_headers()
Dwget.c900 sprintf(G.wget_buf, "REST %"OFF_FMT"u", G.beg_range); in prepare_ftp_session()
1253 SENDFMT(sfp, "Range: bytes=%"OFF_FMT"u-\r\n", G.beg_range); in download_one_url()
/busybox-1.35.0/include/
Dlibbb.h297 # define OFF_FMT "l" macro
304 # define OFF_FMT "ll"
319 # define OFF_FMT "l"
325 # define OFF_FMT "l"

12