Searched refs:stderr (Results 1 – 7 of 7) 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/lib/libc/include/ |
A D | stdio.h | 25 #define stderr (&__stdio_FILEs[2]) macro
|
/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()
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 728 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES 777 # error (stderr).
|
Completed in 21 milliseconds