Home
last modified time | relevance | path

Searched refs:pstrcpy (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjsc.c145 pstrcpy(buf, buf_size, c_ident_prefix); in get_c_name()
228 pstrcpy(cname, cname_size, cname1); in find_unique_cname()
315 pstrcpy(c_name, sizeof(c_name), c_name1); in compile_file()
405 pstrcpy(exe_dir, sizeof(exe_dir), exename); in output_executable()
410 pstrcpy(exe_dir, sizeof(exe_dir), "."); in output_executable()
417 pstrcpy(inc_dir, sizeof(inc_dir), exe_dir); in output_executable()
418 pstrcpy(lib_dir, sizeof(lib_dir), exe_dir); in output_executable()
568 pstrcpy(path, sizeof(path), optarg); in main()
572 pstrcpy(cname, sizeof(cname), p + 1); in main()
615 pstrcpy(cfilename, sizeof(cfilename), out_filename); in main()
A Dcutils.h61 void pstrcpy(char *buf, int buf_size, const char *str);
A Dcutils.c32 void pstrcpy(char *buf, int buf_size, const char *str) in pstrcpy() function
55 pstrcpy(buf + len, buf_size - len, s); in pstrcat()
A Dlibregexp.c1859 pstrcpy(error_msg, error_msg_size, s->u.error_msg); in lre_compile()
A Dquickjs-libc.c561 pstrcpy(buf, sizeof(buf), module_name); in js_module_set_import_meta()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c578 pstrcpy(buf, sizeof(buf), module_name); in js_module_set_import_meta()

Completed in 29 milliseconds