/kernel/liteos_a/apps/lms/src/ |
H A D | sample_usr_lms.c | 202 printf("[LmsStrcatTest] strcat overflow error should be triggered, src string:%s dest string:%s"
in LmsStrcatTest() 205 strcat(buf, testStr);
in LmsStrcatTest()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | postject-api.h | 82 strcat(section_name, name); in postject_find_resource()
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
H A D | nfs05_make_tree.c | 93 strcat(subdir, "/dir"); in run_targets()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | LPdir_vms.c | 127 strcat((*ctx)->filespec, "*.*;"); in LP_find_file()
|
/third_party/node/deps/postject/ |
H A D | postject-api.h | 82 strcat(section_name, name); in postject_find_resource()
|
/third_party/openssl/crypto/ |
H A D | LPdir_vms.c | 127 strcat((*ctx)->filespec, "*.*;"); in LP_find_file()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_callback.c | 47 strcat(buf, "test"); in called_twice()
|
/third_party/vulkan-loader/loader/ |
H A D | log.c | 231 strcat(result, msg); in loader_log()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_hist.c | 1353 strcat(full_name, field->system); in hist_field_name() 1354 strcat(full_name, "."); in hist_field_name() 1355 strcat(full_name, field->event_name); in hist_field_name() 1356 strcat(full_name, "."); in hist_field_name() 1357 strcat(full_name, field->name); in hist_field_name() 1735 strcat(expr, "$"); in expr_field_str() 1740 strcat(expr, str); in expr_field_str() 1743 strcat(expr, hist_field_name(field, 0)); in expr_field_str() 1749 strcat(expr, "."); in expr_field_str() 1750 strcat(exp in expr_field_str() [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_mpc.c | 154 strcat(bhex, " "); in ctcmpc_dumpit() 156 strcat(bhex, " "); in ctcmpc_dumpit() 161 strcat(bhex, tbuf); in ctcmpc_dumpit() 193 strcat(bhex, " "); in ctcmpc_dumpit() 195 strcat(bhex, " "); in ctcmpc_dumpit() 196 strcat(bhex, " "); in ctcmpc_dumpit() 197 strcat(basc, " "); in ctcmpc_dumpit()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_mpc.c | 154 strcat(bhex, " "); in ctcmpc_dumpit() 156 strcat(bhex, " "); in ctcmpc_dumpit() 161 strcat(bhex, tbuf); in ctcmpc_dumpit() 193 strcat(bhex, " "); in ctcmpc_dumpit() 195 strcat(bhex, " "); in ctcmpc_dumpit() 196 strcat(bhex, " "); in ctcmpc_dumpit() 197 strcat(basc, " "); in ctcmpc_dumpit()
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 273 strcat(buf, " read"); in get_control() 275 strcat(buf, " write"); in get_control() 277 strcat(buf, " inactive"); in get_control() 279 strcat(buf, " volatile"); in get_control() 281 strcat(buf, " locked"); in get_control() 283 strcat(buf, " user"); in get_control() 1616 strcat(nfile, ".new"); in save_state()
|
/third_party/backends/backend/ |
H A D | artec.c | 1106 strcat( prt_buf, "\n" ); 1112 strcat (prt_buf, tmp_buf ); 1120 strcat( prt_buf, "\n" ); 1205 strcat( prt_buf, "\n" ); in artec_send_gamma_table() 1211 strcat (prt_buf, tmp_buf ); in artec_send_gamma_table() 1221 strcat( prt_buf, "\n" ); in artec_send_gamma_table() 1913 strcat( prt_buf, tmp_buf ); in dump_inquiry() 1915 strcat( prt_buf, " "); in dump_inquiry() 1920 strcat( prt_buf, tmp_buf ); in dump_inquiry() 1922 strcat( prt_bu in dump_inquiry() [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed.c | 183 strcat(found, str); in get_defined_attribute() 184 strcat(found, ", "); in get_defined_attribute()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hpfb.c | 286 strcat(fb_info.fix.id, "Topcat"); in hpfb_init_one() 288 strcat(fb_info.fix.id, "Catseye"); in hpfb_init_one()
|
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | inode.c | 302 strcat(tmpbuf, "1"); in bfs_dump_imap() 304 strcat(tmpbuf, "0"); in bfs_dump_imap()
|
/kernel/linux/linux-6.6/fs/bfs/ |
H A D | inode.c | 301 strcat(tmpbuf, "1"); in bfs_dump_imap() 303 strcat(tmpbuf, "0"); in bfs_dump_imap()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fortify-string.h | 40 extern char *__underlying_strcat(char *p, const char *q) __RENAME(strcat); variable 413 * strcat - Append a string to an existing string 428 char *strcat(char * const POS p, const char *q) in strcat() function
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hpfb.c | 286 strcat(fb_info.fix.id, "Topcat"); in hpfb_init_one() 288 strcat(fb_info.fix.id, "Catseye"); in hpfb_init_one()
|
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed.c | 185 strcat(found, str); in get_defined_attribute() 186 strcat(found, ", "); in get_defined_attribute()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-mem.c | 341 strcat(sort, ",phys_daddr"); in get_sort_order() 344 strcat(sort, ",data_page_size"); in get_sort_order()
|
/kernel/linux/linux-6.6/lib/ |
H A D | string.c | 216 char *strcat(char *dest, const char *src) in strcat() function 226 EXPORT_SYMBOL(strcat); variable
|
/test/xts/acts/kernel_lite/io_posix/src/ |
H A D | IoTestString.cpp | 255 * @tc.name strcat basic function test 261 char *ret = strcat(dest, "hello world !"); in HWTEST_F() 265 ret = strcat(destT, "This is String1"); in HWTEST_F()
|
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 463 strcat(s, " "); in add_send_hex_data() 467 strcat(s, str); in add_send_hex_data()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | bidiconf.cpp | 269 strcat(bidiTestPath, "BidiTest.txt"); in TestBidiTest() 438 strcat(bidiTestPath, "BidiCharacterTest.txt"); in TestBidiCharacterTest()
|