Lines Matching full:nul

408 	/* Trailing bytes are still %NUL. */  in fortify_test_strlen()
431 /* Trailing bytes are still %NUL. */ in fortify_test_strnlen()
471 /* Destination is %NUL-filled to start with. */ in fortify_test_strcpy()
483 /* Only last byte should be %NUL */ in fortify_test_strcpy()
494 /* Trailing %NUL -- thanks to FORTIFY. */ in fortify_test_strcpy()
511 /* Trailing %NUL -- thanks to FORTIFY. */ in fortify_test_strcpy()
524 /* Destination is %NUL-filled to start with. */ in fortify_test_strncpy()
536 /* Only last byte should be %NUL */ in fortify_test_strncpy()
546 /* No trailing %NUL -- thanks strncpy API. */ in fortify_test_strncpy()
583 /* Destination is %NUL-filled to start with. */ in fortify_test_strscpy()
595 /* Keeping space for %NUL, last two bytes should be %NUL */ in fortify_test_strscpy()
605 /* A trailing %NUL will exist. */ in fortify_test_strscpy()
647 /* Destination is %NUL-filled to start with. */ in fortify_test_strcat()
660 /* Last two bytes should be %NUL */ in fortify_test_strcat()
668 /* Last byte should be %NUL */ in fortify_test_strcat()
676 /* Last byte should be %NUL thanks to FORTIFY. */ in fortify_test_strcat()
685 /* Last byte should be %NUL thanks to FORTIFY. */ in fortify_test_strcat()
703 /* Destination is %NUL-filled to start with. */ in fortify_test_strncat()
718 /* Last two bytes should be %NUL */ in fortify_test_strncat()
727 /* Last byte should be %NUL */ in fortify_test_strncat()
736 /* Last byte should be %NUL thanks to FORTIFY. */ in fortify_test_strncat()
746 /* Last byte should be %NUL thanks to FORTIFY. */ in fortify_test_strncat()
777 /* Destination is %NUL-filled to start with. */ in fortify_test_strlcat()
792 /* Last two bytes should be %NUL */ in fortify_test_strlcat()
801 /* Last byte should be %NUL */ in fortify_test_strlcat()
810 /* Last byte should be %NUL thanks to FORTIFY. */ in fortify_test_strlcat()
820 /* Last byte should be %NUL thanks to FORTIFY. */ in fortify_test_strlcat()
982 /* We match the first string (ignoring the %NUL). */ in fortify_test_memcmp()
1009 /* Without %NUL. */ in fortify_test_kmemdup()