Lines Matching refs:QUOTE_0_TERMINATED
9317 with size of 255 and style flag QUOTE_0_TERMINATED.
13538 QUOTE_0_TERMINATED argument.
21226 string to be handled as a NUL-terminated string set QUOTE_0_TERMINATED
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.
23340 Do not artificially decrement size when QUOTE_0_TERMINATED bit is set.
23345 printstr_ex: handle QUOTE_0_TERMINATED bit consistently.
23346 When user_style has QUOTE_0_TERMINATED bit set, printstr_ex prints
23351 if QUOTE_0_TERMINATED bit is set.
24133 util: add support for QUOTE_0_TERMINATED in user_style to ptrintstr_ex.
24139 in case QUOTE_0_TERMINATED is set (due to user_style or usage of len of
24141 QUOTE_0_TERMINATED is set so string_quote can check for NUL termination
24146 QUOTE_0_TERMINATED is provided in user_style and len is less than
24154 in case QUOTE_0_TERMINATED is set separately; check for need of printing
24155 ellipsis by checking resulting style against QUOTE_0_TERMINATED.
27882 in print_quoted_string calls. Do not set QUOTE_0_TERMINATED flag
40580 (QUOTE_0_TERMINATED, QUOTE_OMIT_LEADING_TRAILING_QUOTES): New macros.
40583 of "len", treat QUOTE_0_TERMINATED style flag as former (len == -1);