Lines Matching +full:num +full:- +full:strings
1 // SPDX-License-Identifier: GPL-2.0
57 [MSG_CTRL] = "control-",
171 [MSG_KEYNAME_NUMLOCK] = "num lock",
431 while ((*input != '\0') && strchr(" 0+-#", *input)) in skip_flags()
489 size_t length1 = end1 - *input1; in compare_specifiers()
490 size_t length2 = end2 - *input2; in compare_specifiers()
502 * Check that two format strings contain the same number of format specifiers,
503 * and that the order of specifiers is the same in both strings.
520 /* No more format specifiers in one or both strings. */ in fmt_validate()
532 * Description: Add a user-supplied message to the user_messages array.
536 * - index: a message number, as found in i18n.h.
537 * - text: text of message. Not NUL-terminated.
538 * - length: number of bytes in text.
540 * -EINVAL - Invalid format specifiers in formatted message or illegal index.
541 * -ENOMEM - Unable to allocate memory.
549 return -EINVAL; in spk_msg_set()
553 return -ENOMEM; in spk_msg_set()
561 return -EINVAL; in spk_msg_set()
596 for (i = group->start; i <= group->end; i++) { in spk_reset_msg_group()
611 /* Free user-supplied strings when module is unloaded: */