Lines Matching refs:only
1 // SPDX-License-Identifier: GPL-2.0-only
446 * @only: NULL-terminated string containing characters used to limit
447 * the selected escape class. If characters are included in @only
457 * 2. The character is not matched to the one from @only string and thus
485 * escape only non-printable characters (checked by isprint)
495 * dst for a '\0' terminator if and only if ret < osz.
498 unsigned int flags, const char *only)
502 bool is_dict = only && *only;
511 * - the @only string is supplied and does not contain a
519 (is_dict && !strchr(only, c))) {