Searched refs:fprintf (Results 1 – 8 of 8) sorted by relevance
/lk-master/tools/ |
A D | liblkboot.c | 49 fprintf(stderr, "error: reading from file\n"); in upload() 76 fprintf(stderr, "error: writing socket\n"); in upload() 81 fprintf(stderr, "error: writing socket\n"); in upload() 92 fprintf(stderr, "error: writing socket\n"); in upload() 157 fprintf(stderr, "in the child\n"); in start_dcc_subprocess() 160 fprintf(stderr, "after exec, didn't work!\n"); in start_dcc_subprocess() 162 fprintf(stderr, "in parent, pid %u\n", pid); in start_dcc_subprocess() 194 fprintf(stderr, "error: file too large\n"); in lkboot_txn() 216 fprintf(stderr, "error: command too large\n"); in lkboot_txn() 222 fprintf(stderr, "using stdin/stdout for io\n"); in lkboot_txn() [all …]
|
A D | mkimage.c | 37 fprintf(stderr, "usage:\n"); in usage() 38 fprintf(stderr, "%s [-h] [-o <output file] section:file ...\n\n", binary); in usage() 40 fprintf(stderr, "Supported section types:\n"); in usage() 43 fprintf(stderr, "\t%s\n", types[n].cmd); in usage() 47 fprintf(stderr, "\nSupported string types:\n"); in usage() 50 fprintf(stderr, "\t%s\n", types[n].cmd); in usage() 74 fprintf(stderr, "unknown command '%s'\n", cmd); in process() 101 fprintf(stderr, "error: invalid argument '%s'\n", cmd); in main() 115 fprintf(stderr, "no sections to process\n"); in main() 122 fprintf(stderr, "error: cannot open '%s' for writing\n", outname); in main() [all …]
|
A D | lkboot.c | 20 fprintf(stderr, in usage() 51 fprintf(stderr, "["); in printsysparam() 52 for (i = 0; i < len; i++) fprintf(stderr, " %02x", x[i]); in printsysparam() 53 fprintf(stderr, " ]\n"); in printsysparam() 101 fprintf(stderr, "error; cannot open '%s'\n", fn); in main()
|
A D | bootimage.c | 191 fprintf(stderr, "error: cannot load '%s'\n", fn); in bootimage_add_file() 202 fprintf(stderr, "error: fpga image too short\n"); in bootimage_add_file()
|
/lk-master/external/lib/cksum/ |
A D | crc32.c | 148 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n"); in make_crc_table() 149 fprintf(out, " * Generated automatically by crc32.c\n */\n\n"); in make_crc_table() 150 fprintf(out, "local const z_crc_t FAR "); in make_crc_table() 151 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n"); in make_crc_table() 154 fprintf(out, "#ifdef BYFOUR\n"); in make_crc_table() 156 fprintf(out, " },\n {\n"); in make_crc_table() 159 fprintf(out, "#endif\n"); in make_crc_table() 161 fprintf(out, " }\n};\n"); in make_crc_table() 175 fprintf(out, "%s0x%08lxUL%s", n % 5 ? "" : " ",
|
/lk-master/lib/libc/include/ |
A D | stdio.h | 59 int fprintf(FILE *fp, const char *fmt, ...) __PRINTFLIKE(2, 3);
|
/lk-master/lib/libc/ |
A D | stdio.c | 85 int fprintf(FILE *fp, const char *fmt, ...) { in fprintf() function
|
/lk-master/external/lib/heap/dlmalloc/ |
A D | dlmalloc.c | 3606 fprintf(stderr, "max system bytes = %10lu\n", (unsigned long)(maxfp)); in internal_malloc_stats() 3607 fprintf(stderr, "system bytes = %10lu\n", (unsigned long)(fp)); in internal_malloc_stats() 3608 fprintf(stderr, "in use bytes = %10lu\n", (unsigned long)(used)); in internal_malloc_stats()
|
Completed in 20 milliseconds