Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/usr/
Dgen_init_cpio.c144 fprintf(stderr, "Unrecognized dir format '%s'", line); in cpio_mkslink_line()
215 fprintf(stderr, "Unrecognized %s format '%s'", in cpio_mkgeneric_line()
287 fprintf(stderr, "Unrecognized nod format '%s'", line); in cpio_mknod_line()
313 fprintf (stderr, "File %s could not be opened for reading\n", location); in cpio_mkfile()
319 fprintf(stderr, "File %s could not be stat()'ed\n", location); in cpio_mkfile()
325 fprintf (stderr, "out of memory\n"); in cpio_mkfile()
331 fprintf (stderr, "Can not read %s file\n", location); in cpio_mkfile()
365 fprintf(stderr, "writing filebuf failed\n"); in cpio_mkfile()
415 fprintf(stderr, "Unrecognized file format '%s'", line); in cpio_mkfile_line()
424 fprintf (stderr, "out of memory (%d)\n", dname_len); in cpio_mkfile_line()
[all …]
/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c161 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
185 Tracevv((stderr," l %2d v %4x ", length, value)); in send_bits()
450 Trace((stderr,"\nbit length overflow\n")); in gen_bitlen()
477 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); in gen_bitlen()
517 Tracev((stderr,"\ngen_codes: max_code %d ", max_code)); in gen_codes()
525 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", in gen_codes()
601 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)", in build_tree()
749 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld", in build_bl_tree()
772 Tracev((stderr, "\nbl counts: ")); in send_all_trees()
777 Tracev((stderr, "\nbl code %2d ", bl_order[rank])); in send_all_trees()
[all …]
Ddeflate.c707 fprintf(stderr, " start %u, match %u, length %d\n", in check_match()
710 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]); in check_match()
715 fprintf(stderr,"\\[%d,%d]", start-match, length); in check_match()
716 do { putc(s->window[start++], stderr); } while (--length != 0); in check_match()
835 Tracev((stderr,"[FLUSH]")); \
990 Tracevv((stderr,"%c", s->window[s->strstart])); in deflate_fast()
1097 Tracevv((stderr,"%c", s->window[s->strstart-1])); in deflate_slow()
1115 Tracevv((stderr,"%c", s->window[s->strstart-1])); in deflate_slow()
/linux-4.19.296/lib/
Dinflate.c377 Tracecv(*p, (stderr, (n-i >= ' ' && n-i <= '~' ? "%c %d\n" : "0x%x %d\n"), in huft_build()
630 Tracevv((stderr, "%c", slide[w-1])); in inflate_codes()
662 Tracevv((stderr,"\\[%d,%d]", w-d, n)); in inflate_codes()
678 Tracevv((stderr, "%c", slide[w-1])); in inflate_codes()
1126 fprintf(stderr, "<%u> ", h); in inflate()
/linux-4.19.296/include/acpi/platform/
Dacenv.h345 #define ACPI_FILE_ERR stderr
/linux-4.19.296/include/linux/raid/
Dpq.h166 # define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__)
/linux-4.19.296/include/linux/
Defi.h718 u64 stderr; member
735 u32 stderr; member
751 unsigned long stderr; member
Dgenl_magic_func.h50 #define pr_info(args...) fprintf(stderr, args);