Lines Matching refs:QUOTE_0_TERMINATED
6582 string to be handled as a NUL-terminated string set QUOTE_0_TERMINATED
8690 * prctl.c (SYS_FUNC(prctl)): Use printstr_ex with QUOTE_0_TERMINATED
8694 printstr_ex: fix handling of last byte when QUOTE_0_TERMINATED bit set.
8696 Do not artificially decrement size when QUOTE_0_TERMINATED bit is set.
8701 printstr_ex: handle QUOTE_0_TERMINATED bit consistently.
8702 When user_style has QUOTE_0_TERMINATED bit set, printstr_ex prints
8707 if QUOTE_0_TERMINATED bit is set.
9489 util: add support for QUOTE_0_TERMINATED in user_style to ptrintstr_ex.
9495 in case QUOTE_0_TERMINATED is set (due to user_style or usage of len of
9497 QUOTE_0_TERMINATED is set so string_quote can check for NUL termination
9502 QUOTE_0_TERMINATED is provided in user_style and len is less than
9510 in case QUOTE_0_TERMINATED is set separately; check for need of printing
9511 ellipsis by checking resulting style against QUOTE_0_TERMINATED.
13238 in print_quoted_string calls. Do not set QUOTE_0_TERMINATED flag
25936 (QUOTE_0_TERMINATED, QUOTE_OMIT_LEADING_TRAILING_QUOTES): New macros.
25939 of "len", treat QUOTE_0_TERMINATED style flag as former (len == -1);