Lines Matching refs:QUOTE_0_TERMINATED
1755 with size of 255 and style flag QUOTE_0_TERMINATED.
5976 QUOTE_0_TERMINATED argument.
13664 string to be handled as a NUL-terminated string set QUOTE_0_TERMINATED
15772 * prctl.c (SYS_FUNC(prctl)): Use printstr_ex with QUOTE_0_TERMINATED
15776 printstr_ex: fix handling of last byte when QUOTE_0_TERMINATED bit set.
15778 Do not artificially decrement size when QUOTE_0_TERMINATED bit is set.
15783 printstr_ex: handle QUOTE_0_TERMINATED bit consistently.
15784 When user_style has QUOTE_0_TERMINATED bit set, printstr_ex prints
15789 if QUOTE_0_TERMINATED bit is set.
16571 util: add support for QUOTE_0_TERMINATED in user_style to ptrintstr_ex.
16577 in case QUOTE_0_TERMINATED is set (due to user_style or usage of len of
16579 QUOTE_0_TERMINATED is set so string_quote can check for NUL termination
16584 QUOTE_0_TERMINATED is provided in user_style and len is less than
16592 in case QUOTE_0_TERMINATED is set separately; check for need of printing
16593 ellipsis by checking resulting style against QUOTE_0_TERMINATED.
20320 in print_quoted_string calls. Do not set QUOTE_0_TERMINATED flag
33018 (QUOTE_0_TERMINATED, QUOTE_OMIT_LEADING_TRAILING_QUOTES): New macros.
33021 of "len", treat QUOTE_0_TERMINATED style flag as former (len == -1);