Home
last modified time | relevance | path

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

12345678910>>...35

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dentrypoint.c103 strcpy ((OMX_STRING) h264d_role.role, OMX_VID_DEC_AVC_ROLE); in OMX_ComponentInit()
110 strcpy ((OMX_STRING) h264e_role.role, OMX_VID_ENC_AVC_ROLE); in OMX_ComponentInit()
118 strcpy ((OMX_STRING) h264dprc_type.class_name, "h264dprc_class"); in OMX_ComponentInit()
120 strcpy ((OMX_STRING) h264dprc_type.object_name, "h264dprc"); in OMX_ComponentInit()
123 strcpy ((OMX_STRING) h264d_inport_type.class_name, "h264dinport_class"); in OMX_ComponentInit()
125 strcpy ((OMX_STRING) h264d_inport_type.object_name, "h264dinport"); in OMX_ComponentInit()
128 strcpy ((OMX_STRING) h264eprc_type.class_name, "h264eprc_class"); in OMX_ComponentInit()
130 strcpy ((OMX_STRING) h264eprc_type.object_name, "h264eprc"); in OMX_ComponentInit()
133 strcpy ((OMX_STRING) h264e_inport_type.class_name, "h264einport_class"); in OMX_ComponentInit()
135 strcpy ((OMX_STRING) h264e_inport_type.object_name, "h264einport"); in OMX_ComponentInit()
[all …]
/third_party/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 …]
/third_party/musl/libc-test/src/functional/
Dstring.c28 TEST(s, strcpy(b, b+16), b, "wrong return %p != %p"); in main()
30 TEST(s, strcpy(b+1, b+16), b+1, "wrong return %p != %p"); in main()
32 TEST(s, strcpy(b+2, b+16), b+2, "wrong return %p != %p"); in main()
34 TEST(s, strcpy(b+3, b+16), b+3, "wrong return %p != %p"); in main()
37 TEST(s, strcpy(b+1, b+17), b+1, "wrong return %p != %p"); in main()
39 TEST(s, strcpy(b+2, b+18), b+2, "wrong return %p != %p"); in main()
41 TEST(s, strcpy(b+3, b+19), b+3, "wrong return %p != %p"); in main()
57 strcpy(b, "abc"); in main()
62 strcpy(b, "aaababccdd0001122223"); in main()
69 strcpy(b, "abc 123; xyz; foo"); in main()
/third_party/ltp/testcases/kernel/syscalls/inotify/
Dinotify02.c66 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
75 strcpy(event_set[test_cnt].name, FILE_NAME1); in verify_inotify()
78 strcpy(event_set[test_cnt].name, FILE_NAME1); in verify_inotify()
83 strcpy(event_set[test_cnt].name, FILE_NAME1); in verify_inotify()
88 strcpy(event_set[test_cnt].name, FILE_NAME1); in verify_inotify()
91 strcpy(event_set[test_cnt].name, FILE_NAME2); in verify_inotify()
102 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
107 strcpy(event_set[test_cnt].name, FILE_NAME2); in verify_inotify()
121 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
Dinotify04.c97 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
100 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
115 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
120 strcpy(event_set[test_cnt].name, TEST_FILE); in verify_inotify()
123 strcpy(event_set[test_cnt].name, ""); in verify_inotify()
/third_party/zlib/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 …]
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dmemmove.c31 strcpy(one, "abcdefgh"); in memmove_0100()
48 strcpy(one, "helloWorld"); in memmove_0200()
49 strcpy(two, "foo"); in memmove_0200()
68 strcpy(one, "abcdefgh"); in memmove_0300()
84 strcpy(one, "abcdefgh"); in memmove_0400()
Dstpcpy.c41 strcpy(dest, src); in stpcpy_0100()
67 strcpy(dest, src); in stpcpy_0200()
92 strcpy(dest, src); in stpcpy_0300()
110 strcpy(NULL, src); in stpcpy_0400()
/third_party/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()
/third_party/cJSON/tests/
Dminify_tests.c50 strcpy(minified, to_minify); in cjson_minify_should_remove_single_line_comments()
64 strcpy(minified, to_minify); in cjson_minify_should_remove_spaces()
78 strcpy(minified, to_minify); in cjson_minify_should_remove_multiline_comments()
92 strcpy(minified, to_minify); in cjson_minify_should_not_modify_strings()
147 strcpy(buffer, to_minify); in cjson_minify_should_minify_json()
/third_party/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()
Dlsof.c134 strcpy(fi->type, type); in add_socket()
238 strcpy(fi->type, s->type); in find_socket()
256 case S_IFBLK: strcpy(fi->type, "BLK"); break; in fill_stat()
257 case S_IFCHR: strcpy(fi->type, "CHR"); break; in fill_stat()
258 case S_IFDIR: strcpy(fi->type, "DIR"); break; in fill_stat()
259 case S_IFIFO: strcpy(fi->type, "FIFO"); break; in fill_stat()
260 case S_IFLNK: strcpy(fi->type, "LINK"); break; in fill_stat()
261 case S_IFREG: strcpy(fi->type, "REG"); break; in fill_stat()
262 case S_IFSOCK: strcpy(fi->type, "sock"); break; in fill_stat()
298 strcpy(fi->fd, fd); in new_file_info()
[all …]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c122 strcpy(comp->name, OMX_VID_DEC_BASE_NAME); in vid_dec_LoaderComponent()
123 strcpy(comp->name_specific[0], OMX_VID_DEC_MPEG2_NAME); in vid_dec_LoaderComponent()
124 strcpy(comp->name_specific[1], OMX_VID_DEC_AVC_NAME); in vid_dec_LoaderComponent()
125 strcpy(comp->name_specific[2], OMX_VID_DEC_HEVC_NAME); in vid_dec_LoaderComponent()
126 strcpy(comp->name_specific[3], OMX_VID_DEC_AV1_NAME); in vid_dec_LoaderComponent()
128 strcpy(comp->role_specific[0], OMX_VID_DEC_MPEG2_ROLE); in vid_dec_LoaderComponent()
129 strcpy(comp->role_specific[1], OMX_VID_DEC_AVC_ROLE); in vid_dec_LoaderComponent()
130 strcpy(comp->role_specific[2], OMX_VID_DEC_HEVC_ROLE); in vid_dec_LoaderComponent()
131 strcpy(comp->role_specific[3], OMX_VID_DEC_AV1_ROLE); in vid_dec_LoaderComponent()
239 strcpy(port->sPortParam.format.video.cMIMEType,"video/MPEG2"); in vid_dec_Constructor()
[all …]
/third_party/libxml2/os400/dlfcn/
Ddlfcn.c288 strcpy(p->str, strerror(err_no)); in dlseterror_from_errno()
657 strcpy(qsysinfo->Lib_Name, "QSYS"); in dlpath2QSYS()
689 strcpy(qsysinfo->Lib_Name, qsysinfo->Obj_Name); in dlpath2QSYS()
695 strcpy(qsysinfo->Lib_Name, dftlib? dftlib: "*LIBL"); in dlpath2QSYS()
707 strcpy(qsysinfo->Mbr_Type, "*MBR"); in dlpath2QSYS()
713 strcpy(qsysinfo->Lib_Type, "*LIB"); in dlpath2QSYS()
716 strcpy(qsysinfo->Obj_Type, "*FILE"); in dlpath2QSYS()
826 strcpy(qsysinfo->Obj_Type, "*SRVPGM"); /* Set our object type. */ in dl_DB2_path()
871 strcpy(qsysinfo->Lib_Type, "*LIB"); in dl_qualified_object()
872 strcpy(qsysinfo->Obj_Type, "*SRVPGM"); in dl_qualified_object()
[all …]
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen07.c170 strcpy(TC[0].filename, file2); in setupfunc_test1()
183 strcpy(TC[1].filename, file2); in setupfunc_test2()
199 strcpy(TC[2].filename, file3); in setupfunc_test3()
215 strcpy(TC[3].filename, file3); in setupfunc_test4()
228 strcpy(TC[4].filename, file2); in setupfunc_test5()
/third_party/musl/libc-test/src/functionalext/fortify/
Dstring_ext.c56 strcpy(src, STRLEN_10); in test_strcat_0010()
76 strcpy(src, STRLEN_10); in test_strcat_0020()
107 strcpy(src, STRLEN_10); in test_strncat_0010()
127 strcpy(src, STRLEN_10); in test_strncat_0020()
207 strcpy(src, STRLEN_4); in test_stpncpy_0010()
227 strcpy(src, STRLEN_10); in test_stpncpy_0020()
276 strcpy(src, STRLEN_14); in test_strncpy_0020()
546 strcpy(src, STRLEN_4); in test_strlcpy_0010()
566 strcpy(src, STRLEN_14); in test_strlcpy_0020()
680 strcpy(dst, src); in test_strcpy_0010()
[all …]
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c111 strcpy (szCmdFileName, szCmdLine); in WinMain()
113 strcpy (szCmdFileName, ""); in WinMain()
183 strcpy (szImgPathName, ""); in WndProc()
189 strcpy (szImgPathName, szCmdFileName); in WndProc()
538 strcpy (szImgPathName, pstrPathName); in BuildPngList()
539 strcpy (szImgFileName, strrchr (pstrPathName, '\\') + 1); in BuildPngList()
541 strcpy (szImgFindName, szImgPathName); in BuildPngList()
572 strcpy (*ppFileList + ii, szImgPathName); in BuildPngList()
573 strcpy (strrchr(*ppFileList + ii, '\\') + 1, finddata.cFileName); in BuildPngList()
595 strcpy (szTmp, *ppFileList + jj); in BuildPngList()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c111 strcpy (szCmdFileName, szCmdLine); in WinMain()
113 strcpy (szCmdFileName, ""); in WinMain()
183 strcpy (szImgPathName, ""); in WndProc()
189 strcpy (szImgPathName, szCmdFileName); in WndProc()
538 strcpy (szImgPathName, pstrPathName); in BuildPngList()
539 strcpy (szImgFileName, strrchr (pstrPathName, '\\') + 1); in BuildPngList()
541 strcpy (szImgFindName, szImgPathName); in BuildPngList()
572 strcpy (*ppFileList + ii, szImgPathName); in BuildPngList()
573 strcpy (strrchr(*ppFileList + ii, '\\') + 1, finddata.cFileName); in BuildPngList()
595 strcpy (szTmp, *ppFileList + jj); in BuildPngList()
[all …]
/third_party/python/Modules/
Dgetnameinfo.c142 strcpy(serv, numserv);
148 strcpy(serv, sp->s_name);
178 strcpy(host, numaddr);
198 strcpy(host, hp->h_name);
210 strcpy(host, numaddr);
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify16.c192 strcpy(event_set[tst_count].name, DIR_NAME1); in do_test()
218 strcpy(event_set[tst_count].name, FILE_NAME1); in do_test()
231 strcpy(event_set[tst_count].name, FILE_NAME1); in do_test()
238 strcpy(event_set[tst_count].name, FILE_NAME2); in do_test()
248 strcpy(event_set[tst_count].name, ""); in do_test()
260 strcpy(event_set[tst_count].name, ""); in do_test()
272 strcpy(event_set[tst_count].name, FILE_NAME2); in do_test()
288 strcpy(event_set[tst_count].name, "."); in do_test()
297 strcpy(event_set[tst_count].name, "."); in do_test()
309 strcpy(event_set[tst_count].name, DIR_NAME1); in do_test()
[all …]
/third_party/ltp/testcases/kernel/io/direct_io/
Ddiotest1.c87 strcpy(infile, "infile"); /* Default input file */ in main()
88 strcpy(outfile, "outfile"); /* Default outfile file */ in main()
109 strcpy(infile, optarg); in main()
112 strcpy(outfile, optarg); in main()
/third_party/unity/test/tests/
Dtest_unity_floats.c791 if (strcmp(expected, "-nan") == 0) strcpy(expected, "nan"); in printFloatValue()
815 if (strcmp(expected, "-nan") == 0) strcpy(expected, "nan"); in printFloatValue()
817 strcpy(expected_lower, expected); in printFloatValue()
818 strcpy(expected_lower2, expected); in printFloatValue()
819 strcpy(expected_lower3, expected); in printFloatValue()
820 strcpy(expected_higher, expected); in printFloatValue()
821 strcpy(expected_higher2, expected); in printFloatValue()
822 strcpy(expected_higher3, expected); in printFloatValue()
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
DDateFmtPerf.h161 strcpy(locale, loc); in DateFmtFunction()
250 strcpy(locale, loc); in DateFmtCreateFunction()
289 strcpy(locale, loc); in DateFmtCopyFunction()
336 strcpy(locale, loc); in DIFCreateFunction()
391 strcpy(locale, loc); in TimeZoneCreateFunction()
435 strcpy(locale, loc); in DTPatternGeneratorCreateFunction()
480 strcpy(locale, loc); in DTPatternGeneratorCopyFunction()
527 strcpy(locale, loc); in DTPatternGeneratorBestValueFunction()
575 strcpy(locale, loc); in NumFmtFunction()
704 strcpy(locale, loc); in StdioNumFmtFunction()
[all …]
/third_party/cups-filters/filter/foomatic-rip/
Dspooler.c78 strcpy(job->id, cups_jobid); in init_cups()
79 strcpy(job->title, cups_jobtitle); in init_cups()
80 strcpy(job->user, cups_user); in init_cups()
81 strcpy(job->copies, cups_copies); in init_cups()
112 strcpy(job->ppdfile, job->printer); in find_ppdfile()
/third_party/littlefs/tests/
Dtest_relocations.toml178 strcpy(path, full_path);
185 strcpy(path, full_path);
198 strcpy(path, full_path);
241 strcpy(path, full_path);
248 strcpy(path, full_path);
270 strcpy(&path[2*d], &full_path[2*d]);
272 strcpy(&path[128+2*d], &new_path[2*d]);
277 strcpy(path, path+128);
282 strcpy(path, new_path);
294 strcpy(path, full_path);

12345678910>>...35