/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | string.h | 190 * The strcat() function appends the src string to the dst string, 207 char *strcat (char *__restrict, const char *__restrict); 214 * need to be null-terminated if it contains n or more bytes. As with strcat(),
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi.c | 87 strcat(sysfs_path, "/description"); in tc_acpi_str()
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | string.h | 34 char *strcat (char *__restrict, const char *__restrict);
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 36 char *strcat (char *__restrict, const char *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 34 char *strcat (char *__restrict, const char *__restrict);
|
/third_party/ltp/testcases/kernel/syscalls/lstat/ |
H A D | lstat02.c | 107 strcat(elooppathname, TEST_ELOOP); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
H A D | rmdir02.c | 76 strcat(looppathname, TESTDIR4); in setup()
|
/third_party/ltp/testcases/kernel/kvm/include/ |
H A D | kvm_guest.h | 50 char *strcat(char *dest, const char *src);
|
/third_party/ltp/testcases/kernel/syscalls/fork/ |
H A D | fork10.c | 153 strcat(fnamebuf, pidbuf); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
H A D | mkdir03.c | 85 strcat(loop_dir, "/test_eloop"); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/readlink/ |
H A D | readlink03.c | 114 strcat(elooppathname, ELOOPFILE); in setup()
|
/third_party/musl/include/ |
H A D | string.h | 36 char *strcat (char *__restrict, const char *__restrict);
|
/third_party/musl/ldso/linux/ |
H A D | ld_log.c | 67 strcat(app_param_name, path); in get_ld_log_value()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vfprintf.c | 39 strcat(str, txt); in getfileall()
|
/third_party/toybox/kconfig/ |
H A D | util.c | 92 strcat(gs->s, s); in str_append()
|
/third_party/backends/sanei/ |
H A D | sanei_config.c | 99 strcat(result,"/SANE"); in sanei_config_get_paths() 100 strcat(result,DIR_SEP); /* do append the default ones */ in sanei_config_get_paths()
|
/third_party/ltp/pan/ |
H A D | tag_report.c | 431 strcat(key, ","); in cuts_testcase() 432 strcat(key, cuts_info[1]); in cuts_testcase()
|
H A D | zoolib.c | 389 strcat(cmd, " "); in cat_args() 390 strcat(cmd, argv[a]); in cat_args()
|
/third_party/ltp/lib/ |
H A D | parse_opts.c | 185 strcat(optionstr, std_options[i].optstr); in parse_opts() 190 strcat(optionstr, user_optarr[i].option); in parse_opts()
|
/third_party/ltp/testcases/kernel/fs/inode/ |
H A D | inode01.c | 115 strcat(path_string, root); in main() 118 strcat(rm_string, path_string); in main()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | sprpdata.c | 306 strcat(filename,relativepath); in doStringPrepTest() 307 strcat(filename,txtFileName); in doStringPrepTest()
|
/third_party/libfuse/util/ |
H A D | mount.fuse.c | 112 strcat(options, ","); in add_option() 113 strcat(options, opt); in add_option()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock.c | 281 strcat(*ip_port, ":"); in BIO_accept() 282 strcat(*ip_port, port); in BIO_accept()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_sock.c | 281 strcat(*ip_port, ":"); in BIO_accept() 282 strcat(*ip_port, port); in BIO_accept()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | wrjpgcom.c | 470 strcat(comment_arg, " "); in main() 471 strcat(comment_arg, argv[argn]); in main()
|