Home
last modified time | relevance | path

Searched refs:strcat (Results 101 - 125 of 363) sorted by relevance

12345678910>>...15

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dstring.h190 * 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 Dltp_acpi.c87 strcat(sysfs_path, "/description"); in tc_acpi_str()
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h34 char *strcat (char *__restrict, const char *__restrict);
/third_party/musl/porting/linux/user/include/
H A Dstring.h36 char *strcat (char *__restrict, const char *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h34 char *strcat (char *__restrict, const char *__restrict);
/third_party/ltp/testcases/kernel/syscalls/lstat/
H A Dlstat02.c107 strcat(elooppathname, TEST_ELOOP); in setup()
/third_party/ltp/testcases/kernel/syscalls/rmdir/
H A Drmdir02.c76 strcat(looppathname, TESTDIR4); in setup()
/third_party/ltp/testcases/kernel/kvm/include/
H A Dkvm_guest.h50 char *strcat(char *dest, const char *src);
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork10.c153 strcat(fnamebuf, pidbuf); in setup()
/third_party/ltp/testcases/kernel/syscalls/mkdir/
H A Dmkdir03.c85 strcat(loop_dir, "/test_eloop"); in setup()
/third_party/ltp/testcases/kernel/syscalls/readlink/
H A Dreadlink03.c114 strcat(elooppathname, ELOOPFILE); in setup()
/third_party/musl/include/
H A Dstring.h36 char *strcat (char *__restrict, const char *__restrict);
/third_party/musl/ldso/linux/
H A Dld_log.c67 strcat(app_param_name, path); in get_ld_log_value()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvfprintf.c39 strcat(str, txt); in getfileall()
/third_party/toybox/kconfig/
H A Dutil.c92 strcat(gs->s, s); in str_append()
/third_party/backends/sanei/
H A Dsanei_config.c99 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 Dtag_report.c431 strcat(key, ","); in cuts_testcase()
432 strcat(key, cuts_info[1]); in cuts_testcase()
H A Dzoolib.c389 strcat(cmd, " "); in cat_args()
390 strcat(cmd, argv[a]); in cat_args()
/third_party/ltp/lib/
H A Dparse_opts.c185 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 Dinode01.c115 strcat(path_string, root); in main()
118 strcat(rm_string, path_string); in main()
/third_party/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c306 strcat(filename,relativepath); in doStringPrepTest()
307 strcat(filename,txtFileName); in doStringPrepTest()
/third_party/libfuse/util/
H A Dmount.fuse.c112 strcat(options, ","); in add_option()
113 strcat(options, opt); in add_option()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c281 strcat(*ip_port, ":"); in BIO_accept()
282 strcat(*ip_port, port); in BIO_accept()
/third_party/openssl/crypto/bio/
H A Dbio_sock.c281 strcat(*ip_port, ":"); in BIO_accept()
282 strcat(*ip_port, port); in BIO_accept()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dwrjpgcom.c470 strcat(comment_arg, " "); in main()
471 strcat(comment_arg, argv[argn]); in main()

Completed in 13 milliseconds

12345678910>>...15