/busybox-1.35.0/miscutils/ |
D | flashcp.c | 46 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()
|
D | strings.c | 66 radix_fmt = xasprintf("%%7"OFF_FMT"%s ", radix); in strings_main()
|
D | hexedit.c | 82 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/ |
D | header_verbose_list.c | 32 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/ |
D | cksum.c | 97 printf((*argv ? "%u %"OFF_FMT"u %s\n" : "%u %"OFF_FMT"u\n"), in cksum_main()
|
D | dd.c | 167 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()
|
D | ls.c | 503 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()
|
D | od_bloaty.c | 215 char address_fmt[sizeof("%0n"OFF_FMT"xc")]; 230 strcpy(G.address_fmt, "%0n"OFF_FMT"xc"); \
|
/busybox-1.35.0/editors/ |
D | cmp.c | 35 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/ |
D | ar.c | 92 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()
|
D | cpio.c | 578 fprintf(stderr, "%"OFF_FMT"u blocks\n", archive_handle->cpio__blocks); in cpio_main()
|
D | unzip.c | 246 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()
|
D | tar.c | 243 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/ |
D | mkswap.c | 135 printf("Setting up swapspace version 1, size = %"OFF_FMT"u bytes\n", len); in mkswap_main()
|
D | more.c | 144 len += printf("(%u%% of %"OFF_FMT"u bytes)", in more_main()
|
D | hexdump_xxd.c | 274 printf("_len = %"OFF_FMT"u;\n", dumper->address); in xxd_main()
|
D | mkfs_vfat.c | 454 "total sectors:%"OFF_FMT"u, clusters:%u, sectors/cluster:%u\n" in mkfs_vfat_main()
|
/busybox-1.35.0/printutils/ |
D | lpr.c | 266 fdprintf(fd, "\x3" "%"OFF_FMT"u d%s\n", st.st_size, remote_filename); in lpqr_main()
|
/busybox-1.35.0/libbb/ |
D | loop.c | 59 dev = xasprintf("%"OFF_FMT"u %s", (off_t) loopinfo.lo_offset, in query_loop()
|
D | xfuncs_printf.c | 282 bb_perror_msg_and_die("lseek(%"OFF_FMT"u, %d)", offset, whence); in xlseek()
|
/busybox-1.35.0/networking/ |
D | ftpgetput.c | 227 sprintf(buf, "REST %"OFF_FMT"u", beg_range); in ftp_receive()
|
D | ftpd.c | 655 " 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()
|
D | httpd.c | 1188 "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()
|
D | wget.c | 900 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/ |
D | libbb.h | 297 # define OFF_FMT "l" macro 304 # define OFF_FMT "ll" 319 # define OFF_FMT "l" 325 # define OFF_FMT "l"
|