Lines Matching full:characters
335 * @chars: Number of characters from the src string expected to be
338 * @pad: Number of pad characters expected (in the tail of dst buffer).
407 * least 2 characters spare (one for null and one to check for in string_test_strscpy()
409 * strings up to a maximum of 4 characters long and 'count' in string_test_strscpy()
460 /* 4 characters copied in, stops at %NUL. */ in string_test_strcat()
464 /* 2 more characters copied in okay. */ in string_test_strcat()
482 /* Copy of max 0 characters should do nothing. */ in string_test_strncat()
486 /* 4 characters copied in, even if max is 8. */ in string_test_strncat()
491 /* 2 characters copied in okay, 2 ignored. */ in string_test_strncat()
510 /* 4 characters copied in. */ in string_test_strlcat()
513 /* 2 characters copied in okay, gets to 6 total. */ in string_test_strlcat()
516 /* 2 characters ignored if max size (7) reached. */ in string_test_strlcat()
519 /* 1 of 2 characters skipped, now at true max size. */ in string_test_strlcat()