Lines Matching refs:string_quote
4950 -1). As a result, there is one excess byte for string_quote in case
4951 QUOTE_0_TERMINATED is set so string_quote can check for NUL termination
5660 * util.c (string_quote): Swallow terminating NUL if
13623 * defs.h (string_quote, print_sockaddr_by_inode_cached): New prototypes.
13631 * util.c (printfd): Use string_quote and print_sockaddr_by_inode_cached.
13632 (string_quote): Remove static qualifier.
21385 Rework string_quote API.
21386 string_quote() has proven to be too hard to use, replace it with
21389 * defs.h (string_quote): Remove.
21392 * util.c (string_quote): Make static; take "style" flags instead
26531 * mtd.c (ubi_ioctl): Clamp length to string_quote to 0/UBI_MAX_VOLUME_NAME.
26532 Check the return of string_quote and tweak the output accordingly.
28463 string_quote and printstr function declarations.
28464 * util.c (string_quote): Special-case only len==-1, not all len<0.
28525 (string_quote): Likewise.
28527 * util.c (string_quote): Remove static keyword.
31055 Optimize string_quote() for speed.
31056 * util.c (string_quote): Speed up check for terminating NUL.