Lines Matching refs:orig
364 char *orig = strdup("0123456789"); in TEST_F() local
365 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
366 free(orig); in TEST_F()
376 char *orig = strdup(""); in TEST_F() local
377 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
378 free(orig); in TEST_F()
388 char *orig = strdup("1"); in TEST_F() local
389 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
390 free(orig); in TEST_F()
400 char *orig = strdup("12"); in TEST_F() local
401 ASSERT_FORTIFY(strcpy(buf, orig)); in TEST_F()
402 free(orig); in TEST_F()