• Home
  • Raw
  • Download

Lines Matching refs:printstr_ex

7136 	(printstr_ex): Pass NULL as escape_chars argument of string_quote call.
8757 * defs.h (printstr_ex, printpathn, printpath): Change return type from
8760 printstr_ex result.
8764 (printstr_ex): Return -1 on NULL addr, umoven/umovestr result otherwise.
9316 * reboot.c (SYS_FUNC(reboot)): Replace printstr call with printstr_ex
14583 printstr_ex and set QUOTE_FORCE_HEX flag.
14589 with printstr_ex and set QUOTE_FORCE_HEX flag.
14594 with printstr_ex and set QUOTE_FORCE_HEX flag.
14599 with printstr_ex and set QUOTE_FORCE_HEX flag.
14606 with printstr_ex and set QUOTE_FORCE_HEX flag.
14611 with printstr_ex and set QUOTE_FORCE_HEX flag.
15130 * util.c (printstr_ex): Move the check that -s argument
20048 scsi: rewrite print_sg_io_buffer using printstr_ex(QUOTE_FORCE_HEX)
20049 As printstr_ex has got QUOTE_FORCE_HEX flag support, there is no need
20053 (print_sg_io_buffer): Rewrite using printstr_ex(QUOTE_FORCE_HEX).
20061 * getrandom.c (SYS_FUNC(getrandom)): Use printstr_ex instead
21212 * defs.h (printstr_ex, printstrn): Change len argument type from long
21214 * util.c (printstr_ex): Likewise.
21224 printstr_ex: fix decoding of non-NUL-terminated strings when len == -1.
21229 * util.c (printstr_ex): Remove (len == -1) check.
21482 * defs.h (printstr_ex, printstr_ex): Change address argument type
21484 * util.c (printstr_ex): Likewise.
21769 xattr: use printstr_ex instead of print_quoted_string.
21773 * xattr.c (print_xattr_val): Remove static buffer. Use printstr_ex
23334 * prctl.c (SYS_FUNC(prctl)): Use printstr_ex with QUOTE_0_TERMINATED
23338 printstr_ex: fix handling of last byte when QUOTE_0_TERMINATED bit set.
23339 * util.c (printstr_ex): Simplify handling of size == 0 case.
23345 printstr_ex: handle QUOTE_0_TERMINATED bit consistently.
23346 When user_style has QUOTE_0_TERMINATED bit set, printstr_ex prints
23350 * util.c (printstr_ex): Use umovestr instead of umoven
23355 Cleanup fetch part of printstr_ex.
23356 * util.c (printstr_ex): Initialize "style" early, unify error handling.
24152 * util.c (printstr_ex): Copy one excess byte in case of non-negative len
24818 keyctl: use printstr_ex for printing out buffer.
24822 printstr_ex for printing (expectedly) NUL-terminated strings.
24825 string len. Use printstr_ex for buffer output with user style depending
24832 Add printstr_ex which allows for providing user quotation style.
24836 * defs.h (printstr_ex): New prototype.
24837 (printstr): Change to a wrapper around printstr_ex with zero user style.
24839 (printstr_ex) ... new function, add user_style argument which is or'ed