Lines Matching full:with
6 * Redistribution and use in source and binary forms, with or without
16 * with the distribution.
84 "ERROR: Custom constraint handler called with incorrect msg: %s\n", in test_handler_called()
91 "Custom constraint handler called with correct msg: %s\n", in test_handler_called()
116 // Test case 2: Length with exact buffer size in main()
120 TEST_RES(length == 13, "Length with exact buffer size", handler_res, in main()
123 // Test case 3: Length with insufficient buffer in main()
127 TEST_RES(length == 5, "Length with insufficient buffer", handler_res, in main()
136 // Test case 5: Length with Null string in main()
140 TEST_RES(length == 0, "Length with Null string", handler_res, test_id); in main()
142 // Test case 6: Length with zero buffer size in main()
146 TEST_RES(length == 0, "Length with zero buffer size", handler_res, test_id); in main()