Home
last modified time | relevance | path

Searched refs:strcpy (Results 1 – 25 of 1197) sorted by relevance

12345678910>>...48

/external/ltp/pan/
Dtag_report.c71 strcpy(expkey, "contacts"); in test_result()
175 strcpy(key_get, *tl); in cuts_report()
238 strcpy(key_get, "tag"); in tag_report()
244 strcpy(key_get, "initiation_status"); in tag_report()
254 strcpy(key_get, "corefile"); in tag_report()
260 strcpy(key_get, "termination_type"); in tag_report()
270 strcpy(key_get, "analysis"); in tag_report()
294 strcpy(key_get, "termination_id"); in tag_report()
330 strcpy(key_get, "termination_id"); in tag_report()
335 strcpy(key_get, "termination_type"); in tag_report()
[all …]
/external/clang/test/CodeGen/
Dobject-size.c3 #define strcpy(dest, src) \ macro
19 strcpy(&gbuf[4], "Hi there"); in test1()
25 strcpy(gbuf, "Hi there"); in test2()
31 strcpy(&gbuf[100], "Hi there"); in test3()
37 strcpy((char*)(void*)&gbuf[-1], "Hi there"); in test4()
44 strcpy(gp, "Hi there"); in test5()
52 strcpy(&buf[4], "Hi there"); in test6()
62 strcpy((++i, gbuf), "Hi there"); in test7()
70 strcpy(buf[++gi], "Hi there"); in test8()
77 strcpy((char *)((++gi) + gj), "Hi there"); in test9()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ARM/
Dstrcpy.ll1 ; Test that the strcpy library call simplifier works correctly for ARM procedure calls
12 declare i8* @strcpy(i8*, i8*)
20 call arm_aapcscc i8* @strcpy(i8* %dst, i8* %src)
30 %ret = call arm_aapcscc i8* @strcpy(i8* %dst, i8* %dst)
41 %ret = call arm_aapcscc i8* @strcpy(i8* %dst, i8* %src)
42 ; CHECK: call arm_aapcscc i8* @strcpy
52 call arm_aapcs_vfpcc i8* @strcpy(i8* %dst, i8* %src)
62 %ret = call arm_aapcs_vfpcc i8* @strcpy(i8* %dst, i8* %dst)
73 %ret = call arm_aapcs_vfpcc i8* @strcpy(i8* %dst, i8* %src)
74 ; CHECK: call arm_aapcs_vfpcc i8* @strcpy
/external/python/cpython2/PC/os2vacpp/
Dgetpathp.c122 strcpy(prefix, argv0_path); in search_for_prefix()
268 strcpy(progpath, prog); in get_progpath()
279 strcpy(progpath, path); in get_progpath()
319 strcpy(argv0_path, progpath); in calculate_path()
330 strcpy(prefix, pythonhome); in calculate_path()
337 strcpy(exec_prefix, delim+1); in calculate_path()
339 strcpy(exec_prefix, EXEC_PREFIX); in calculate_path()
393 strcpy(buf, envpath); in calculate_path()
399 strcpy(buf, machinepath); in calculate_path()
404 strcpy(buf, userpath); in calculate_path()
[all …]
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify02.c85 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
94 strcpy(event_set[test_cnt].name, FILE_NAME1); in verify_inotify()
97 strcpy(event_set[test_cnt].name, FILE_NAME1); in verify_inotify()
102 strcpy(event_set[test_cnt].name, FILE_NAME1); in verify_inotify()
107 strcpy(event_set[test_cnt].name, FILE_NAME1); in verify_inotify()
110 strcpy(event_set[test_cnt].name, FILE_NAME2); in verify_inotify()
121 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
126 strcpy(event_set[test_cnt].name, FILE_NAME2); in verify_inotify()
140 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
/external/zlib/src/examples/
Dgzlog.c353 strcpy(log->end, ".lock"); in log_lock()
376 strcpy(log->end, ".lock"); in log_touch()
388 strcpy(log->end, ".lock"); in log_check()
400 strcpy(log->end, ".lock"); in log_unlock()
559 strcpy(log->end, ".add"); in log_append()
577 strcpy(log->end, ".add"); in log_replace()
582 strcpy(log->end, ".dict"); in log_replace()
586 strcpy(dest, log->path); in log_replace()
587 strcpy(log->end, ".temp"); in log_replace()
628 strcpy(log->end, ".dict"); in log_compress()
[all …]
/external/nanopb-c/tests/without_64bit/
Dencode_alltypes.c27 strcpy(alltypes.req_string, "1014"); in main()
30 strcpy(alltypes.req_submsg.substuff1, "1016"); in main()
44 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
49 strcpy(alltypes.rep_submsg[4].substuff1, "2016"); in main()
87 strcpy(alltypes.opt_string, "3054"); in main()
92 strcpy(alltypes.opt_submsg.substuff1, "3056"); in main()
101 strcpy(alltypes.oneof.oneof_msg1.substuff1, "4059"); in main()
/external/llvm/test/Transforms/InstCombine/
Dstrcpy-1.ll1 ; Test that the strcpy library call simplifier works correctly.
13 declare i8* @strcpy(i8*, i8*)
21 call i8* @strcpy(i8* %dst, i8* %src)
31 %ret = call i8* @strcpy(i8* %dst, i8* %dst)
42 %ret = call i8* @strcpy(i8* %dst, i8* %src)
43 ; CHECK: call i8* @strcpy
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dstrcpy-nobuiltin.ll6 declare i8 *@strcpy(i8 *%dest, i8 *%src)
9 ; Check strcpy.
13 ; CHECK: brasl %r14, strcpy
15 %res = call i8 *@strcpy(i8 *%dest, i8 *%src) nobuiltin
35 ; CHECK: brasl %r14, strcpy
39 %unused = call i8 *@strcpy(i8 *%dest, i8 *%src) nobuiltin
Dstrcpy-01.ll1 ; Test strcpy using MVST.
5 declare i8 *@strcpy(i8 *%dest, i8 *%src)
8 ; Check strcpy.
18 %res = call i8 *@strcpy(i8 *%dest, i8 *%src)
47 %unused = call i8 *@strcpy(i8 *%dest, i8 *%src)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dstrcpy-1.ll1 ; Test that the strcpy library call simplifier works correctly.
13 declare i8* @strcpy(i8*, i8*)
21 call i8* @strcpy(i8* %dst, i8* %src)
31 %ret = call i8* @strcpy(i8* %dst, i8* %dst)
42 %ret = call i8* @strcpy(i8* %dst, i8* %src)
43 ; CHECK: call i8* @strcpy
/external/llvm/test/CodeGen/SystemZ/
Dstrcpy-nobuiltin.ll6 declare i8 *@strcpy(i8 *%dest, i8 *%src)
9 ; Check strcpy.
13 ; CHECK: brasl %r14, strcpy
15 %res = call i8 *@strcpy(i8 *%dest, i8 *%src) nobuiltin
35 ; CHECK: brasl %r14, strcpy
39 %unused = call i8 *@strcpy(i8 *%dest, i8 *%src) nobuiltin
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_compare.c75 strcpy(out1, argv[3]); in main()
78 strcpy(out2, argv[3]); in main()
111 strcpy(line3, line1); in main()
125 strcpy(tmp_str[i], line2); in main()
167 strcpy(out_line, line3); in main()
172 strcpy(time_str1, p1 + 2); in main()
176 strcpy(time_str2, p2 + 2); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/
Dlibcalls.ll3 declare i8* @strcpy(i8* %dest, i8* %src) nounwind
8 ; CHECK-NOT: @strcpy
9 %call = call i8* @strcpy(i8* %dest, i8* %src)
51 %call = call i8* @strcpy(i8* %arraydecay, i8* %src)
52 ; CHECK: %call = call i8* @strcpy
63 ; CHECK: @strcpy
64 %call = call i8* @strcpy(i8* %dest, i8* %src)
/external/llvm/test/Transforms/DeadStoreElimination/
Dlibcalls.ll3 declare i8* @strcpy(i8* %dest, i8* %src) nounwind
8 ; CHECK-NOT: @strcpy
9 %call = call i8* @strcpy(i8* %dest, i8* %src)
51 %call = call i8* @strcpy(i8* %arraydecay, i8* %src)
52 ; CHECK: %call = call i8* @strcpy
63 ; CHECK: @strcpy
64 %call = call i8* @strcpy(i8* %dest, i8* %src)
/external/iproute2/ip/
Dtunnel.c46 strcpy(buf, "ip"); in tnl_strproto()
49 strcpy(buf, "gre"); in tnl_strproto()
52 strcpy(buf, "ipv6"); in tnl_strproto()
55 strcpy(buf, "esp"); in tnl_strproto()
58 strcpy(buf, "mpls"); in tnl_strproto()
61 strcpy(buf, "any"); in tnl_strproto()
64 strcpy(buf, "unknown"); in tnl_strproto()
/external/grpc-grpc/third_party/nanopb/tests/alltypes/
Dencode_alltypes.c34 strcpy(alltypes.req_string, "1014"); in main()
37 strcpy(alltypes.req_submsg.substuff1, "1016"); in main()
57 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
62 strcpy(alltypes.rep_submsg[4].substuff1, "2016"); in main()
114 strcpy(alltypes.opt_string, "3054"); in main()
119 strcpy(alltypes.opt_submsg.substuff1, "3056"); in main()
126 strcpy(alltypes.oneof.oneof_msg1.substuff1, "4059"); in main()
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dcodec_before_streaming_test.cc35 strcpy(codec_instance_.plname, "SomeInvalidCodecName"); in TEST_F()
42 strcpy(codec_instance_.plname, "iSAC"); in TEST_F()
44 strcpy(codec_instance_.plname, "ISAC"); in TEST_F()
49 strcpy(codec_instance_.plname, "ISAC"); in TEST_F()
65 strcpy(codec_instance_.plname, "iLBC"); in TEST_F()
/external/nanopb-c/tests/alltypes/
Dencode_alltypes.c36 strcpy(alltypes.req_string, "1014"); in main()
39 strcpy(alltypes.req_submsg.substuff1, "1016"); in main()
60 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
65 strcpy(alltypes.rep_submsg[4].substuff1, "2016"); in main()
121 strcpy(alltypes.opt_string, "3054"); in main()
126 strcpy(alltypes.opt_submsg.substuff1, "3056"); in main()
135 strcpy(alltypes.oneof.oneof_msg1.substuff1, "4059"); in main()
/external/jemalloc_new/test/unit/
Dlog.c11 strcpy(log_var_names, names); in expect_no_logging()
53 strcpy(log_var_names, "l1"); in TEST_BEGIN()
62 strcpy(log_var_names, "l1.a"); in TEST_BEGIN()
71 strcpy(log_var_names, "l1.a|abc|l2|def"); in TEST_BEGIN()
88 strcpy(log_var_names, "l0|l1|abc|l2.b|def"); in TEST_BEGIN()
138 strcpy(log_var_names, "abc|.|def"); in TEST_BEGIN()
/external/nanopb-c/tests/backwards_compatibility/
Dencode_legacy.c37 strcpy(alltypes.req_string, "1014"); in main()
40 strcpy(alltypes.req_submsg.substuff1, "1016"); in main()
60 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
65 strcpy(alltypes.rep_submsg[4].substuff1, "2016"); in main()
105 strcpy(alltypes.opt_string, "3054"); in main()
110 strcpy(alltypes.opt_submsg.substuff1, "3056"); in main()
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
Dencode_legacy.c37 strcpy(alltypes.req_string, "1014"); in main()
40 strcpy(alltypes.req_submsg.substuff1, "1016"); in main()
60 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
65 strcpy(alltypes.rep_submsg[4].substuff1, "2016"); in main()
105 strcpy(alltypes.opt_string, "3054"); in main()
110 strcpy(alltypes.opt_submsg.substuff1, "3056"); in main()
/external/toybox/toys/pending/
Dlast.c134 strcpy(ut.ut_line, "system boot"); in last_main()
161 strcpy(toybuf+18, " still"); in last_main()
162 strcpy(toybuf+28, "logged in"); in last_main()
165 strcpy(toybuf+18, "- down "); in last_main()
168 strcpy(toybuf+18, "- crash"); in last_main()
171 strcpy(toybuf+18, " gone"); in last_main()
172 strcpy(toybuf+28, "- no logout"); in last_main()
/external/python/cpython2/PC/os2emx/
Dgetpathp.c188 strcpy(prefix, argv0_path); in search_for_prefix()
271 strcpy(argv0_path, progpath); in calculate_path()
341 strcpy(buf, envpath); in calculate_path()
346 strcpy(buf, zip_path); in calculate_path()
352 strcpy(buf, PYTHONPATH); in calculate_path()
366 strcpy(buf, pythonhome); in calculate_path()
381 strcpy(buf, argv0_path); in calculate_path()
/external/python/cpython2/Modules/
Dgetpath.c216 strcpy(path, p); in copy_absolute()
220 strcpy(path, p); in copy_absolute()
238 strcpy(path, buffer); in absolutize()
263 strcpy(prefix, argv0_path); in search_for_prefix()
268 strcpy(prefix, argv0_path); in search_for_prefix()
324 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix()
336 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix()
589 strcpy(buf, rtpypath); in calculate_path()
650 strcpy(prefix, separator); in calculate_path()
660 strcpy(exec_prefix, separator); in calculate_path()

12345678910>>...48