Lines Matching refs:strcpy
96 check(strcpy(one, "abcd") == one); /* Returned value. */ in test_string()
99 (void) strcpy(one, "x"); in test_string()
103 (void) strcpy(two, "hi there"); in test_string()
104 (void) strcpy(one, two); in test_string()
108 (void) strcpy(one, ""); in test_string()
113 (void) strcpy(one, "ijk"); in test_string()
117 (void) strcpy(one, "x"); in test_string()
122 (void) strcpy(one, "gh"); in test_string()
123 (void) strcpy(two, "ef"); in test_string()
128 (void) strcpy(one, ""); in test_string()
131 (void) strcpy(one, "ab"); in test_string()
134 (void) strcpy(one, ""); in test_string()
141 (void) strcpy(one, "ijk"); in test_string()
145 (void) strcpy(one, "x"); in test_string()
150 (void) strcpy(one, "gh"); in test_string()
151 (void) strcpy(two, "ef"); in test_string()
156 (void) strcpy(one, ""); in test_string()
159 (void) strcpy(one, "ab"); in test_string()
162 (void) strcpy(one, ""); in test_string()
166 (void) strcpy(one, "ab"); in test_string()
194 (void) strcpy(one, "abcdefgh"); in test_string()
198 (void) strcpy(one, "abcdefgh"); in test_string()
202 (void) strcpy(one, "abcdefgh"); in test_string()
207 (void) strcpy(one, "abcdefgh"); in test_string()
213 (void) strcpy(one, "abc"); in test_string()
222 (void) strcpy(one, "hi there"); in test_string()
236 (void) strcpy(one, "abcd"); in test_string()
241 (void) strcpy(one, "ababa"); in test_string()
243 (void) strcpy(one, ""); in test_string()
250 (void) strcpy(one, "abcd"); in test_string()
255 (void) strcpy(one, "ababa"); in test_string()
257 (void) strcpy(one, ""); in test_string()
264 (void) strcpy(one, "abcd"); in test_string()
269 (void) strcpy(one, "ababa"); in test_string()
271 (void) strcpy(one, ""); in test_string()
278 (void) strcpy(one, "abcd"); in test_string()
283 (void) strcpy(one, "ababa"); in test_string()
285 (void) strcpy(one, ""); in test_string()
292 (void) strcpy(one, "abcd"); in test_string()
298 (void) strcpy(one, "abcabdea"); in test_string()
302 (void) strcpy(one, ""); in test_string()
310 (void) strcpy(one, "abcd"); in test_string()
319 (void) strcpy(one, "ababa"); in test_string()
321 (void) strcpy(one, ""); in test_string()
324 (void) strcpy(one, "bcbca"); in test_string()
326 (void) strcpy(one, "bbbcabbca"); in test_string()
347 (void) strcpy(one, "first, second, third"); in test_string()
353 (void) strcpy(one, ", first, "); in test_string()
356 (void) strcpy(one, "1a, 1b; 2a, 2b"); in test_string()
360 (void) strcpy(two, "x-y"); in test_string()
364 (void) strcpy(one, "a,b, c,, ,d"); in test_string()
371 (void) strcpy(one, ", "); in test_string()
373 (void) strcpy(one, ""); in test_string()
375 (void) strcpy(one, "abc"); in test_string()
378 (void) strcpy(one, "abc"); in test_string()
381 (void) strcpy(one, "abcdefgh"); in test_string()
382 (void) strcpy(one, "a,b,c"); in test_string()
411 (void) strcpy(one, "abcd"); in test_string()
416 (void) strcpy(one, "ababa"); in test_string()
420 (void) strcpy(one, "a\203b"); in test_string()
428 (void) strcpy(one, "abcdefgh"); in test_string()
432 (void) strcpy(one, "abc"); in test_string()
436 (void) strcpy(one, "hi there"); in test_string()
437 (void) strcpy(two, "foo"); in test_string()
447 (void) strcpy(one, "abcdefgh"); in test_string()
451 (void) strcpy(one, "abc"); in test_string()
455 (void) strcpy(one, "hi there"); in test_string()
456 (void) strcpy(two, "foo"); in test_string()
461 (void) strcpy(one, "abcdefgh"); in test_string()
465 (void) strcpy(one, "abcdefgh"); in test_string()
469 (void) strcpy(one, "abcdefgh"); in test_string()
482 (void) strcpy(one, "abcdefgh"); in test_string()
486 (void) strcpy(one, "abc"); in test_string()
490 (void) strcpy(one, "hi there"); in test_string()
491 (void) strcpy(two, "foo"); in test_string()
496 (void) strcpy(one, "abcdefgh"); in test_string()
497 (void) strcpy(two, "horsefeathers"); in test_string()
502 (void) strcpy(one, "abcd"); in test_string()
503 (void) strcpy(two, "bumblebee"); in test_string()
508 (void) strcpy(one, "xyz"); in test_string()
514 (void) strcpy(one, "abcdefgh"); in test_string()
534 (void) strcpy(one, "abcdefgh"); in test_string()
538 (void) strcpy(one, "abc"); in test_string()
542 (void) strcpy(one, "hi there"); in test_string()
543 (void) strcpy(two, "foo"); in test_string()
550 (void) strcpy(one, "abcdef"); in test_string()
556 (void) strcpy(one, "abcdef"); in test_string()